SusmithKrishnan / torghost

TorGhost is an anonymization script. TorGhost redirects all internet traffic through SOCKS5 tor proxy. DNS requests are also redirected via tor, thus preventing DNSLeak. The scripts also disables unsafe packets exiting the system. Some packets like ping request can compromise your identity.
GNU General Public License v3.0
850 stars 281 forks source link

Stuck on Fetching IP and internet connection is lost #100

Open 1UC1F3R616 opened 3 years ago

1UC1F3R616 commented 3 years ago
koshs87 commented 3 years ago

same problem

SolWakeBake commented 3 years ago

had the same issue and i found a fix

when doing pip3 install -r requirements.txt run the same command with regular pip

meaning: pip install -r requirements.txt

then it should work

koshs87 commented 3 years ago

Thanks i fix problem, Now works fine.