summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Childs <colin@torproject.org>2015-05-08 15:46:55 -0500
committerColin Childs <colin@torproject.org>2015-05-08 15:46:55 -0500
commit745e5b1bba79afd50130d9985c3e4daf3d92c702 (patch)
tree1afba64c24af969497bf4f4843958ff2883f0375
parentf344776616227f3e490969038aaaad991a464e1d (diff)
Fix SOCKS instructions link in tor-doc-unix.wml.15966_socks_fix
-rw-r--r--docs/en/tor-doc-unix.wml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/tor-doc-unix.wml b/docs/en/tor-doc-unix.wml
index aceaa72f..5f6f3ee4 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>.