Skip to content

Instantly share code, notes, and snippets.

@perguth
Created October 3, 2024 08:16
Show Gist options
  • Save perguth/9cc79537663ed8ac71789ef39e4fbc94 to your computer and use it in GitHub Desktop.
Save perguth/9cc79537663ed8ac71789ef39e4fbc94 to your computer and use it in GitHub Desktop.
Minimal Squid Proxy Configuration File
# /etc/squid/squid.conf
https_port 3128 tls-cert=/etc/squid/combined.pem
auth_param basic program /usr/lib/squid/basic_ncsa_auth /etc/squid/users
auth_param basic realm proxy
acl auth proxy_auth REQUIRED
http_access allow auth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment