mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
the proxixy filter rules disabled #93
This commit is contained in:
parent
365424de2c
commit
fcf29534ba
2 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@
|
|||
apt: name=privoxy state=latest
|
||||
|
||||
- name: Privoxy configured
|
||||
template: src=privoxy_config.j2 dest=/etc/privoxy/config
|
||||
template: src="{{ item.src }}" dest="{{ item.dest }}"
|
||||
with_items:
|
||||
- { src: privoxy_config.j2, dest: /etc/privoxy/config }
|
||||
- { src: default.filter.j2, dest: /etc/privoxy/default.filter }
|
||||
notify:
|
||||
- restart privoxy
|
||||
|
||||
|
|
0
roles/proxy/templates/default.filter.j2
Normal file
0
roles/proxy/templates/default.filter.j2
Normal file
Loading…
Add table
Reference in a new issue