Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 448 Bytes

fail2ban.md

File metadata and controls

12 lines (11 loc) · 448 Bytes

Delete all fail2ban bans

#     unban --all                unbans all IP addresses (in all jails and database)
#     unban <IP> ... <IP>        unbans <IP> (in all jails and database)
# example:
fail2ban-client unban --all

restart <JAIL>, reload <JAIL> and reload commands also have the --unban option.

Example links