mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
typo fix
This commit is contained in:
parent
e7d6342bc4
commit
28f7146c53
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Once the file is created, reload the xt_recent kernel module via modprobe -r xt_
|
|||
#!/bin/bash
|
||||
iptables -A INPUT -p tcp --dport 443 -m recent --name repp --rcheck --seconds 60 --hitcount 25 -j DROP
|
||||
iptables -A INPUT -p tcp --dport 443 -m state --state NEW -m recent --set --rsource --name repp -j ACCEPT
|
||||
iptables -A INPUT -p tcp --dport 443 -m recent --name rwhois --rcheck --seconds 60 --hitcount 25 -j DROP
|
||||
iptables -A INPUT -p tcp --dport 80 -m recent --name rwhois --rcheck --seconds 60 --hitcount 25 -j DROP
|
||||
iptables -A INPUT -p tcp --dport 80 -m state --state NEW -m recent --set --rsource --name rwhois -j ACCEPT
|
||||
|
||||
````
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue