# Squid configuration for WebSocket proxy testing # Minimal configuration allowing CONNECT to any port # Allow all ports for CONNECT (needed for WebSocket on non-standard ports) acl SSL_ports port 1-65535 acl Safe_ports port 1-65535 acl CONNECT method CONNECT # Access control - allow everything for testing http_access allow all # Listen on port 3128 http_port 3128 # Disable caching cache deny all # Logging to stdout/stderr for Docker access_log none cache_log /dev/stderr