Roger Dingledine commited on 2011-09-27 11:45:08
Zeige 1 geänderte Dateien mit 7 Einfügungen und 7 Löschungen.
... | ... |
@@ -53,7 +53,7 @@ |
53 | 53 |
|
54 | 54 |
<li><a href="#TBBSocksPort">I'm on OSX or Linux and I want to |
55 | 55 |
run another application through the Tor launched by Tor Browser |
56 |
- Bundle. How do I predict my SOCKS port?</a></li> |
|
56 |
+ Bundle. How do I predict my Socks port?</a></li> |
|
57 | 57 |
<li><a href="#TBBPolipo">I need an HTTP proxy. Where did Polipo |
58 | 58 |
go?</a></li> |
59 | 59 |
<li><a href="#TBBOtherBrowser">I want to use Chrome/IE/Opera/etc |
... | ... |
@@ -741,10 +741,10 @@ other than our official HTTPS website. |
741 | 741 |
<a id="TBBSocksPort"></a> |
742 | 742 |
<h3><a class="anchor" href="#TBBSocksPort">I'm on OSX or Linux and |
743 | 743 |
I want to run another application through the Tor launched by Tor |
744 |
-Browser Bundle. How do I predict my SOCKS port?</a></h3> |
|
744 |
+Browser Bundle. How do I predict my Socks port?</a></h3> |
|
745 | 745 |
|
746 | 746 |
<p> |
747 |
-Typically Tor listens for SOCKS connections on port 9050. TBB |
|
747 |
+Typically Tor listens for Socks connections on port 9050. TBB |
|
748 | 748 |
on OSX and Linux has an experimental feature where Tor listens |
749 | 749 |
on random unused ports rather than a fixed port each time. The |
750 | 750 |
goal is to avoid conflicting with a "system" Tor install, |
... | ... |
@@ -752,14 +752,14 @@ so you can run a system Tor and TBB at the same time. We're <a |
752 | 752 |
href="https://trac.torproject.org/projects/tor/ticket/3948">working on |
753 | 753 |
a feature</a> where Tor will try the usual ports first and then back |
754 | 754 |
off to a random choice if they're already in use. Until then, if you |
755 |
-want to configure some other application to use Tor as a SOCKS proxy, |
|
755 |
+want to configure some other application to use Tor as a Socks proxy, |
|
756 | 756 |
here's a workaround: |
757 | 757 |
</p> |
758 | 758 |
|
759 | 759 |
<p> |
760 | 760 |
In Vidalia, go to Settings->Advanced and uncheck the box that says |
761 | 761 |
'Configure ControlPort automatically'. Click OK and restart TBB. Your |
762 |
-SOCKS port will then be on 9050. |
|
762 |
+Socks port will then be on 9050. |
|
763 | 763 |
</p> |
764 | 764 |
|
765 | 765 |
<hr> |
... | ... |
@@ -780,7 +780,7 @@ Firefox's interaction with websites. |
780 | 780 |
If you are trying to use some external application with Tor, step zero |
781 | 781 |
should be to <a href="<page download/download>#warning">reread the set |
782 | 782 |
of warnings</a> for ways you can screw up. Step one should be to try |
783 |
-to use a SOCKS proxy rather than an http proxy — Tor runs a SOCKS |
|
783 |
+to use a Socks proxy rather than an http proxy — Tor runs a Socks |
|
784 | 784 |
proxy on port 9050 on Windows, or <a href="#TBBSocksPort">see above</a> |
785 | 785 |
for OSX and Linux. |
786 | 786 |
</p> |
... | ... |
@@ -1221,7 +1221,7 @@ for more information on how to remove the Tor service. |
1221 | 1221 |
sure there are no spaces between the commas and the list items. |
1222 | 1222 |
</p> |
1223 | 1223 |
<p> |
1224 |
- If you want to access a service directly through Tor's SOCKS interface |
|
1224 |
+ If you want to access a service directly through Tor's Socks interface |
|
1225 | 1225 |
(eg. using ssh via connect.c), another option is to set up an |
1226 | 1226 |
internal mapping in your configuration file using <tt>MapAddress</tt>. |
1227 | 1227 |
See the manual page for details. |
1228 | 1228 |