mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-09 14:23:05 +02:00
Add wildcard blocking
This commit is contained in:
parent
c4cc59998a
commit
4fd05ca87d
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
|||
job: /usr/local/sbin/adblock.sh
|
||||
user: root
|
||||
|
||||
- name: Adblock wildcard-blacklist configured
|
||||
template:
|
||||
src: wildcard.list.j2
|
||||
dest: "{{ config_prefix|default('/') }}etc/dnscrypt-proxy/wildcard.list"
|
||||
|
||||
- name: Update adblock hosts
|
||||
command: /usr/local/sbin/adblock.sh
|
||||
changed_when: false
|
||||
|
|
Loading…
Add table
Reference in a new issue