dirservers 1.1 KB

1234567891011121314151617181920212223242526272829
  1. # List of directory servers.
  2. # Line format : address ORPort OPPort APPort DirPort bandwidth(bytes/s)
  3. # followed by the routers public key.
  4. # router-port is where the router is accepting connections from other routers.
  5. # Router 1
  6. moria.mit.edu 9001 9011 9021 9031 1000000
  7. -----BEGIN RSA PUBLIC KEY-----
  8. MIGJAoGBAMBBuk1sYxEg5jLAJy86U3GGJ7EGMSV7yoA6mmcsEVU3pwTUrpbpCmwS
  9. 7BvovoY3z4zk63NZVBErgKQUDkn3pp8n83xZgEf4GI27gdWIIwaBjEimuJlEY+7K
  10. nZ7kVMRoiXCbjL6VAtNa4Zy1Af/GOm0iCIDpholeujQ95xew7rQnAgMA//8=
  11. -----END RSA PUBLIC KEY-----
  12. # Router 2
  13. moria.mit.edu 9002 9012 9022 9032 1000000
  14. -----BEGIN RSA PUBLIC KEY-----
  15. MIGJAoGBANX/HHRuudz274MFSQ4manX8DhtsIuogNUyco9/0dr+XsfioTGd3RgMj
  16. aSWlD87arkZO4hHBPHe0q89Z3s1UtUsyQ/VmsxSv9g2OCnF/dU2Nz4h6+Al3iNJF
  17. 1UlWR4eiqBx3djxdIl/t+Nidw++YGc8QqRqkg0EhQCJ2fnOtHn9bAgMA//8=
  18. -----END RSA PUBLIC KEY-----
  19. # Router 3
  20. moria.mit.edu 9003 9013 9023 9033 1000000
  21. -----BEGIN RSA PUBLIC KEY-----
  22. MIGJAoGBAJfkNWCaNkYIRwfHT06KBU6dz8W1xDpW5ezGJwAOoxCX3/ZNoUicb/1V
  23. oB3OzW6VxWIiht3da/3K0ywiBOOCcf6BabKoMdiPpH7NIeu6XRmBYK2uqW13gBgh
  24. xJbQBb58Nx8Fr05XkvLG6i+vTDY3MZOW3E2/DwSe/jFzuHSD5b3nAgMA//8=
  25. -----END RSA PUBLIC KEY-----