Compare commits

..

1 Commits

Author SHA1 Message Date
Adrian 46d73724bb Improve iptables and add port knocking for SSH 2020-05-24 12:24:00 +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 knock.rules
sudo iptables-restore -n ratelimit.rules
sudo iptables-restore -n knock.rules
```