updated nftables state
This commit is contained in:
parent
5d8819eca7
commit
bec2c40b56
@ -13,7 +13,7 @@ add rule ip filter INPUT iifname lo counter accept
|
||||
add rule ip filter INPUT iifname tun* counter accept
|
||||
add rule ip filter INPUT ct state related,established counter accept
|
||||
add rule ip filter INPUT ip protocol icmp counter accept
|
||||
{%- for network in net.ip_networks %}
|
||||
{%- for network in net.ip_networks+net.optional_ip_networks %}
|
||||
{%- if '.' in network %}
|
||||
add rule ip filter INPUT ip saddr {{ network }} ct state established,new counter accept
|
||||
{%- endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user