[or-cvs] new config files, including directory servers

Roger Dingledine arma at seul.org
Thu Sep 26 23:53:23 UTC 2002


Update of /home/or/cvsroot/src/config
In directory moria.seul.org:/home/arma/work/onion/cvs/src/config

Modified Files:
	moria1-orrc moria2-orrc moria3-orrc oprc 
Added Files:
	dirservers 
Log Message:
new config files, including directory servers


--- NEW FILE: dirservers ---
# List of directory servers.
# Line format : address ORPort OPPort APPort DirPort bandwidth(bytes/s)
# followed by the routers public key.
# router-port is where the router is accepting connections from other routers.

# Router 1
moria.mit.edu 9001 9011 9021 9031 100000
-----BEGIN RSA PUBLIC KEY-----
MIGJAoGBAMBBuk1sYxEg5jLAJy86U3GGJ7EGMSV7yoA6mmcsEVU3pwTUrpbpCmwS
7BvovoY3z4zk63NZVBErgKQUDkn3pp8n83xZgEf4GI27gdWIIwaBjEimuJlEY+7K
nZ7kVMRoiXCbjL6VAtNa4Zy1Af/GOm0iCIDpholeujQ95xew7rQnAgMA//8=
-----END RSA PUBLIC KEY-----

# Router 2
moria.mit.edu 9002 9012 9022 9032 100000
-----BEGIN RSA PUBLIC KEY-----
MIGJAoGBANX/HHRuudz274MFSQ4manX8DhtsIuogNUyco9/0dr+XsfioTGd3RgMj
aSWlD87arkZO4hHBPHe0q89Z3s1UtUsyQ/VmsxSv9g2OCnF/dU2Nz4h6+Al3iNJF
1UlWR4eiqBx3djxdIl/t+Nidw++YGc8QqRqkg0EhQCJ2fnOtHn9bAgMA//8=
-----END RSA PUBLIC KEY-----

# Router 3
moria.mit.edu 9003 9013 9023 9033 100000
-----BEGIN RSA PUBLIC KEY-----
MIGJAoGBAJfkNWCaNkYIRwfHT06KBU6dz8W1xDpW5ezGJwAOoxCX3/ZNoUicb/1V
oB3OzW6VxWIiht3da/3K0ywiBOOCcf6BabKoMdiPpH7NIeu6XRmBYK2uqW13gBgh
xJbQBb58Nx8Fr05XkvLG6i+vTDY3MZOW3E2/DwSe/jFzuHSD5b3nAgMA//8=
-----END RSA PUBLIC KEY-----


Index: moria1-orrc
===================================================================
RCS file: /home/or/cvsroot/src/config/moria1-orrc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- moria1-orrc	22 Jul 2002 04:08:15 -0000	1.4
+++ moria1-orrc	26 Sep 2002 23:53:21 -0000	1.5
@@ -11,6 +11,7 @@
 ORPort 9001
 OPPort 9011
 APPort 9021
+DirPort 9031
 
 # Maximum number of connections.
 MaxConn 100

Index: moria2-orrc
===================================================================
RCS file: /home/or/cvsroot/src/config/moria2-orrc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- moria2-orrc	19 Jul 2002 18:48:03 -0000	1.3
+++ moria2-orrc	26 Sep 2002 23:53:21 -0000	1.4
@@ -11,6 +11,7 @@
 ORPort 9002
 OPPort 9012
 APPort 9022
+DirPort 9032
 
 # Maximum number of connections.
 MaxConn 100

Index: moria3-orrc
===================================================================
RCS file: /home/or/cvsroot/src/config/moria3-orrc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- moria3-orrc	19 Jul 2002 18:48:03 -0000	1.3
+++ moria3-orrc	26 Sep 2002 23:53:21 -0000	1.4
@@ -11,6 +11,7 @@
 ORPort 9003
 OPPort 9013
 APPort 9023
+DirPort 9033
 
 # Maximum number of connections.
 MaxConn 100

Index: oprc
===================================================================
RCS file: /home/or/cvsroot/src/config/oprc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- oprc	19 Sep 2002 20:13:27 -0000	1.2
+++ oprc	26 Sep 2002 23:53:21 -0000	1.3
@@ -1,7 +1,7 @@
 # Configuration file for or
 
 # List of routers
-RouterFile ../config/routers.op
+RouterFile ../config/dirservers
 
 # Private key
 #PrivateKeyFile moria1-private



More information about the tor-commits mailing list