pihole: Apple Privacy Relay & Firefox DoH ausgegschaltet (#205)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#205 Co-authored-by: mg <mg@noreply.git.mgrote.net> Co-committed-by: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
3219474740
commit
bc7692d2a4
1 changed files with 3 additions and 1 deletions
|
@ -18,13 +18,15 @@
|
|||
"VIRTUAL_HOST" => "{{ pihole_homer_fqdn }}"
|
||||
)
|
||||
state: absent
|
||||
- name: deaktiviere rate limiting
|
||||
- name: setze FTL Einstellungen
|
||||
ansible.builtin.blockinfile:
|
||||
path: /etc/pihole/pihole-FTL.conf
|
||||
block: |
|
||||
RATE_LIMIT=0/0
|
||||
MAXNETAGE=3
|
||||
MAXDBDAYS=3
|
||||
MOZILLA_CANARY=true
|
||||
BLOCK_ICLOUD_PR=true
|
||||
state: present
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue