From 4965db78ea4c279abd1dda4b7bbb3c07f30770eb Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Thu, 29 Dec 2022 12:39:13 +0100 Subject: [PATCH] nft readme --- bundles/nftables/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bundles/nftables/README.md diff --git a/bundles/nftables/README.md b/bundles/nftables/README.md new file mode 100644 index 0000000..2610ef0 --- /dev/null +++ b/bundles/nftables/README.md @@ -0,0 +1,11 @@ +NFT +=== + +examples +-------- + +### iperf3 + +```sh +nft add rule inet filter input tcp dport 5201 accept +```