From ab5399cb9045c9e16e6ff60a08b035299512a939 Mon Sep 17 00:00:00 2001 From: verita84 Date: Tue, 24 Sep 2024 19:52:31 -0600 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 7b5df42..dfcc530 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -19,7 +19,10 @@ ``` */1 * * * * bash /opt/firewall/firewall.sh attacker-protection */5 * * * * bash /opt/firewall/firewall.sh forgive +00 00 * * * bash /opt/firewall/firewall.sh export-db ``` +Per the above, new attacks are searched every minute and temp blocks are forgiven every 5 minutes. The Redis DB is exported at midnight. + ### Accessing the Menu ```bash firewall.sh```