mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
don't give the unix path example twice
svn:r4659
This commit is contained in:
parent
2bb2ef52cd
commit
58e38fe359
1 changed files with 7 additions and 12 deletions
|
@ -118,21 +118,16 @@ IP address and port for redirecting connections to this virtual port.</li>
|
||||||
Google. So add the following lines to your torrc:
|
Google. So add the following lines to your torrc:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
|
||||||
HiddenServiceDir /home/username/hidserv/
|
|
||||||
HiddenServicePort 80 www.google.com:80
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
<p>You're going to want to change the HiddenServiceDir line, so it
|
|
||||||
points to an actual directory that is readable/writeable by the user that
|
|
||||||
will be running Tor. For example, if you're using the OS X Tor package,
|
|
||||||
you might pick:</p>
|
|
||||||
<pre>
|
<pre>
|
||||||
HiddenServiceDir /Library/Tor/var/lib/tor/hidden_service/
|
HiddenServiceDir /Library/Tor/var/lib/tor/hidden_service/
|
||||||
HiddenServicePort 80 www.google.com:80
|
HiddenServicePort 80 www.google.com:80
|
||||||
</pre>
|
</pre>
|
||||||
<p>On Unix, try "/home/username/hidserv/" and fill in your own username
|
|
||||||
in place of "username". On Windows you might pick:</p>
|
<p>You're going to want to change the HiddenServiceDir line, so it points
|
||||||
|
to an actual directory that is readable/writeable by the user that will
|
||||||
|
be running Tor. The above line should work if you're using the OS X Tor
|
||||||
|
package. On Unix, try "/home/username/hidserv/" and fill in your own
|
||||||
|
username in place of "username". On Windows you might pick:</p>
|
||||||
<pre>
|
<pre>
|
||||||
HiddenServiceDir C:\Documents and Settings\username\Application Data\hidden_service\
|
HiddenServiceDir C:\Documents and Settings\username\Application Data\hidden_service\
|
||||||
HiddenServicePort 80 www.google.com:80
|
HiddenServicePort 80 www.google.com:80
|
||||||
|
|
Loading…
Add table
Reference in a new issue