sample-server-torrc.in 691 B

12345678910111213141516171819202122
  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. # The fqdn for this node
  7. Address moria.seul.org
  8. # Ports for various services. Comment out or set to 0 if you're not
  9. # offering that service.
  10. ORPort 9004 # listening for cell-speaking connections
  11. SocksPort 9024 # listening for socks-speaking connections
  12. #DirPort 0
  13. # Leave this set, or we'll be treated like a client.
  14. OnionRouter 1
  15. # List of routers. Tor nodes start out knowing about the directory
  16. # servers, and from them they get a list of currently up nodes.
  17. RouterFile @CONFDIR@/dirservers