Compare commits
1 commit
f74b8e66c0
...
1de855304e
Author | SHA1 | Date | |
---|---|---|---|
1de855304e |
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
-A PREROUTING -p tcp -m tcp --tcp-flags SYN,ACK SYN -j PORTKNOCK
|
||||
|
||||
-A PORTKNOCK -p tcp -m tcp --dport 22 -m recent --rcheck --seconds 30 --reap --name SSHOK -j RETURN
|
||||
-A PORTKNOCK -p tcp -m tcp --dport 22 -m recent --rcheck --seconds 300 --reap --name SSHOK -j RETURN
|
||||
-A PORTKNOCK -p tcp -m tcp --dport 22222 -m recent --set --name SSHOK -j DROP
|
||||
-A PORTKNOCK -p tcp -m tcp --dport 22 -j DROP
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue