Hello melvin, Thursday, December 18, 2003, 9:20:19 AM, you wrote:
> Hi all, > this is my squid.conf line > acl password proxy_auth REQUIRED > http_access allow password > how do write the squid.conf so that certain IP addresses can pass thru the > proxy without being prompt for authentication? > currently, all users who access the proxy have to be authenticated first. > thanks in advance > m create a ACL containing the ip that pass thru the AUTH put it at the top of acl password acl pass src ip.add.ress http_access allow pass acl password proxy_auth REQUIRED http_access allow password CMIIW for other squid gurus :) -- Best regards, zen mailto:[EMAIL PROTECTED]
