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

Build.sh fixes: adding cython3 apt package, fixing type in exit code … #108

Open bartleskeet opened 3 years ago

bartleskeet commented 3 years ago

…on error

bartleskeet commented 3 years ago

Addresses https://github.com/SusmithKrishnan/torghost/issues/107