Create own role for the usersquid http_proxy functionality

This commit is contained in:
Raphael Dannecker 2025-03-31 18:13:50 +02:00
parent 68215897a6
commit ce40cb885f
10 changed files with 584 additions and 535 deletions

View file

@ -0,0 +1,12 @@
acl local-servers dstdomain .{{ domain }}
cache_peer {{ localproxy_parent }} parent 3128 0 no-query default login=NEGOTIATE auth-no-keytab
never_direct deny local-servers
always_direct allow all
#access_log stdio:/tmp/access.log squid
access_log none
cache_log /dev/null
logfile_rotate 0
pid_filename none
{% if vm_support %}http_port 192.168.122.1:3128{% endif %}
http_port 127.0.0.1:3128
http_access allow all