diff options
author | Thomas-Martin Seck <tmseck@FreeBSD.org> | 2013-05-02 19:04:05 +0000 |
---|---|---|
committer | Thomas-Martin Seck <tmseck@FreeBSD.org> | 2013-05-02 19:04:05 +0000 |
commit | 7d888918b9c6557dba1f63e1623457f38e15899a (patch) | |
tree | c1a2d7270a8714ee0750ee73887f2bcfd2497199 /www/squid32 | |
parent | d62dfc569e959b070e90c519cae89b11f4b9e422 (diff) |
Fix the noipv6 patch.
Pointy hat to: tmseck
Approved by: flo (mentor)
Notes
Notes:
svn path=/head/; revision=317140
Diffstat (limited to 'www/squid32')
-rw-r--r-- | www/squid32/files/extra-patch-src-cf.data.pre.noipv6 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/squid32/files/extra-patch-src-cf.data.pre.noipv6 b/www/squid32/files/extra-patch-src-cf.data.pre.noipv6 index bb1a1ff1b817..ecb6c38c012c 100644 --- a/www/squid32/files/extra-patch-src-cf.data.pre.noipv6 +++ b/www/squid32/files/extra-patch-src-cf.data.pre.noipv6 @@ -11,16 +11,3 @@ DEFAULT_DOC: ACLs all, manager, localhost, and to_localhost are predefined. DOC_START Defining an Access List ---- src/cf.data.pre.orig 2013-04-27 05:07:29.000000000 +0200 -+++ src/cf.data.pre 2013-04-28 21:30:23.000000000 +0200 -@@ -733,8 +733,8 @@ - LOC: Config.aclList - 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: localhost src 127.0.0.1/32 -+DEFAULT: to_localhost dst 127.0.0.0/8 0.0.0.0/32 - DEFAULT_DOC: ACLs all, manager, localhost, and to_localhost are predefined. - DOC_START - Defining an Access List |