sample-server-torrc.in 649 B

1234567891011121314151617181920
  1. # Configuration file for a typical tor node
  2. # The directory for keeping all the config/data for this node
  3. DataDirectory @LOCALSTATEDIR@/lib/tor
  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 # listening for cell-speaking connections
  9. APPort 9024 # listening for socks-speaking connections
  10. #DirPort 0
  11. # Leave this set, or we'll be treated like a client.
  12. OnionRouter 1
  13. # List of routers. Tor nodes only know about the directory servers
  14. # at the beginning, and from them they get a list of currently up nodes.
  15. RouterFile @CONFDIR@/dirservers