deaktiviere rate limiting (#177)
deaktiviere rate limiting Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#177 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
e9bc9e981f
commit
de812e6820
1 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,14 @@
|
|||
"VIRTUAL_HOST" => "{{ pihole_homer_fqdn }}"
|
||||
)
|
||||
state: absent
|
||||
- name: deaktiviere rate limiting
|
||||
ansible.builtin.blockinfile:
|
||||
path: /etc/pihole/pihole-FTL.conf
|
||||
block: |
|
||||
RATE_LIMIT=0/0
|
||||
state: absent
|
||||
|
||||
|
||||
# Wenn die VM beim Start mit "systemd-networkd-wait-online." hängt
|
||||
# Deaktiviere DHCP in:
|
||||
# sudo nano /etc/netplan/01-netcfg.yaml
|
||||
|
|
Loading…
Reference in a new issue