summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-12-16 21:36:08 +0000
committerRoger Dingledine <arma@torproject.org>2004-12-16 21:36:08 +0000
commitee282fc167545140d081ed33879adaf900541dd0 (patch)
tree6bafcd446c3aba2d86f324fafa900cf578d02dbb
parentbbc10c2ea12b836497d3ef41fc434b50108b70f1 (diff)
downloadtor-ee282fc167545140d081ed33879adaf900541dd0.tar.gz
tor-ee282fc167545140d081ed33879adaf900541dd0.zip
mark nickname and ORPort as the two required fields for servers
svn:r3156
-rw-r--r--src/config/torrc.sample.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index f42b4aafca..4ae01fa793 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -73,7 +73,7 @@ AllowUnverifiedNodes middle,rendezvous
## key fingerprint to the tor-ops, so we can add you to the list of
## servers that clients will trust. See the README for details.
-## A unique handle for this server
+## Required: A unique handle for this server
#Nickname ididnteditheconfig
## The IP or fqdn for this server. Leave blank and Tor will guess.
@@ -81,7 +81,8 @@ AllowUnverifiedNodes middle,rendezvous
#ContactInfo 1234D/FFFFFFFF Random Person <nobody@example.com>
-#ORPort 9001 # what port to advertise for tor connections
+## Required: what port to advertise for tor connections
+#ORPort 9001
## If you want to listen on a port other than the one advertised
## in ORPort, uncomment the line below. You'll need to do ipchains
## or other port forwarding yourself to make this work.