oprc 690 B

1234567891011121314151617181920212223
  1. # Configuration file for a typical or client
  2. # (listen for applications only)
  3. # List of routers. Tor nodes only know about the directory servers
  4. # at the beginning, and from them they get a list of currently up nodes.
  5. RouterFile ../config/dirservers
  6. # A file containing this node's private key, if applicable
  7. # (No need to specify one, since we're just a client)
  8. #PrivateKeyFile foo
  9. # Should paths tend to be very long (CoinWeight close to 1) or
  10. # quite short (CoinWeight close to 0)?
  11. CoinWeight 0.01
  12. # Ports for various services. Comment out if you're not running that
  13. # service.
  14. #ORPort 9001
  15. APPort 9050
  16. # Maximum number of sockets (of any sort) this node can have open
  17. MaxConn 900