View Single Post

  #2 (permalink)  
Old 12-11-2007, 02:38 PM
malan_in malan_in is offline
Junior Member
User
 
Join Date: Dec 2007
My distro: Debian
Posts: 2
Rep Power: 0
malan_in is on a distinguished road
Default squid

acl List1 url_regex cooking
acl list2 url_regex recipe
acl newclients src 172.16.5.0/24
acl oldclients src 192.168.1.0/24
http_access deny List1 newclients
http_access deny List2 oldclients
http_access allow newclients
http_access allow oldclients
http_access deny all

Try this and send me the feedback
Reply With Quote