Usage:
!droppackets <IP>
!allowpackets <IP>
What does it do on your server?1
iptables -A INPUT -s IP -j DROP
Note: Only works on Linux servers (all distros).
Full DDoS protection not guaranteed.
edited 1×, last 13.09.14 09:32:45 am
Approved by Starkkz
Download
497 b, 921 Downloads
Some DDoS protection
22 like it!
Offline



Starkkz: Read the description. He uses the Linux system firewall (iptables) to block the IPs. That's the recommended and most efficient way to block attackers.