]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed localnet ACL definition in recommended/default squid.conf (#146)
authorIvan Larionov <xeron.oskom@gmail.com>
Fri, 9 Feb 2018 18:10:54 +0000 (10:10 -0800)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 13 Feb 2018 06:36:00 +0000 (19:36 +1300)
... it was lacking 169.254.0.0/16 subnet due to a typo in fe204e1.

src/cf.data.pre

index c200ea0a81b40707d27a04986b1e407a3ba46a5b..ba166ee4417e91f6872f40d27188586059a3f6ca 100644 (file)
@@ -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