Giter VIP home page Giter VIP logo

tor-ip-changer's Introduction

tor-ip-changer

  • request new identity every X seconds interval using TOR client

Maintenance Hits

TOR IP Changer does not override router ip, it just create proxy which is connected inside TOR network which you can use to hide your real ip address for browser or apps that supports socks4/5 type proxy, and you can change that IP inside TOR network every X seconds. For most cases its just for browsers, but you can use third party software to co-operate with TOR IPchanger to anonymize not just browsers but also other apps which does not have support for socks4/5 type proxy or even whole computer with software like Proxifier.

i will take no responsibility !!! it is for educational purposes only

Donation

  • If you find this project interesting, you can send some Bitcoins to address: 1DkStuanmQLC9Xv4UgxbHRzhHqDwABkLfi

binaries:

source code:

Docker

  • windows / linux 1.3.0
  • hub.docker.com
  • run xhost + before starting container
  • docker run -p 14999:14999 -p 9050:9050 -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix seevik2580/tor-ip-changer

Docker-compose:

  • windows / linux 1.3.0
  • run xhost + before starting container
  • docker-compose up -d

example of usage:

   1. click TOR server > Start
   2(optional) Options > Settings
   3. set your proxy inside browser or app to SOCKS4/5 127.0.0.1:9050 
      or list generated after start (only if multiproxy) 
   4. click IP Changer > Start
   5. go to http://checkip.amazonaws.com/ or http://showip.net/ or whenever it shows you IP, and after next period (default 10 seconds) refresh page and if it works, you will always see different IP

shortcuts*

usage: ipchanger.exe [-a AUTO] [-d] [-m 1-100] [-p] [-c COUNTRY] [-b] [-n] [-u]
    '-a n' automaticaly change ip after start every n
            example:   ipchanger.exe -a 35
                        change ip auto every 35 sec

    '-m n' start multiple proxy n instances
            example:   ipchanger.exe -m 5
                        start proxy 5 times
                        with different ports
                        and generate list

    '-d' open debug console live log

    '-c COUNTRYCODE' select specific country
    
    '-p' bind API to public IP

    '-b' use bridges by default

    '-n' disable check for updates

    '-u' always obtain unique ip

    '-g | --nogui' run without GUI, control through API
            to run in background use `nohup ipchanger -g &`
            for linux version

*API

  in default settings
  telnet 127.0.0.1 14999
  if you create shortcut with option -p | --publicAPI then
  telnet computerIP/publicIP 14999
  *******************************************
  help              | print usage
  tor start         | start tor server
  tor stop          | stop tor server
  interval N        | set interval to N seconds
  blacklist N       | set blacklist for N seconds
  uniqueip port N   | set On/Off to obtain unique ip for port
  changeip start    | start autochanging ip
  changeip stop     | stop autochanging ip
  changeip once     | just change once
  changeip onceport N | just change once for specific port
  exit              | close connection
  *******************************************
  • API can be used with any language which support telnet
  • example API usage with python:
      import telnetlib
      tn = telnetlib.Telnet('127.0.0.1', '14999', 5)
      tn.write(b"changeip once\r\n")
      tn.close
  • example API usage with bash:
      #!/bin/bash
      echo "changeip once" | telnet 127.0.0.1 14999
  • example API usage with PHP:
      <?
      $host = "localhost";
      $port = "14999";
      $timeout = "5";
      $f=fsockopen($host,$port,$timeout);
      if (!$f) {
              echo "not connected";
      } else {
              echo "connected<br>";

              echo fgets($f, 1024);
              fwrite($f,"tor start\r\n");
              sleep(30);
              fwrite($f,"interval 30\r\n");
              sleep(1);
              fwrite($f,"changeip start\r\n");
              sleep(1);
              fwrite($f,"exit\r\n");
              echo fgets($f, 1024);
               fclose($f);
      }
      ?>

Bridges*
edit Tor/bridges.txt to insert your obfs bridges. if not changed then default will be downloaded from github

Country codes*

