Add missing ingress fw rule.
This commit is contained in:
parent
6dd96bafed
commit
5eaa1f6189
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