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:
parent
ecad541567
commit
4aeee9442c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue