System Administrator wrote:
[.. about other people using the proxy...]
> http_access deny CONNECT !SSL_ports
> http_access allow all
By this you have given the world access to use your proxy with no
restrictions.
Replace the last "http_access allow all" line by
acl from_my_network src ip.of.your.network/netmask
http_access allow from_my_network
http_access deny all
Another note: The definition of "admin" is incorrect. You should not
have a netmask there. If you do then the whole network is matched, not
only that specific station.
-- Henrik Nordstrom Squid HackerReceived on Sat May 05 2001 - 20:49:17 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:50 MST