[squid-users] Re: SquidGuard redirect to parent proxy (Off-Topic)

From: babajaga <augustus_meyer_at_yahoo.de>
Date: Thu, 13 Mar 2014 22:33:49 -0700 (PDT)

You need to make sure, that something like this is in your squid.conf:

acl local-server dstdomain .mydomain.com
acl blockeddomains dstdomain "blockeddomains.lst" #file contains list of
blocked domains
http_access deny blockeddomains
deny_info http://mydomain.com/blocked.html blockeddomains #mydomain.com is
hosted on #local_host/same machine as squid
.....

        always_direct allow local-server #To access mydomain.com NOT via
parent proxy
        never_direct allow all

MfG :-)

--
View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/SquidGuard-redirect-to-parent-proxy-Off-Topic-tp4665178p4665187.html
Sent from the Squid - Users mailing list archive at Nabble.com.
Received on Fri Mar 14 2014 - 05:34:33 MDT

This archive was generated by hypermail 2.2.0 : Fri Mar 14 2014 - 12:00:04 MDT