added missing space before bracket
This commit is contained in:
parent
4f7a796383
commit
82a29b6abf
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public" }
|
add rule inet filter input tcp dport { 80, 443 , 30080, 30443 } counter accept comment "nft_public"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public" }
|
add rule inet filter input tcp dport { 80, 443 , 30080, 30443 } counter accept comment "nft_public"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public" }
|
add rule inet filter input tcp dport { 80, 443 , 30080, 30443 } counter accept comment "nft_public"
|
||||||
|
|
Loading…
Add table
Reference in a new issue