blob: 3bb5bc96c710e3b8437f06aa92c864f3bbfd46bf (
plain)
1
2
3
4
5
6
7
8
9
10
|
config banip 'global'
option ban_enabled '0'
option ban_debug '0'
option ban_autodetect '1'
list ban_logterm 'Exit before auth from'
list ban_logterm 'luci: failed login'
list ban_logterm 'error: maximum authentication attempts exceeded'
list ban_logterm 'sshd.*Connection closed by.*\[preauth\]'
list ban_logterm 'SecurityEvent=\"InvalidAccountID\".*RemoteAddress='
list ban_logterm 'received a suspicious remote IP '\''.*'\'''
|