From 58e38fe359ad5ea5f7fb3892040e6f52b909bc3d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 23 Jul 2005 21:22:13 +0000 Subject: don't give the unix path example twice svn:r4659 --- doc/tor-hidden-service.html | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'doc') diff --git a/doc/tor-hidden-service.html b/doc/tor-hidden-service.html index 3dacc0d7e3..c931011897 100644 --- a/doc/tor-hidden-service.html +++ b/doc/tor-hidden-service.html @@ -32,7 +32,7 @@ - +
@@ -118,21 +118,16 @@ IP address and port for redirecting connections to this virtual port. Google. So add the following lines to your torrc:

-
-HiddenServiceDir /home/username/hidserv/
-HiddenServicePort 80 www.google.com:80
-
- -

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:

 HiddenServiceDir /Library/Tor/var/lib/tor/hidden_service/
 HiddenServicePort 80 www.google.com:80
 
-

On Unix, try "/home/username/hidserv/" and fill in your own username -in place of "username". On Windows you might pick:

+ +

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:

 HiddenServiceDir C:\Documents and Settings\username\Application Data\hidden_service\
 HiddenServicePort 80 www.google.com:80
-- 
cgit v1.2.3-54-g00ecf