Add missing ingress fw rule.

This commit is contained in:
Mikael Frykholm 2025-02-18 12:45:22 +01:00
parent 98eea2c8a2
commit 94474ec724
Signed by: mifr
GPG key ID: 1467F9D69135C236
3 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public"

View file

@ -0,0 +1 @@
add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public"

View file

@ -0,0 +1 @@
add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public"