diff --git a/README.md b/README.md index 7cf5de4..6215c54 100644 --- a/README.md +++ b/README.md @@ -26,25 +26,25 @@ sudo ./unninstall.sh ## How to run service: - * First, edit the file `/etc/blockauth/blockauth.conf`: + * First, edit the file `/etc/blockauth/blockauth.conf`: - ```shell - # Blockauth configuration file - valid_users="test1 test2" - always_ip_allowed="192.168.0.1 192.168.0.2" - blocklist="/etc/blockauth/blocklist.list" - filelog="/etc/blockauth/blockauth.log" - ```` - - * Add the service to the system startup and start it: - ```shell - systemctl enable blockauth - systemctl start blockauth + # Blockauth configuration file + valid_users="test1 test2" + always_ip_allowed="192.168.0.1 192.168.0.2" + blocklist="/etc/blockauth/blocklist.list" + filelog="/etc/blockauth/blockauth.log" ```` - * IPs using one of the users in `valid_users` variable will never be blocked. - * IPs of `always_ip_allowed` variable will never be blocked. + * Add the service to the system startup and start it: + + ```shell + systemctl enable blockauth + systemctl start blockauth + ```` + + * IPs using one of the users in `valid_users` variable will never be blocked. + * IPs of `always_ip_allowed` variable will never be blocked. ## External links: