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 +```