c051a2080a
Torsocks allows you to use most socks-friendly applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects UDP traffic from the application you're using. WWW: http://code.google.com/p/torsocks/ PR: ports/131653 Submitted by: Andrei Lavreniyuk <andy.lavr AT gmail.com> Approved by: miwi (mentor)
12 lines
405 B
Text
12 lines
405 B
Text
Simple setup file was copied to %%PREFIX%%/etc/torsocks.conf.sample
|
|
An example of a more complex setup file can be found in
|
|
%%PREFIX%%/share/examples/torsocks/
|
|
|
|
Once you have installed torsocks, just launch it like so:
|
|
usewithtor [application]
|
|
|
|
So, for example you can use ssh to a some.ssh.com by doing:
|
|
usewithtor ssh username@some.ssh.com -l <user>
|
|
|
|
or launch pidgin by doing:
|
|
usewithtor pidgin
|