mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #1893 from jvonau/no_force
don't force templates, only create once in squid.yml
This commit is contained in:
commit
a1972214fe
2 changed files with 3 additions and 2 deletions
|
@ -30,6 +30,7 @@
|
|||
owner: "{{ item.owner }}"
|
||||
group: "{{ item.group }}"
|
||||
mode: "{{ item.mode }}"
|
||||
force: no
|
||||
with_items:
|
||||
- src: 'roles/network/templates/squid/squid.sysconfig'
|
||||
dest: '/etc/sysconfig/squid'
|
||||
|
|
|
@ -35,8 +35,8 @@ acl whitelist dstdomain "/etc/{{ proxy }}/sites.whitelist.txt"
|
|||
|
||||
|
||||
acl school src 172.18.0.0/16
|
||||
#acl localhost src 127.0.0.1/32
|
||||
#acl to_localhost dst 127.0.0.0/8
|
||||
acl localhost src 127.0.0.1/32
|
||||
acl to_localhost dst 127.0.0.0/8
|
||||
acl to_schoolserver dst 178.16.0.0/16 # to schoolserver or other local hosts.
|
||||
acl SSL_ports port 443
|
||||
acl Safe_ports port 80 # http
|
||||
|
|
Loading…
Reference in a new issue