torrc.in 891 B

12345678910111213141516171819202122232425
  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. ## The directory for keeping all the keys/etc for this server
  10. #DataDirectory @LOCALSTATEDIR@/lib/tor
  11. #Nickname moria # A unique handle for this server
  12. #Address moria.seul.org # The fqdn for this server
  13. #ORPort 9001 # where to listen for cell-speaking connections
  14. #ORBindAddress 0.0.0.0 # accept connections from anywhere
  15. ## A comma-separated list of exit policies. They're considered in
  16. ## order, first match wins.
  17. #ExitPolicy reject 127.0.0.1:*,accept *:*