summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-03-07 10:18:15 +0000
committerRoger Dingledine <arma@torproject.org>2004-03-07 10:18:15 +0000
commit694d287774172aa19cfcfea4c49bdbefe0d4004f (patch)
treec07648fbfca82dd82e07439ae87f1cdcdedf5194
parent10cee8b7f7de5656b7e2d4dea7ee797bcf966f3d (diff)
downloadtor-694d287774172aa19cfcfea4c49bdbefe0d4004f.tar.gz
tor-694d287774172aa19cfcfea4c49bdbefe0d4004f.zip
improve comments for server operators (maybe)
svn:r1241
-rw-r--r--src/config/torrc.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config/torrc.in b/src/config/torrc.in
index f05c3f4173..34c27d409f 100644
--- a/src/config/torrc.in
+++ b/src/config/torrc.in
@@ -10,13 +10,17 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
##################### Below is just for servers #####################
+## NOTE: If you enable these, you won't be able to use tor as a client
+## or server until you've been added to the directory and can
+## authenticate to the other nodes. See the README for details.
+
## The directory for keeping all the keys/etc for this server
#DataDirectory @LOCALSTATEDIR@/lib/tor
#Nickname moria # A unique handle for this server
#Address moria.seul.org # The fqdn for this server
-#ORPort 9001 # where to listen for cell-speaking connections
+#ORPort 9001 # where to listen for tor connections
#ORBindAddress 0.0.0.0 # accept connections from anywhere
## A comma-separated list of exit policies. If you want to *replace*