From: Henrik Nordstrom Date: Sat, 15 Aug 2009 12:56:39 +0000 (+0200) Subject: Add 0.0.0.0 as an to_localhost address X-Git-Tag: SQUID_3_2_0_1~789 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f83a5f683a793b19d3795e95c94d6f713a1895a;p=thirdparty%2Fsquid.git Add 0.0.0.0 as an to_localhost address Many TCP/IP(v4) stacks aliases 0.0.0.0 as 127.0.0.1. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 6a9e3962f8..f8dce0bd27 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -696,7 +696,7 @@ NOCOMMENT_START #Recommended minimum configuration: acl manager proto cache_object acl localhost src 127.0.0.1/32 -acl to_localhost dst 127.0.0.0/8 +acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 # # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from where browsing