mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 14:23:04 +01:00
better example
svn:r4653
This commit is contained in:
parent
6f249a46b7
commit
a4510dce66
1 changed files with 11 additions and 4 deletions
|
@ -230,14 +230,21 @@ using it as a hidden service?
|
||||||
|
|
||||||
<p>If you want to forward multiple virtual ports for a single hidden
|
<p>If you want to forward multiple virtual ports for a single hidden
|
||||||
service, just add more HiddenServicePort lines.
|
service, just add more HiddenServicePort lines.
|
||||||
</p>
|
If you want to run multiple hidden services from the same Tor
|
||||||
|
|
||||||
<p>If you want to run multiple hidden services from the same Tor
|
|
||||||
client, just add another HiddenServiceDir line. All the following
|
client, just add another HiddenServiceDir line. All the following
|
||||||
HiddenServicePort lines refer to this HiddenServiceDir line, until
|
HiddenServicePort lines refer to this HiddenServiceDir line, until
|
||||||
you add another HiddenServiceDir line.
|
you add another HiddenServiceDir line:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
HiddenServiceDir /usr/local/etc/tor/hidden_service/
|
||||||
|
HiddenServicePort 80 127.0.0.1:8080
|
||||||
|
|
||||||
|
HiddenServiceDir /usr/local/etc/tor/other_hidden_service/
|
||||||
|
HiddenServicePort 6667 127.0.0.1:6667
|
||||||
|
HiddenServicePort 22 127.0.0.1:22
|
||||||
|
</pre>
|
||||||
|
|
||||||
<p>There are some anonymity issues you should keep in mind too:
|
<p>There are some anonymity issues you should keep in mind too:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue