| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
antiddos is a high-performance, visually enhanced bash tool designed to protect Linux servers from Distributed Denial of Service (DDoS) attacks. It provides a clean CLI interface to manage complex iptables rules.
Clone the repository:
git clone https://github.com/ismailtsdln/antiddos.git
cd antiddosMake the script executable:
chmod +x antiddos.shRun with root privileges:
| Command | Description |
|---|---|
| sudo ./antiddos.sh start | Apply all Anti-DDoS protection rules |
| sudo ./antiddos.sh stop | Remove all rules and revert to defaults |
| sudo ./antiddos.sh status | View current protection and rule status |
| sudo ./antiddos.sh monitor | Launch real-time monitoring dashboard |
| sudo ./antiddos.sh whitelist <IP> | Add an IP address to the whitelist |
| sudo ./antiddos.sh blacklist <IP> | Block a specific IP address |
| sudo ./antiddos.sh save | Make current rules persistent across reboots |
| sudo ./antiddos.sh clear | Flush all iptables rules |
MIT License. Designed with ❤️ for server security.
| Back | FazBrowse Home | New Git URL |