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 }}"
|
"VIRTUAL_HOST" => "{{ pihole_homer_fqdn }}"
|
||||||
)
|
)
|
||||||
state: absent
|
state: absent
|
||||||
- name: deaktiviere rate limiting
|
- name: setze FTL Einstellungen
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
path: /etc/pihole/pihole-FTL.conf
|
path: /etc/pihole/pihole-FTL.conf
|
||||||
block: |
|
block: |
|
||||||
RATE_LIMIT=0/0
|
RATE_LIMIT=0/0
|
||||||
MAXNETAGE=3
|
MAXNETAGE=3
|
||||||
MAXDBDAYS=3
|
MAXDBDAYS=3
|
||||||
|
MOZILLA_CANARY=true
|
||||||
|
BLOCK_ICLOUD_PR=true
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue