On Monday 16 June 2003 23.59, per jarevez wrote:
> #
> # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
> #
> http_access allow myAllow all <---- becomes "http_access allow
> all" after Netfilter REDIRECT is switched back on.
> http_access deny myDeny all
> http_access allow localhost
> http_access allow intranet
> # And finally deny all other access to this proxy
> http_access deny all
Are you really sure the above is what you want?
http_access allow myAllow all
gives everyone in the whole world access to any sites matching
"myAllow".
I think what you want is
http_access allow localhost
http_access allow myAllow intranet
http_access deny myDeny
http_acces allow intranet
Regarding the Netfilter issue, what do you get in access.log?
Regards
Henrik
-- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/business=hno%40squid-cache.org If you need commercial Squid support or cost effective Squid or firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, info@marasystems.comReceived on Mon Jun 16 2003 - 16:49:06 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:17:23 MST