Create own role for the usersquid http_proxy functionality
This commit is contained in:
parent
68215897a6
commit
ce40cb885f
10 changed files with 584 additions and 535 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue