README.md

This commit is contained in:
q3aql 2024-04-14 20:45:39 +02:00
parent 40b794e6f4
commit 7800611d76

View File

@ -34,6 +34,7 @@ sudo ./unninstall.sh
always_ip_allowed="192.168.0.1 192.168.0.2" always_ip_allowed="192.168.0.1 192.168.0.2"
blocklist="/etc/blockauth/blocklist.list" blocklist="/etc/blockauth/blocklist.list"
filelog="/etc/blockauth/blockauth.log" filelog="/etc/blockauth/blockauth.log"
max_ip_blocklist="12500"
```` ````
* Add the service to the system startup and start it: * 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 using one of the users in `valid_users` variable will never be blocked.
* IPs of `always_ip_allowed` 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: ## External links: