Created
October 3, 2024 08:16
-
-
Save perguth/9cc79537663ed8ac71789ef39e4fbc94 to your computer and use it in GitHub Desktop.
Minimal Squid Proxy Configuration File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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