Go to file
2018-11-24 02:20:11 +01:00
0.8.6 Initial commit 2017-11-27 04:23:54 +01:00
0.9.6 Initial commit 2017-11-27 04:23:54 +01:00
0.10.2 Use helpers-common.conf from repository 'deb http://ncomputers.org/debian stretch main'. 2018-11-24 02:20:11 +01:00
.gitignore Add readme file for systemd integration. Some minor changes on jail values. 2017-11-27 16:13:07 +01:00
README.fail2ban-client Add file README.fail2ban-client. 2018-03-19 16:28:33 +01:00

# - Stop fail2ban service
# -
fail2ban-client stop

# - Start fail2ban service
# -
fail2ban-client start

# - Restart fail2ban service
# -
fail2ban-client restart

# - List jails
# -
fail2ban-client status

# - List status (including banned ip's) for a certain jail
# -
# -    fail2ban-client status <JAIL>
# -
fail2ban-client status dovecot

# - Manually unban an IP (banned from a certain JAIL)
# -
# -    fail2ban-client set <JAIL> unbanip <IP>
# -
fail2ban-client set dovecot unbanip 80.152.216.128

# - Manually ban an IP for a certain JAIL
# -
# -    fail2ban-client set <JAIL> banip <IP>
# -
fail2ban-client set dovecot banip 188.13.161.85