Posts: 487
Threads: 172
Joined: Sep 2010
Reputation:
0
How i can block the flood with iptables can you give some commands
Posts: 36
Threads: 6
Joined: Jul 2011
Reputation:
0
iptables -A INPUT -p udp --dport 7777 -m limit --limit 10/s --limit-burst 20 -j Drop <<<( Try This)