mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #97 from grooverdan/simplefix
name -> IP is a normal DNS lookup not a reverse
This commit is contained in:
commit
46e2de98ff
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ class DNSUtils:
|
|||
ip = DNSUtils.dnsToIp(text)
|
||||
ipList.extend(ip)
|
||||
if ip and useDns == "warn":
|
||||
logSys.warning("Determined IP using DNS Reverse Lookup: %s = %s",
|
||||
logSys.warning("Determined IP using DNS Lookup: %s = %s",
|
||||
text, ipList)
|
||||
|
||||
return ipList
|
||||
|
|
|
|||
Loading…
Reference in a new issue