# Squid include for Windows-VM WSL (place into /etc/squid/conf.d/99-wsl-proxy.conf) http_port 3128 acl wsl_nat src 172.22.0.0/16 acl SSL_ports port 443 acl Safe_ports port 80 acl Safe_ports port 443 acl Safe_ports port 1025-65535 acl CONNECT method CONNECT http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow wsl_nat