mirror of https://github.com/fail2ban/fail2ban
name -> IP is a normal DNS lookup not a reverse
parent
67145d8b78
commit
fd7929863b
|
@ -639,7 +639,7 @@ class DNSUtils:
|
||||||
ip = DNSUtils.dnsToIp(text)
|
ip = DNSUtils.dnsToIp(text)
|
||||||
ipList.extend(ip)
|
ipList.extend(ip)
|
||||||
if ip and useDns == "warn":
|
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)
|
text, ipList)
|
||||||
|
|
||||||
return ipList
|
return ipList
|
||||||
|
|
Loading…
Reference in New Issue