Browse Source

Update 'squid.conf'

master
Joshua Pickard 3 years ago
parent
commit
6f261b8881
  1. 5
      squid.conf

5
squid.conf

@ -1,4 +1,4 @@
acl localnet src 192.168.1.0/24 # Change to your own network
acl localnet src 192.168.56.0/24
acl SSL_ports port 443
acl Safe_ports port 80
@ -36,4 +36,5 @@ refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern (Release|Packages(.gz)*)$ 0 20% 2880
refresh_pattern . 0 20% 4320
dns_nameservers 9.9.9.9 # DNS servers (change if you want)
dns_nameservers 192.168.56.3
dns_v4_first on
Loading…
Cancel
Save