From 7800611d76d5442e7dc7dc4b523e12e2d3e3b482 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 14 Apr 2024 20:45:39 +0200 Subject: [PATCH] README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e78ac70..ba63897 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ sudo ./unninstall.sh always_ip_allowed="192.168.0.1 192.168.0.2" blocklist="/etc/blockauth/blocklist.list" filelog="/etc/blockauth/blockauth.log" + max_ip_blocklist="12500" ```` * Add the service to the system startup and start it: @@ -45,6 +46,7 @@ sudo ./unninstall.sh * IPs using one of the users in `valid_users` variable will never be blocked. * IPs of `always_ip_allowed` variable will never be blocked. + * Variable `max_ip_blocklist` set maximum IPs on blocklist. The blocklist will be reset when the maximum is reached. ## External links: