From 830d55fe7759871c7b0722a78522670b616c4001 Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Thu, 4 Apr 2019 16:06:24 +0500 Subject: [PATCH] fix ipv4 resolver url --- mtprotoproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtprotoproxy.py b/mtprotoproxy.py index 54f0800..084de83 100755 --- a/mtprotoproxy.py +++ b/mtprotoproxy.py @@ -1108,7 +1108,7 @@ def get_ip_from_url(url): 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/"