(not all may works)                               
ASCENSION ISLAND                      {ac}
AFGHANISTAN                           {af}
ALAND                                 {ax}
ALBANIA                               {al}
ALGERIA                               {dz}
ANDORRA                               {ad}
ANGOLA                                {ao}
ANGUILLA                              {ai}
ANTARCTICA                            {aq}
ANTIGUA AND BARBUDA                   {ag}
ARGENTINA REPUBLIC                    {ar}
ARMENIA                               {am}
ARUBA                                 {aw}
AUSTRALIA                             {au}
AUSTRIA                               {at}
AZERBAIJAN                            {az}
BAHAMAS                               {bs}
BAHRAIN                               {bh}
BANGLADESH                            {bd}
BARBADOS                              {bb}
BELARUS                               {by}
BELGIUM                               {be}
BELIZE                                {bz}
BENIN                                 {bj}
BERMUDA                               {bm}
BHUTAN                                {bt}
BOLIVIA                               {bo}
BOSNIA AND HERZEGOVINA                {ba}
BOTSWANA                              {bw}
BOUVET ISLAND                         {bv}
BRAZIL                                {br}
BRITISH INDIAN OCEAN TERR             {io}
BRITISH VIRGIN ISLANDS                {vg}
BRUNEI DARUSSALAM                     {bn}
BULGARIA                              {bg}
BURKINA FASO                          {bf}
BURUNDI                               {bi}
CAMBODIA                              {kh}
CAMEROON                              {cm}
CANADA                                {ca}
CAPE VERDE                            {cv}
CAYMAN ISLANDS                        {ky}
CENTRAL AFRICAN REPUBLIC              {cf}
CHAD                                  {td}
CHILE                                 {cl}
PEOPLE'S REPUBLIC OF CHINA            {cn}
CHRISTMAS ISLANDS                     {cx}
COCOS ISLANDS                         {cc}
COLOMBIA                              {co}
COMORAS                               {km}
CONGO                                 {cg}
CONGO (DEMOCRATIC REPUBLIC)           {cd}
COOK ISLANDS                          {ck}
COSTA RICA                            {cr}
COTE D IVOIRE                         {ci}
CROATIA                               {hr}
CUBA                                  {cu}
CYPRUS                                {cy}
CZECH REPUBLIC                        {cz}
DENMARK                               {dk}
DJIBOUTI                              {dj}
DOMINICA                              {dm}
DOMINICAN REPUBLIC                    {do}
EAST TIMOR                            {tp}
ECUADOR                               {ec}
EGYPT                                 {eg}
EL SALVADOR                           {sv}
EQUATORIAL GUINEA                     {gq}
ESTONIA                               {ee}
ETHIOPIA                              {et}
FALKLAND ISLANDS                      {fk}
FAROE ISLANDS                         {fo}
FIJI                                  {fj}
FINLAND                               {fi}
FRANCE                                {fr}
FRANCE METROPOLITAN                   {fx}
FRENCH GUIANA                         {gf}
FRENCH POLYNESIA                      {pf}
FRENCH SOUTHERN TERRITORIES           {tf}
GABON                                 {ga}
GAMBIA                                {gm}
GEORGIA                               {ge}
GERMANY                               {de}
GHANA                                 {gh}
GIBRALTER                             {gi}
GREECE                                {gr}
GREENLAND                             {gl}
GRENADA                               {gd}
GUADELOUPE                            {gp}
GUAM                                  {gu}
GUATEMALA                             {gt}
GUINEA                                {gn}
GUINEA-BISSAU                         {gw}
GUYANA                                {gy}
HAITI                                 {ht}
HEARD &amp; MCDONALD ISLAND           {hm}
HONDURAS                              {hn}
HONG KONG                             {hk}
HUNGARY                               {hu}
ICELAND                               {is}
INDIA                                 {in}
INDONESIA                             {id}
IRAN, ISLAMIC REPUBLIC OF             {ir}
IRAQ                                  {iq}
IRELAND                               {ie}
ISLE OF MAN                           {im}
ISRAEL                                {il}
ITALY                                 {it}
JAMAICA                               {jm}
JAPAN                                 {jp}
JORDAN                                {jo}
KAZAKHSTAN                            {kz}
KENYA                                 {ke}
KIRIBATI                              {ki}
KOREA, DEM. PEOPLES REP OF            {kp}
KOREA, REPUBLIC OF                    {kr}
KUWAIT                                {kw}
KYRGYZSTAN                            {kg}
LAO PEOPLE'S DEM. REPUBLIC            {la}
LATVIA                                {lv}
LEBANON                               {lb}
LESOTHO                               {ls}
LIBERIA                               {lr}
LIBYAN ARAB JAMAHIRIYA                {ly}
LIECHTENSTEIN                         {li}
LITHUANIA                             {lt}
LUXEMBOURG                            {lu}
MACAO                                 {mo}
MACEDONIA                             {mk}
MADAGASCAR                            {mg}
MALAWI                                {mw}
MALAYSIA                              {my}
MALDIVES                              {mv}
MALI                                  {ml}
MALTA                                 {mt}
MARSHALL ISLANDS                      {mh}
MARTINIQUE                            {mq}
MAURITANIA                            {mr}
MAURITIUS                             {mu}
MAYOTTE                               {yt}
MEXICO                                {mx}
MICRONESIA                            {fm}
MOLDAVA REPUBLIC OF                   {md}
MONACO                                {mc}
MONGOLIA                              {mn}
MONTENEGRO                            {me}
MONTSERRAT                            {ms}
MOROCCO                               {ma}
MOZAMBIQUE                            {mz}
MYANMAR                               {mm}
NAMIBIA                               {na}
NAURU                                 {nr}
NEPAL                                 {np}
NETHERLANDS ANTILLES                  {an}
NETHERLANDS, THE                      {nl}
NEW CALEDONIA                         {nc}
NEW ZEALAND                           {nz}
NICARAGUA                             {ni}
NIGER                                 {ne}
NIGERIA                               {ng}
NIUE                                  {nu}
NORFOLK ISLAND                        {nf}
NORTHERN MARIANA ISLANDS              {mp}
NORWAY                                {no}
OMAN                                  {om}
PAKISTAN                              {pk}
PALAU                                 {pw}
PALESTINE                             {ps}
PANAMA                                {pa}
PAPUA NEW GUINEA                      {pg}
PARAGUAY                              {py}
PERU                                  {pe}
PHILIPPINES (REPUBLIC OF THE)         {ph}
PITCAIRN                              {pn}
POLAND                                {pl}
PORTUGAL                              {pt}
PUERTO RICO                           {pr}
QATAR                                 {qa}
REUNION                               {re}
ROMANIA                               {ro}
RUSSIAN FEDERATION                    {ru}
RWANDA                                {rw}
SAMOA                                 {ws}
SAN MARINO                            {sm}
SAO TOME/PRINCIPE                     {st}
SAUDI ARABIA                          {sa}
SCOTLAND                              {uk}
SENEGAL                               {sn}
SERBIA                                {rs}
SEYCHELLES                            {sc}
SIERRA LEONE                          {sl}
SINGAPORE                             {sg}
SLOVAKIA                              {sk}
SLOVENIA                              {si}
SOLOMON ISLANDS                       {sb}
SOMALIA                               {so}
SOMOA,GILBERT,ELLICE ISLANDS          {as}
SOUTH AFRICA                          {za}
SOUTH GEORGIA, SOUTH SANDWICH ISLANDS {gs}
SOVIET UNION                          {su}
SPAIN                                 {es}
SRI LANKA                             {lk}
ST. HELENA                            {sh}
ST. KITTS AND NEVIS                   {kn}
ST. LUCIA                             {lc}
ST. PIERRE AND MIQUELON               {pm}
ST. VINCENT &amp; THE GRENADINES      {vc}
SUDAN                                 {sd}
SURINAME                              {sr}
SVALBARD AND JAN MAYEN                {sj}
SWAZILAND                             {sz}
SWEDEN                                {se}
SWITZERLAND                           {ch}
SYRIAN ARAB REPUBLIC                  {sy}
TAIWAN                                {tw}
TAJIKISTAN                            {tj}
TANZANIA, UNITED REPUBLIC OF          {tz}
THAILAND                              {th}
TOGO                                  {tg}
TOKELAU                               {tk}
TONGA                                 {to}
TRINIDAD AND TOBAGO                   {tt}
TUNISIA                               {tn}
TURKEY                                {tr}
TURKMENISTAN                          {tm}
TURKS AND CALCOS ISLANDS              {tc}
TUVALU                                {tv}
UGANDA                                {ug}
UKRAINE                               {ua}
UNITED ARAB EMIRATES                  {ae}
UNITED KINGDOM (no new registrations) {gb}
UNITED KINGDOM                        {uk}
UNITED STATES                         {us}
UNITED STATES MINOR OUTL.IS.          {um}
URUGUAY                               {uy}
UZBEKISTAN                            {uz}
VANUATU                               {vu}
VATICAN CITY STATE                    {va}
VENEZUELA                             {ve}
VIET NAM                              {vn}
VIRGIN ISLANDS (USA)                  {vi}
WALLIS AND FUTUNA ISLANDS             {wf}
WESTERN SAHARA                        {eh}
YEMEN                                 {ye}
ZAMBIA                                {zm}
ZIMBABWE                              {zw}

