From: Amos Jeffries Date: Thu, 6 Jun 2019 12:06:41 +0000 (+1200) Subject: Bug 4953: to_localhost does not include :: (#410) X-Git-Tag: SQUID_5_0_1~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d959846ffd597bd710c5ff9f019771111fc4464b;p=thirdparty%2Fsquid.git Bug 4953: to_localhost does not include :: (#410) --- diff --git a/src/cf.data.pre b/src/cf.data.pre index b5628bddef..28cf727a14 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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