Posts

Showing posts with the label Anti-DDoS Solution Based on iptables: nShield

Anti-DDoS Solution Based on iptables: nShield

Image
Anti-DDoS Solution Based on iptables An Easy and Simple Anti-DDoS solution for VPS, Dedicated Servers and IoT devices based on iptables Requirements Linux System with python, iptables Nginx (Will be installed automatically by install.sh) Quickstart cd /home/ && git clone https://github.com/fnzv/nShield.git && bash nShield/install.sh This script will replace all your iptables rules so take that into account Usage The above quickstart/installation script will install python if not present and download all the repo with the example config files, after that will be executed a bash script to setup some settings and a cron that will run every 30 minutes to check connections against common ipsets. You can find example config files under examples folder. HTTPS Manually verification is executed with this command under the repository directory: python nshield-main.py -ssl The python script after reading the config will prompt you to insert an email address (For Let’s Encrypt) and...