]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
new config files, including directory servers
authorRoger Dingledine <arma@torproject.org>
Thu, 26 Sep 2002 23:53:21 +0000 (23:53 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 26 Sep 2002 23:53:21 +0000 (23:53 +0000)
svn:r115

src/config/dirservers [new file with mode: 0644]
src/config/moria1-orrc
src/config/moria2-orrc
src/config/moria3-orrc
src/config/oprc

diff --git a/src/config/dirservers b/src/config/dirservers
new file mode 100644 (file)
index 0000000..7a5c55f
--- /dev/null
@@ -0,0 +1,29 @@
+# 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 6c548a61a8c60d1d0e55ff654c9d1651aeaa8585..0750f1a546c499b46948518929918b5bb05a9489 100644 (file)
@@ -11,6 +11,7 @@ CoinWeight 0.01
 ORPort 9001
 OPPort 9011
 APPort 9021
+DirPort 9031
 
 # Maximum number of connections.
 MaxConn 100
index 070e4a23c4fd57b63d477fa83f2679910d78ecdb..91199e2502a607ec745c3190ad8599331680f692 100644 (file)
@@ -11,6 +11,7 @@ CoinWeight 0.0001
 ORPort 9002
 OPPort 9012
 APPort 9022
+DirPort 9032
 
 # Maximum number of connections.
 MaxConn 100
index f1b0cee639cbcd3ad25849350bedafab1ef9ea38..9b94c5c486c712ee7f7c69c496eb929b766f9c5b 100644 (file)
@@ -11,6 +11,7 @@ CoinWeight 0.0001
 ORPort 9003
 OPPort 9013
 APPort 9023
+DirPort 9033
 
 # Maximum number of connections.
 MaxConn 100
index a078e2d67cd2891dc66dbc1f2e8494b24db2aee2..4b2721be461a70fb8f753845c4f537b605f55339 100644 (file)
@@ -1,7 +1,7 @@
 # Configuration file for or
 
 # List of routers
-RouterFile ../config/routers.op
+RouterFile ../config/dirservers
 
 # Private key
 #PrivateKeyFile moria1-private