mirror of https://github.com/fail2ban/fail2ban
znc-adminlog: use `<ADDR>` instead of `<HOST>`
parent
b288ccd6b6
commit
a7dc3614c4
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
[Definition]
|
[Definition]
|
||||||
|
|
||||||
failregex = ^\[\] \[[^]]+\] failed to login from <HOST>$
|
failregex = ^\[\] \[[^]]+\] failed to login from <ADDR>$
|
||||||
|
|
||||||
ignoreregex =
|
ignoreregex =
|
||||||
|
|
||||||
# DEV Notes:
|
# DEV Notes:
|
||||||
# Log format is: [<DATE+TIME>] [<USERNAME>] <ACTION> from <HOST>
|
# Log format is: [<DATE+TIME>] [<USERNAME>] <ACTION> from <ADDR>
|
||||||
# [2018-10-27 01:40:17] [girst] connected to ZNC from 1.2.3.4
|
# [2018-10-27 01:40:17] [girst] connected to ZNC from 1.2.3.4
|
||||||
# [2018-10-27 01:40:21] [girst] disconnected from ZNC from 1.2.3.4
|
# [2018-10-27 01:40:21] [girst] disconnected from ZNC from 1.2.3.4
|
||||||
# [2018-10-27 01:40:55] [girst] failed to login from 1.2.3.4
|
# [2018-10-27 01:40:55] [girst] failed to login from 1.2.3.4
|
||||||
|
|
Loading…
Reference in New Issue