Add missing ingress fw rule.
This commit is contained in:
parent
98eea2c8a2
commit
94474ec724
3 changed files with 3 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public"
|
|
@ -0,0 +1 @@
|
|||
add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public"
|
|
@ -0,0 +1 @@
|
|||
add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public"
|
Loading…
Add table
Reference in a new issue