diff options
author | Roger Dingledine <arma@torproject.org> | 2005-07-23 21:22:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-07-23 21:22:13 +0000 |
commit | 58e38fe359ad5ea5f7fb3892040e6f52b909bc3d (patch) | |
tree | 2d1e520d1b8f853032d49fd6c0f37fd69d253b4b /doc/tor-hidden-service.html | |
parent | 2bb2ef52cda6e411d8de63709844c6b794b2a09f (diff) | |
download | tor-58e38fe359ad5ea5f7fb3892040e6f52b909bc3d.tar tor-58e38fe359ad5ea5f7fb3892040e6f52b909bc3d.tar.gz |
don't give the unix path example twice
svn:r4659
Diffstat (limited to 'doc/tor-hidden-service.html')
-rw-r--r-- | doc/tor-hidden-service.html | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/doc/tor-hidden-service.html b/doc/tor-hidden-service.html index 3dacc0d7e..c93101189 100644 --- a/doc/tor-hidden-service.html +++ b/doc/tor-hidden-service.html @@ -32,7 +32,7 @@ <td class="banner-right"></td> </tr> </table> - + <!-- END TITLE BAR & NAVIGATION --> <div class="center"> @@ -119,20 +119,15 @@ Google. So add the following lines to your torrc: </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> HiddenServiceDir /Library/Tor/var/lib/tor/hidden_service/ HiddenServicePort 80 www.google.com:80 </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> HiddenServiceDir C:\Documents and Settings\username\Application Data\hidden_service\ HiddenServicePort 80 www.google.com:80 |