Add squid config

This commit is contained in:
2020-11-30 16:03:18 -05:00
parent b74f9e6298
commit 8b3c3487ee
2 changed files with 17 additions and 0 deletions

6
squid.conf Normal file
View File

@@ -0,0 +1,6 @@
auth_param basic program /usr/lib/squid3/basic_ncsa_auth /etc/squid/passwords
auth_param basic realm proxy
acl authenticated proxy_auth REQUIRED
http_access allow authenticated
http_port 3128