Compare commits

..

1 Commits

Author SHA1 Message Date
Adrian b921c2df14 Improve iptables and add port knocking for SSH 2020-05-25 00:53:28 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ limit the rate of new connections based on /16 subnets.
```sh
sudo iptables-restore -n blackwhite.rules
sudo iptables-restore -n ratelimit.rules
sudo iptables-restore -n knock.rules
sudo iptables-restore -n ratelimit.rules
```