znc-adminlog: use `<ADDR>` instead of `<HOST>`

pull/2448/head
girst 2019-06-12 15:49:59 +02:00 committed by sebres
parent b288ccd6b6
commit a7dc3614c4
1 changed files with 2 additions and 2 deletions

View File

@ -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