updated nftables state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2023-06-10 10:08:50 +02:00
parent 66ab0ca998
commit f4c2da95af

View File

@ -11,6 +11,8 @@ add chain ip filter OUTPUT { type filter hook output priority 0; policy accept;
add chain ip filter DOCKER add chain ip filter DOCKER
add rule ip filter INPUT iifname lo counter accept add rule ip filter INPUT iifname lo counter accept
add rule ip filter INPUT iifname tun* counter accept add rule ip filter INPUT iifname tun* counter accept
add rule ip filter INPUT iifname br* counter accept
add rule ip filter INPUT iifname veth* counter accept
add rule ip filter INPUT ct state related,established counter accept add rule ip filter INPUT ct state related,established counter accept
add rule ip filter INPUT ip protocol icmp counter accept add rule ip filter INPUT ip protocol icmp counter accept
{%- for network in net.ip_networks+net.optional_ip_networks %} {%- for network in net.ip_networks+net.optional_ip_networks %}