Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
Updated IP_API list
  • Loading branch information
deedy5 authored Sep 29, 2021
1 parent 76ca94d commit 0d20550
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requests_tor.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
from stem.control import Controller


__version__ = 1.1
__version__ = '1.1.1'

IP_API = ("https://api.my-ip.io/ip", "https://api.ipify.org",
"https://icanhazip.com", "https://ipinfo.io/ip",
"https://wtfismyip.com/text", "https://ifconfig.me/ip",
"https://checkip.amazonaws.com", "https://ip.seeip.org",
"https://bot.whatismyipaddress.com", "https://api.myip.la",
"https://ipapi.co/ip", "https://trackip.net/ip",)
"https://ipapi.co/ip", "https://trackip.net/ip",
"https://ip.rootnet.in/")

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

0 comments on commit 0d20550

Please sign in to comment.