Name

redirector_access

Synopsis

If you use this directive, only the requests that match the access list rules are sent to the redirector processes. Without any redirector_access rules, all requests are sent to the redirector processes.

Syntax

redirector_access allow|deny [!]ACLname ...

Default

No default

Example

acl Foo src 192.168.1.0/24
acl All src 0/0
redirector_access deny Foo
redirector_access allow All

Related

acl, http_access

Get Squid: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.