Compare commits

..

2 commits

Author SHA1 Message Date
4965db78ea
nft readme 2022-12-29 12:39:13 +01:00
28a9b40fdd
bundles/macbook/files/macbook-update: upgrade pip 2022-12-29 12:39:00 +01:00
2 changed files with 13 additions and 0 deletions

View file

@ -27,3 +27,5 @@ then
fi fi
sudo systemsetup -setremotelogin on # enable ssh sudo systemsetup -setremotelogin on # enable ssh
pip install --upgrade pip

View file

@ -0,0 +1,11 @@
NFT
===
examples
--------
### iperf3
```sh
nft add rule inet filter input tcp dport 5201 accept
```