torrc.sample.in 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. # Configuration file for a typical tor user
  2. # List of routers. Tor nodes start out knowing about the directory
  3. # servers, and from them they get a list of currently up nodes.
  4. RouterFile @CONFDIR@/dirservers
  5. # Comment out if you don't want to allow applications to connect.
  6. SocksPort 9050
  7. SocksBindAddress 127.0.0.1 # accept connections only from localhost
  8. ##################### Below is just for servers #####################
  9. ## NOTE: If you enable these, you won't be able to use tor as a client
  10. ## or server until you've been added to the directory and can
  11. ## authenticate to the other nodes. See the README for details.
  12. ## The directory for keeping all the keys/etc for this server
  13. #DataDirectory @LOCALSTATEDIR@/lib/tor
  14. #Nickname moria # A unique handle for this server
  15. #Address moria.seul.org # The fqdn for this server
  16. #ORPort 9001 # where to listen for tor connections
  17. #ORBindAddress 0.0.0.0 # accept connections from anywhere
  18. ## A comma-separated list of exit policies. If you want to *replace*
  19. ## the default exit policy, end this with either a reject *:* or an
  20. ## accept *:*. Otherwise, you're *augmenting* (prepending to) the
  21. ## default exit policy. Leave commented to just use the default.
  22. #ExitPolicy accept 18.244.0.188:25,accept 18.244.0.114:25
  23. #ExitPolicy reject *:*