I am trying to setup squid to allow one user by ip address and block
another user on another ip address.
This is what I have so far.
acl julie src 192.168.1.20/24
acl jess src 192.168.1.12/24
http_access allow localhost
http_access allow julie
http_access deny jess
# And finally deny all other access to this proxy
http_access deny all
Thanks for any help in advance
B.Rumsey
Received on Sat Dec 10 2005 - 20:12:13 MST
This archive was generated by hypermail pre-2.1.9 : Sat Dec 31 2005 - 12:00:02 MST