tor-ip-changer's People

Contributors

seevik2580 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tor-ip-changer's Issues

Never same IP again - feature request

Hello,
As title says, I would appericate feature where you can choose that you won"t ever get assigned same IP as before when using the switch ip feature. I would love to see this feature implemented and you might recieve nice btc tip for it :)

IP not changing

Trying it in Win 10, despite that IPChanger shows that IP changed showip.net is showing the same IP always?! Any clue about it?! I'm using v.1.2.2

Change ip by telnet

Hi,
I am running 5 different IP's(5 proxies: 9050, 9051, 9052, 9053, 9054).
How to change IP only in first(9050) and second(9051) proxy by telnet in python?

Internet connection cut off

hi
I'm working on Windows 10, I'm having a problem, the internet connection is cut off, when I use the private proxy address 127.0.0.1:9050, I'm using Chrome browser, I don't know why I'm facing this problem, when I restart everything as it was the connection comes back fine, also I turned off the firewall and antivirus but this did not work and the problem was not resolved, I will attach some pictures of the problem.
Thank you for your effort.
خصائص الإنترنت 09_01_2022 11_53_26 ص
TOR IP Changer _ Created by Seva _ v1 3 0-8 09_01_2022 11_52_07 ص
‪www google com - Google Chrome‬ 09_01_2022 12_13_40 م

Only 6000 nodes

Hi,
with tor network I can have only about 6000 different IP addresses.

I have found something like smartproxy which offers over 40M ip addresses.

Do you know how it is possible that they have that amount of IP addresses?
I have been emailing them about that if they have physically 40M+ machines that they can use and they did not answer me.

Maybe you will know it.

port duplication

can you please tell me how to run the ipchanger.exe -m 10 port duplication code?

help

--------Checking files.
Failed...repeating
Cannot download Tor files

ip issue

how can I solve the "Changing OK but unable to connect " err?

vcruntime140.dll error

vcruntime140.dll error
I also downloaded the dll and it gave another error called "0xc000007b" on windows. I looked at the solutions on the net and I found a solution that says restart the computer I did it also. But anyway it didn’t work. If you can help me I will be so happy,
Efe Akaröz

Smartproxy

Hi,
has anyone know how is possible that services like https://smartproxy.com/ have over 40M available ip addresses?

Do they have over 40M routers each with public ip address?

Change IP through an external app

Hello I am trying to build an app which sends http requests to a website.
But i need proxies who change after every HTTP request
so while searching on google i found tor ip changer in which we can change ip after several X seconds and i read in an issue that it can now be changed on demand

so what i was thinking a way to change IP on demand via an external app through api

kindly let me know if this is possible as i want my app to send http requests via tor ips and it changes ip either after 30 http requests or after every http request but it needs to do this faster as my program is multithreaded and it cannot wait for like minutes untill a new ip shows up...

