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

Edit python3 validation/Correct typo #118

Open sebek88 opened 3 years ago

sebek88 commented 3 years ago

Add validation in build.sh that checks which version of python3 is installed and run the script against it.

sebek88 commented 3 years ago

Addresses #116