Commit 4fb7a0c8 authored by Ad Schellevis's avatar Ad Schellevis

(proxy) to_localhost and localhost are standard in squid 3.5

parent d7122abb
......@@ -82,10 +82,6 @@ acl localnet src {{intf_item.subnet}}/{{intf_item.subnet}} # Possible internal n
acl localnet src fc00::/7 # RFC 4193 local private network range
acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines
# Default localhost and to_localhost acl's
acl localhost src 127.0.0.1/32 ::1
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
# ACL lists
{% if helpers.exists('OPNsense.proxy.forward.acl.allowedSubnets') %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment