commit c905fbef61b5ab4fa72e9f6f475e3e28001e60bc Author: Colin Childs colin@torproject.org Date: Fri May 8 15:46:55 2015 -0500
Fix SOCKS instructions link in tor-doc-unix.wml. --- docs/en/tor-doc-unix.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/tor-doc-unix.wml b/docs/en/tor-doc-unix.wml index aceaa72..5f6f3ee 100644 --- a/docs/en/tor-doc-unix.wml +++ b/docs/en/tor-doc-unix.wml @@ -58,7 +58,7 @@ <p> If you want to use Tor for anonymous web browsing, please use <a href="<page projects/torbrowser>">Tor Browser</a>. It comes with readily configured Tor and a browser patched for better anonymity. To use SOCKS directly (for instant messaging, Jabber, IRC, etc), you can point your application directly at Tor (localhost - port 9050), but see <a href="<wikifaq>#SOCKSAndDNS">this FAQ + port 9050), but see <a href="<page docs/faq#TBBSocksPort">this FAQ entry</a> for why this may be dangerous. For applications that support neither SOCKS nor HTTP, take a look at <a href="https://code.google.com/p/torsocks/">torsocks</a> or <a href="http://www.dest-unreach.org/socat/">socat</a>.
tor-commits@lists.torproject.org