diff --git a/ReadMe.md b/ReadMe.md index 73fa60e..59114b3 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -5,6 +5,8 @@ ### 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``` @@ -13,10 +15,6 @@ * Edit the ```portConfig``` variables to allow ports * Modify ```NGINX_ACCESS``` to point to your NGINX config file -### Enable SystemD -* ```cp firewall.service /etc/systemd/system``` -* ```systemctl enable --now firewall``` - ### Add Detection by the Minute via Cron ``` */1 * * * * bash /opt/firewall/firewall.sh attacker-protection