mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
open localhost acl for dansguardian
This commit is contained in:
parent
a4c0b314a8
commit
62d35299ef
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ acl whitelist dstdomain "/etc/{{ proxy }}/sites.whitelist.txt"
|
|||
|
||||
|
||||
acl school src 172.18.0.0/16
|
||||
#acl localhost src 127.0.0.1/32
|
||||
#acl to_localhost dst 127.0.0.0/8
|
||||
acl localhost src 127.0.0.1/32
|
||||
acl to_localhost dst 127.0.0.0/8
|
||||
acl to_schoolserver dst 178.16.0.0/16 # to schoolserver or other local hosts.
|
||||
acl SSL_ports port 443
|
||||
acl Safe_ports port 80 # http
|
||||
|
|
Loading…
Reference in a new issue