mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Fix cymru reference link
This commit is contained in:
parent
d9b9bb5f40
commit
a719ba81e9
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ class BanManager:
|
|||
# get cymru info:
|
||||
try:
|
||||
for ip in banIPs:
|
||||
# Reference: http://www.team-cymru.org/Services/ip-to-asn.html#dns
|
||||
# Reference: https://www.team-cymru.com/IP-ASN-mapping.html#dns
|
||||
question = ip.getPTR(
|
||||
"origin.asn.cymru.com" if ip.isIPv4
|
||||
else "origin6.asn.cymru.com"
|
||||
|
|
|
|||
Loading…
Reference in a new issue