Compare commits
2 commits
b6fa63ad42
...
4965db78ea
Author | SHA1 | Date | |
---|---|---|---|
4965db78ea | |||
28a9b40fdd |
2 changed files with 13 additions and 0 deletions
|
@ -27,3 +27,5 @@ then
|
|||
fi
|
||||
|
||||
sudo systemsetup -setremotelogin on # enable ssh
|
||||
|
||||
pip install --upgrade pip
|
||||
|
|
11
bundles/nftables/README.md
Normal file
11
bundles/nftables/README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
NFT
|
||||
===
|
||||
|
||||
examples
|
||||
--------
|
||||
|
||||
### iperf3
|
||||
|
||||
```sh
|
||||
nft add rule inet filter input tcp dport 5201 accept
|
||||
```
|
Loading…
Reference in a new issue