]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 4953: to_localhost does not include :: (#410)
authorAmos Jeffries <yadij@users.noreply.github.com>
Thu, 6 Jun 2019 12:06:41 +0000 (00:06 +1200)
committerGitHub <noreply@github.com>
Thu, 6 Jun 2019 12:06:41 +0000 (00:06 +1200)
src/cf.data.pre

index b5628bddefbc6f696f191094403dbbaa0139ea8c..28cf727a1445ebce564b040fd2edaf6d05a05f0b 100644 (file)
@@ -1003,7 +1003,7 @@ ENDIF
 DEFAULT: all src all
 DEFAULT: manager url_regex -i ^cache_object:// +i ^https?://[^/]+/squid-internal-mgr/
 DEFAULT: localhost src 127.0.0.1/32 ::1
-DEFAULT: to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
+DEFAULT: to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1/128 ::/128
 DEFAULT: CONNECT method CONNECT
 DEFAULT_DOC: ACLs all, manager, localhost, to_localhost, and CONNECT are predefined.
 DOC_START