Skip to content

Commit

Permalink
fix ipv4 resolver url
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbers committed Apr 4, 2019
1 parent 66d9c03 commit 830d55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtprotoproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 830d55f

Please sign in to comment.