From 71cb046c0b841999bbf78deb84a9853aca3393c4 Mon Sep 17 00:00:00 2001 From: "jake@prefect.io" Date: Thu, 12 Dec 2024 00:06:42 -0500 Subject: [PATCH] minimal squid conf --- scripts/proxy-test/squid.conf | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) 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