We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb2988 commit db57a04Copy full SHA for db57a04
pages/linux/nft.md
@@ -14,7 +14,7 @@
14
15
- Add a new chain to accept all inbound traffic:
16
17
-`sudo nft add chain {{inet}} {{filter}} {{input}} \{ type {{filter}} hook {{input}} priority {{0}} \; policy {{accept}} \}`
+`sudo nft add chain {{inet}} {{filter}} {{input}} \{ type {{filter}} hook {{input}} priority {{0}} \; policy {{accept}} \; \}`
18
19
- Add a new rule to accept several TCP ports:
20
0 commit comments