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

Missing parentheses in call to 'print' #28

Closed CharlSteynberg closed 6 years ago

CharlSteynberg commented 6 years ago

when i run torghost start it throws the following error: Missing parentheses in call to 'print'. Did you mean print("")?