From 3331d1aff543dd33f4cdfa70e1d7fad846ffce7f Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Tue, 2 Jun 2015 18:25:40 +0200 Subject: Fix squid3 configuration according to http://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#Squid-3.2_default_config these lines are now built-in and hence should not be present in the configuration. --- etc/squid3/squid.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/squid3/squid.conf b/etc/squid3/squid.conf index 8b369196..4173bbfd 100644 --- a/etc/squid3/squid.conf +++ b/etc/squid3/squid.conf @@ -689,10 +689,10 @@ # # # Recommended minimum configuration: -# -acl manager proto cache_object -acl localhost src 127.0.0.1/32 ::1 -acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1 +# (now built-in) +#acl manager proto cache_object +#acl localhost src 127.0.0.1/32 ::1 +#acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1 # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from where browsing -- cgit v1.2.3-70-g09d2