mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-14 07:13:09 +00:00
fix ipv4 resolver url
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user