Michael Gichoga wrote:


I'm fairly new to squid and I want to implement a policy to deny a specific ip access to a particular domain e.g ebay.com How can I make this work with acls?

Thanks

acl client src 10.0.0.0/255.255.255.0
acl ebay dstdomain .ebay.com
http_access deny client ebay

Reply via email to