From a4919e1ec70bb0ec780260103674d8ad31243b0a Mon Sep 17 00:00:00 2001 From: Maarten Vanraes Date: Wed, 31 Dec 2014 09:27:43 +0100 Subject: remove double definition and warnings (mga#14904) --- lib/network/squid.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/network/squid.pm b/lib/network/squid.pm index a0481d9..2a80ffb 100644 --- a/lib/network/squid.pm +++ b/lib/network/squid.pm @@ -34,9 +34,6 @@ refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern . 0 20% 4320 half_closed_clients off -acl manager proto cache_object -acl localhost src 127.0.0.0/8 -acl to_localhost dst 127.0.0.0/8 acl localnet src 10.0.0.0/8 # RFC1918 possible internal network acl localnet src 172.16.0.0/12 # RFC1918 possible internal network acl localnet src 192.168.0.0/16 # RFC1918 possible internal network -- cgit v1.2.1