firewall/ReadMe.md
2024-09-24 19:50:43 -06:00

881 B

Prerequisites

  1. NFT
  2. Redis

Install

  • cd /opt
  • git clone https://git.poster.place/verita84/firewall
  • cp firewall.service /etc/systemd/system
  • systemctl enable --now firewall

Configure Redis Schema

bash firewall.sh import-db

Configure firewall.sh

  • Edit the portConfig variables to allow ports
  • Modify NGINX_ACCESS to point to your NGINX config file

Add Detection by the Minute via Cron

*/1 * * * * bash /opt/firewall/firewall.sh attacker-protection
*/5 * * * * bash /opt/firewall/firewall.sh forgive

Accessing the Menu

bash firewall.sh

Custom Modules

  • There are a few custom function modules to protect against certain DDOS attacks and they are named module-foo().
  • Modules can be loaded by adding them to the attacker-protection() or watch() function as needed