Hi
I have this rules in squid.conf :
acl ie_browser browser ^Mozilla/4\.0 .compatible; MSIE
acl blacklist url_regex "/etc/squid/squid.deny"
acl wplink src 192.168.10.0/24
http_access deny ie_browser
http_access deny blacklist
http_access allow wplink
I have 5 IP address in Intranet ( 192.168.10.1 , 192.168.10.2, ....10.5
) and all IP use squid proxy.
My goal is to deny internet explorer from all IP address. This is not a
problem.
But i want to allow Internet Explorer for 192.168.10.4 and 192.168.10.5
because this users don't know to use another browser than Internet
Explorer (an example).
Anyone help me a bit ?
Thank you very much !
Received on Thu Dec 09 2004 - 08:35:24 MST
This archive was generated by hypermail pre-2.1.9 : Sat Jan 01 2005 - 12:00:02 MST