]> 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)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 9 Feb 2018 18:10:54 +0000 (11:10 -0700)
... it was lacking 169.254.0.0/16 subnet due to a typo in fe204e1.

src/cf.data.pre

index 4f8a21837763de465f13f8eba227e40188333895..784231439b641e56ac5240001951fdff72974dbb 100644 (file)
@@ -1538,7 +1538,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