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
851 stars 281 forks source link

fix python3 install #43

Closed wantafanta closed 4 years ago

wantafanta commented 4 years ago

fixes issue with wanting python3, when both python2 and 3 are installed.

also, seemed to specifically require 3.6, but works fine on 7.