Skip to content

Commit 1c14156

Browse files
authored
Updating the url list for ip verification
1 parent 9c2886d commit 1c14156

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requests_tor.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
from stem.control import Controller
1111

1212

13-
__version__ = '1.2'
13+
__version__ = '1.2.1'
1414

1515
IP_API = ("https://api.my-ip.io/ip", "https://api.ipify.org",
1616
"https://icanhazip.com", "https://ipinfo.io/ip",
1717
"https://wtfismyip.com/text", "https://ifconfig.me/ip",
18-
"https://checkip.amazonaws.com", "https://ip.seeip.org",
19-
"https://bot.whatismyipaddress.com", "https://api.myip.la",
18+
"https://checkip.amazonaws.com", "https://api.myip.la",
2019
"https://ipapi.co/ip", "https://trackip.net/ip",
21-
"https://ip.rootnet.in/")
20+
"https://ip.rootnet.in", "https://myexternalip.com/raw",
21+
"https://ip8.com/ip",)
2222

2323
TOR_HEADERS = {
2424
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",

0 commit comments

Comments
 (0)