|
|
@ -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 SSL_ports port 443 |
|
|
acl Safe_ports port 80 |
|
|
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 (Release|Packages(.gz)*)$ 0 20% 2880 |
|
|
refresh_pattern . 0 20% 4320 |
|
|
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 |