From: Ivan Larionov Date: Fri, 9 Feb 2018 18:10:54 +0000 (-0800) Subject: Fixed localnet ACL definition in recommended/default squid.conf (#146) X-Git-Tag: SQUID_4_0_24~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f6d186a66066c9404407d2136c730f2f2bc1211;p=thirdparty%2Fsquid.git Fixed localnet ACL definition in recommended/default squid.conf (#146) ... it was lacking 169.254.0.0/16 subnet due to a typo in fe204e1. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index c200ea0a81..ba166ee441 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1481,7 +1481,7 @@ NOCOMMENT_START acl localnet src 0.0.0.1-0.255.255.255 # RFC 1122 "this" network (LAN) acl localnet src 10.0.0.0/8 # RFC 1918 local private network (LAN) acl localnet src 100.64.0.0/10 # RFC 6598 shared address space (CGN) -acl localhet src 169.254.0.0/16 # RFC 3927 link-local (directly plugged) machines +acl localnet src 169.254.0.0/16 # RFC 3927 link-local (directly plugged) machines acl localnet src 172.16.0.0/12 # RFC 1918 local private network (LAN) acl localnet src 192.168.0.0/16 # RFC 1918 local private network (LAN) acl localnet src fc00::/7 # RFC 4193 local private network range