i want fluditity in this if this is possible...

"No GUI" - not working

I am trying to start ipchanger.exe without GUI with this command:
ipchanger.exe -g
or
ipchanger.exe --nogui
But it givs error
ipchanger.exe: error: unrecognized arguments: -g and
ipchanger.exe: error: unrecognized arguments: --nogui

It stops at 30% while setting it up

I directly ran the "git clone" thing to download but when I run 1.3.0 and when I try to click start tor it stops increasing at 30%
Please help me

Efe Akaröz

Change our ip to any ip in the world

Al-salam Alaykom , I got a question: can we change our ip address to any ip in the world ?
if yes, how?
for example my ip is : 80.12.19.10
I want to change for this random ip : 193.165.14.10

ModuleNotFoundError: No module named 'tkinter'

Hi
when i run this command 'python setup-ipchanger-windows.py' it will make ipchanger.exe in dist folder.
When I want to run ipchanger.exe, it shows me this error :

Traceback (most recent call last): File "ipchanger.py", line 4, in <module> ModuleNotFoundError: No module named 'tkinter'

my OS is Windows 10.

Docker

Hi,
it would be awesome if we can run and use tor-ip-changer with one command docker-compose up -d on linux.

new version 1.2.6 for windows

soon

************************************************************
Changelog: v1.2.6
************************************************************
Added:
    + statusbar at the top for some additional messages
    + looking for relays for single country 
    + looking for relays for all countries
    + app auto update
    + persistent config inside settings.ini
    + progressbar2
    + show location for resolved ip
    + change ip once for specific port by telnet API:
            changeip onceport <portNumber>
    + use bridges by default with option -b
    + disable updates with option -n
        
    + new menu options:
        TOR server:
            + restart
                restart tor.exe
            + check & repair
                check for missing or corrupted tor files 

        IP changer:
            + just once
                change ip just once
    
    + multicountry selection with option -c
        example: -c cz,us,gb
            countries need to be separated by comma
************************************************************
Removed:
    - app manual update
************************************************************
Changed: 
    + fixed some bugs
    + app update mechanism
    + progress bar
    + fixed timing bug
    + show python error messages only if option -d is used
    + country selection with option -c
************************************************************

image

Proxy server

Hi, @seevik2580,

I would like to run tor-ip-changer on a server with public ip for example 1.2.3.4.
Then I would like to use that public ip and run the following command:

curl -x 1.2.3.4 http://checkip.amazonaws.com/

After each execution of this command, it will be nice if a different ip address will be returned.

How I should set up nginx on my server to redirect all requests to your app?

Thanks in advance!

Another instance of TOR server is running

Hi I keep geting this when I start the tor server
and I don't have Tor on my pc I restart it and the same thing:

TOR server starting using direct connection. Please wait ... another instance of TOR server is running TOR server stopped.

Is IP changer safe ?

Hello
First of all, I would like to thank you for this wonderful program, but I have some questions that you can answer. The program is coming for me:
1- Does this program allow you to browse the Internet completely from a different IP or, for example, does Google discover this?
2- How many IPs does the State of Israel have?
3- Is there a program that gives me an unlimited number of IPs for the State of Israel?

Thank u So Much
My greetings

Orange IPs(the ones I guess which are without speedstamps/timestamps) not working

Hi love your project! So innovative. If you don't mind, please answer this. I have kept my setting to "random" and during the 10s where orange ip is loaded, the webpage doesn't work. Whereas it works perfectly when the ip addresses are in white(I guess the one with speedstamps). Is there any way to rotate only ips which are white and avoid orange ones fully? Or is there any other solution to this?
Uploading 20220323_231411.jpg…

OSX support

Hello,
First of all thanks for releasing this great tool, tested on Windows 10 and works how its supposed to.

I have tried running IPchanger on OSX (big sur) however app is throwing errors(I kinda expected that as its in experimental build),
when can we expect IPChanger to be fully working on OSX? or atleast how to set it up so its working.

Thank you!

Minimal API request

