Add missing ingress fw rule.

This commit is contained in:
Mikael Andersson 2025-02-19 12:16:01 +01:00
parent 6dd96bafed
commit 5eaa1f6189
Signed by: mikand
GPG key ID: 184EEE05D37D72DF
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"