]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 19 Aug 2009 06:48:43 +0000 (18:48 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 19 Aug 2009 06:48:43 +0000 (18:48 +1200)
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.

src/cf.data.pre

index 1cdb07a165f7ee12c5070ddc529b56f53ddeccc8..7ecf8b55931ce375121ad320a246fa60b8b95708 100644 (file)
@@ -632,7 +632,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