diff --git a/scripts/proxy-test/squid.conf b/scripts/proxy-test/squid.conf index cd7887a03f83c..978f770fd236e 100644 --- a/scripts/proxy-test/squid.conf +++ b/scripts/proxy-test/squid.conf @@ -1,18 +1,5 @@ -# Basic port configuration http_port 3128 - -# Define allowed ports -acl SSL_ports port 443 8000 -acl Safe_ports port 80 443 8000 acl CONNECT method CONNECT - -# Access rules +acl SSL_ports port 443 8000 http_access allow CONNECT SSL_ports -http_access allow Safe_ports -http_access deny !Safe_ports -http_access deny CONNECT !SSL_ports -http_access allow all - -# Basic configuration -coredump_dir /var/spool/squid -visible_hostname forward_proxy \ No newline at end of file +http_access allow all \ No newline at end of file