RE: [squid-users] ACL and denying a list of domains

From: Yuriy Kuznetsov <yuriy@dont-contact.us>
Date: Thu, 3 Jan 2002 20:46:36 +0200

> just write all of them in a file ???

# TAG: acl
# Defining an Access List
#
# acl aclname acltype string1 ...
# acl aclname acltype "file" ...

acl denyurls url_regex -i "/usr/local/etc/deny"
or
acl denyurls dstdom_regex -i "filename"
or
acl denyurls dstdomain "filename"

....
http_access deny deyurls
....
....

cheers
Received on Thu Jan 03 2002 - 11:46:59 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:37 MST