sample-orrc 559 B

123456789101112131415161718192021
  1. # Configuration file for a typical tor node
  2. # The directory for keeping all the config/data for this node
  3. DataDirectory moria4
  4. # A unique handle for this node
  5. Nickname moria4
  6. # Ports for various services. Comment out or set to 0 if you're not
  7. # offering that service.
  8. ORPort 9004
  9. OPPort 9014
  10. APPort 9024
  11. #DirPort 0
  12. # Leave this set, or we'll be treated like a client.
  13. OnionRouter 1
  14. # List of routers. Tor nodes only know about the directory servers
  15. # at the beginning, and from them they get a list of currently up nodes.
  16. RouterFile ../config/dirservers