mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-08-03 22:27:49 +00:00
Changed wording of 'DNS Reverse lookup used' message
This commit is contained in:
parent
e94806ce48
commit
4fae37e46f
1 changed files with 1 additions and 1 deletions
|
|
@ -601,7 +601,7 @@ class DNSUtils:
|
|||
ipList.append(e)
|
||||
logSys.debug("At bottom of textToIp, ipList == %s" % ipList)
|
||||
if useDns == "warn":
|
||||
logSys.warning("IP Banned after DNS Reverse Lookup: %s = %s",
|
||||
logSys.warning("Determined IP using DNS Reverse Lookup: %s = %s",
|
||||
text, ipList)
|
||||
return ipList
|
||||
textToIp = staticmethod(textToIp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue