diff options
author | Roger Dingledine <arma@torproject.org> | 2003-08-27 22:42:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-08-27 22:42:39 +0000 |
commit | 7ae853b04cac5296109a4a3fba206ee97285b634 (patch) | |
tree | 55ee235d3a1457c59eb730f8a7572e4fca7af1f4 /src/config/dirservers | |
parent | ce289f65f223281cb4b28097d821ec158396461e (diff) | |
download | tor-7ae853b04cac5296109a4a3fba206ee97285b634.tar.gz tor-7ae853b04cac5296109a4a3fba206ee97285b634.zip |
router formats don't include op_port now either
svn:r419
Diffstat (limited to 'src/config/dirservers')
-rw-r--r-- | src/config/dirservers | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/config/dirservers b/src/config/dirservers index 6bb9a61dab..0f9b5c8848 100644 --- a/src/config/dirservers +++ b/src/config/dirservers @@ -1,13 +1,12 @@ # List of directory servers. # Line format : address ORPort OPPort APPort DirPort bandwidth(bytes/s) # followed by the routers public key. -# ORport is where the router listens for other routers -# OPPort is where the router listens for onion proxies (speaking cells) +# ORport is where the router listens for routers/clients (speaking cells) # APPort is where the router listens for applications (speaking socks) # DirPort is where the router listens for directory download requests # Router 1 -router moria.mit.edu 9001 9011 9021 9031 1000000 +router moria.mit.edu 9001 9021 9031 1000000 -----BEGIN RSA PUBLIC KEY----- MIGJAoGBAMBBuk1sYxEg5jLAJy86U3GGJ7EGMSV7yoA6mmcsEVU3pwTUrpbpCmwS 7BvovoY3z4zk63NZVBErgKQUDkn3pp8n83xZgEf4GI27gdWIIwaBjEimuJlEY+7K @@ -22,7 +21,7 @@ nZ7kVMRoiXCbjL6VAtNa4Zy1Af/GOm0iCIDpholeujQ95xew7rQnAgMA//8= # Router 2 -router moria.mit.edu 9002 9012 9022 9032 1000000 +router moria.mit.edu 9002 9022 9032 1000000 -----BEGIN RSA PUBLIC KEY----- MIGJAoGBANX/HHRuudz274MFSQ4manX8DhtsIuogNUyco9/0dr+XsfioTGd3RgMj aSWlD87arkZO4hHBPHe0q89Z3s1UtUsyQ/VmsxSv9g2OCnF/dU2Nz4h6+Al3iNJF @@ -36,7 +35,7 @@ aSWlD87arkZO4hHBPHe0q89Z3s1UtUsyQ/VmsxSv9g2OCnF/dU2Nz4h6+Al3iNJF -----END RSA PUBLIC KEY----- # Router 3 -router moria.mit.edu 9003 9013 9023 9033 1000000 +router moria.mit.edu 9003 9023 9033 1000000 -----BEGIN RSA PUBLIC KEY----- MIGJAoGBAJfkNWCaNkYIRwfHT06KBU6dz8W1xDpW5ezGJwAOoxCX3/ZNoUicb/1V oB3OzW6VxWIiht3da/3K0ywiBOOCcf6BabKoMdiPpH7NIeu6XRmBYK2uqW13gBgh |