[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] mark nickname and ORPort as the two required fields for ser...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] mark nickname and ORPort as the two required fields for ser...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Thu, 16 Dec 2004 16:36:10 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Thu, 16 Dec 2004 16:36:33 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/tor/src/config
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/config
Modified Files:
torrc.sample.in
Log Message:
mark nickname and ORPort as the two required fields for servers
Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- torrc.sample.in 10 Dec 2004 19:22:15 -0000 1.37
+++ torrc.sample.in 16 Dec 2004 21:36:08 -0000 1.38
@@ -73,7 +73,7 @@
## 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 @@
#ContactInfo 1234D/FFFFFFFF Random Person <nobody@xxxxxxxxxxx>
-#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.