Friday, July 29, 2011

configuring squid access control list (ACL)

this will explain and giving some example how to configure squid ACL.


to allow only www.google.com or *.google.com add:

acl www_google dstdomain www.google.com acl www_google dstdomain google.com  # matches exactly google.com acl google_dom dstdomain .google.com # all subdomains of google.com

No comments:

Related Posts Plugin for WordPress, Blogger...