Allow local squid direct internet access if parent proxy not available. This is important for devices that are not exclusively in the school network.

This commit is contained in:
Raphael Dannecker 2024-04-28 17:31:16 +02:00
parent ecad541567
commit 4aeee9442c

View file

@ -1,7 +1,7 @@
acl local-servers dstdomain .{{ domain }}
cache_peer firewall.{{ domain }} parent 3128 0 no-query default login=NEGOTIATE auth-no-keytab
never_direct deny local-servers
never_direct allow all
always_direct allow all
#access_log stdio:/tmp/access.log squid
access_log none
cache_log /dev/null