summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-07-23 20:53:26 +0000
committerRoger Dingledine <arma@torproject.org>2005-07-23 20:53:26 +0000
commitdf1f7e6227246cbcea90f2535f96557a6aa4255e (patch)
tree5ed6834605af739e051edf581bca517457d71517
parent41f52cbe2dd257b23a7ace36080241ac7d6ce68e (diff)
downloadtor-df1f7e6227246cbcea90f2535f96557a6aa4255e.tar.gz
tor-df1f7e6227246cbcea90f2535f96557a6aa4255e.zip
a few more paragraphs
svn:r4657
-rw-r--r--doc/tor-hidden-service.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/tor-hidden-service.html b/doc/tor-hidden-service.html
index 51b967cef8..f25dee52e7 100644
--- a/doc/tor-hidden-service.html
+++ b/doc/tor-hidden-service.html
@@ -200,6 +200,17 @@ configure it to bind only to localhost. You should also figure out
what port you're listening on, because you'll use it below.
</p>
+<p>(The reason we bind the web server only to localhost is to make
+sure it isn't publically accessible. If people could get to it directly,
+they could confirm that your computer is the one offering the hidden
+service.)
+</p>
+
+<p>Once you've got your web server set up, make sure it works: open your
+browser and go to "localhost:5222". Once it works, try putting a file
+in the main html directory, and make sure it shows up when you access
+the site.
+</p>
<hr />
<a name="three"></a>