acl QUERY urlpath_regex
no_cache deny query

acl blacklist dstdomain -i "/etc/squid/blacklist"
acl all src 0.0.0.0/0.0.0.0
acl office src 10.0.0.0/255.255.0.0
acl localhost src 127.0.0.1/255.255.255.255

acl purge method PURGE
acl CONNECT method CONNECT
acl methods method all

acl office0 src 10.0.0.0/255.255.255.0
...
acl office30 src 10.0.30.0/255.255.255.0

http_access deny blacklist
http_access allow localhost
http_access deny purge
http_access allow office

http_access deny all

http_reply_access allow office
http_reply_access deny all

# 40GB XFS partition
cache_dir aufs /var/spool/squid 30000 16 256

dev singh wrote:
Hi Robert,

can u plz post the acl parameter .

regards
dev


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to