This commit is contained in:
2024-01-24 23:36:05 +01:00
parent a61605e819
commit 3cb8ac362b
16 changed files with 1337 additions and 28 deletions

View File

@ -121,6 +121,17 @@
- Restart IPv6 Firewall
- name: addjust line 'blocked_ips' (IPv4)
lineinfile:
path: /etc/ipt-firewall/main_ipv4.conf
regexp: '^blocked_ips='
line: 'blocked_ips=""'
when:
- main_ipv4_exists.stat.exists
notify:
- Restart IPv4 Firewall
# ---
# Restrict VPN Networks
# ---