]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add localhost to default permitted networks
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 8 Jul 2009 05:05:39 +0000 (17:05 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 8 Jul 2009 05:05:39 +0000 (17:05 +1200)
This was an oversight and should have been added with the RFC1918 space.

src/cf.data.pre

index 963c55e51876a68e1b807a9bfac550f78c0de7b7..ee7e1044040bf03cd3ee11ba5ddf0b5c8f632424 100644 (file)
@@ -820,6 +820,7 @@ http_access deny CONNECT !SSL_ports
 # Adapt localnet in the ACL section to list your (internal) IP networks
 # from where browsing should be allowed
 http_access allow localnet
+http_access allow localhost
 
 # And finally deny all other access to this proxy
 http_access deny all