fix ipv4 resolver url

This commit is contained in:
Alexander Bersenev
2019-04-04 16:06:24 +05:00
parent 66d9c03ff9
commit 830d55fe77

View File

@@ -1108,7 +1108,7 @@ def init_ip_info():
except Exception:
return None
IPV4_URL1 = "http://v4.ident.me/)"
IPV4_URL1 = "http://v4.ident.me/"
IPV4_URL2 = "http://ipv4.icanhazip.com/"
IPV6_URL1 = "http://v6.ident.me/"