Thanks for amazing piece of software.

Do you have any plans on extending functionality?
What I'd love to see the most, is the way to change IP on demand instead of interval?
In particular, the way to communicate with tor-ip-changer from my python script.

Any thoughts?

Change proxy

Hello i love the program , only issue is connection is very poor, is there any way to get a faster connection? can i buy a new proxy and add it? thank you

Why always stuck in 5%

I tried these two way, but doesn't work. It's always stuck in 5%: Connecting to directory server
Problem connecting to this node try to change country or delete all tordata folders inside Data folder

VERY IMPORTANT QUESTION !

Is there a way to change the IP every second in the Google Chrome ( NOT FIREFOX )?
Please help me, because I want this so much.
Thank you ,
sincerely,
odaiasd.

new version 1.2.7 for windows

soon

************************************************************
Changelog: v1.2.7-1
************************************************************
Added:
    + build number for microupdates
    + app auto update gui
************************************************************
Changed: 
    + app update mechanism
    + fixed bugs with updater
************************************************************

image

ipchanger problem

erro
Hi,

So I downloaded the folder when I double clicke ipchanger.exe, this error in the image appears.

How can I solve it?

Cheers

Changing IP

Hi,
Thant always happened, I tried to add address and port manually, but still can't connect!!
any help?
Screenshot 2021-12-22 043941
Screenshot 2021-12-21 150937

I NEED HELP !

Hello, first of all , I want to thnk for all what you do ♥
second, there is a problem when i start tor ip changer it comes like that ..

image
how can we solve it ?

Download issue

Why IPchanger need 3.4.x version? I have only installed the newest 3.7.x? Could you update it?

windows 10 debug

urlopen:750 Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002E813AC8C48>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed')': /seevik2580/tor-ip-changer/master/version.txt

question

is there any way to run my own proxy list thorough tor ip changer

Do you have a way to hack Facebook?

Hi ,
I know I asked a lot, but your programs designs are very beautiful and interesting
So do you have a way to hack Facebook from computer or anyway else ?
Thank you !♥
sincerely,
odaiasd.

No process found

when i run:
docker run -p 14999:14999 -p 9050:9050 -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix seevik2580/tor-ip-changer

Responds with:
tor: no process found
tail: no process found
where could be the problem?

Thank you, GJ

Can you spot the issue?

Hi, I have been using successfully the tor-ip-changer for quiet some time now, but with this last update something went wrong, at least for me.

I keep getting:
|127.0.0.1:9050 |random Changing OK but unable to connect|

In the logs I get:
Sep 28 08:58:01.000 [warn] You specified a public address '0.0.0.0:9050' for SocksPort. Other people on the Internet might find your computer and use it as an open proxy. Please don't allow this unless you have a good reason.

but on the main window i have:


Autostart OFF.
API server binded to 127.0.0.1:14999 (local) OK.
------------------------------------------------------------Checking files.
No missing files
------------------------------------------------------------TOR server starting using direct connection.
Always obtain unique IP OFF
Please wait ...
0% - Starting
5% - Connecting to a relay
10% - Connected to a relay
14% - Handshaking with a relay
25% - Asking for networkstatus consensus
30% - Loading networkstatus consensus
45% - Asking for relay descriptors
50% - Loading relay descriptors
51% - Loading relay descriptors
63% - Loading relay descriptors
68% - Loading relay descriptors
80% - Connecting to a relay to build circuits
89% - Finishing handshake with a relay to build circuits
95% - Establishing a Tor circuit
100% - Done
TOR server started
DNS server started
------------------------------------------------------------Proxy list:
127.0.0.1:9050

changeip onceport ?

Hello , i tried to change ip with this command changeip onceport port but working only port 9050 , for 9051 9052 etc. just refresh connection
i use windows version

SSL: Certificate Verify Failed

Hey there,
I am suddenly getting SSL: Certificate Verify Failed when I try to use country "US" and some other countries. This is only happening in my VPS but it works fine in my main PC. Any solution to fix this?

Here are the logs:
IP Changer Debug Console.txt

Please help!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.