Add wildcard blocking

This commit is contained in:
rodeodomino 2019-06-20 16:33:57 -04:00 committed by GitHub
parent c4cc59998a
commit 4fd05ca87d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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