diff options
Diffstat (limited to 'etc/squid3/squid.conf')
-rw-r--r-- | etc/squid3/squid.conf | 8 |
1 files 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 |