Skip to content

Commit

Permalink
minimal squid conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jakekaplan committed Dec 12, 2024
1 parent 885b08d commit 71cb046
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions scripts/proxy-test/squid.conf
Original file line number Diff line number Diff line change
@@ -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
http_access allow all

0 comments on commit 71cb046

Please sign in to comment.