update--
This commit is contained in:
@ -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
|
||||
# ---
|
||||
|
Reference in New Issue
Block a user