torrc.sample.in 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. # Configuration file for a typical tor user
  2. # Replace this with "SocksPort 0" if you don't want clients to connect.
  3. SocksPort 9050 # what port to advertise for application connections
  4. SocksBindAddress 127.0.0.1 # accept connections only from localhost
  5. #SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port
  6. # Entry policies to allow/deny SOCKS requests based on IP address.
  7. # First entry that matches wins. If no SocksPolicy is set, we accept
  8. # all (and only) requests from SocksBindAddress.
  9. #
  10. #SocksPolicy accept 192.168.0.1/16
  11. #SocksPolicy reject *
  12. # Allow no-name routers (ones that the dirserver operators don't
  13. # know anything about) in only these positions in your circuits.
  14. # Other choices (not advised) are entry,exit,introduction.
  15. AllowUnverifiedNodes middle,rendezvous
  16. # Logs go to stdout unless redirected by something else, like one of
  17. # the below lines, or --logfile on the command line.
  18. ### Send all messages of level 'warn' or higher to @LOCALSTATEDIR@/log/tor/warnings
  19. #Log warn file @LOCALSTATEDIR@/log/tor/warnings
  20. ### Send all debug and info messages to @LOCALSTATEDIR@/log/tor/debug
  21. #Log debug-info file @LOCALSTATEDIR@/log/tor/debug
  22. ### Send all debug messages ONLY to @LOCALSTATEDIR@/log/tor/debug
  23. #Log debug-debug file @LOCALSTATEDIR@/log/tor/debug
  24. ### To use the system log instead of Tor's logfiles, uncomment these lines:
  25. #Log notice syslog
  26. ### To send all messages to stderr:
  27. #Log debug-err stderr
  28. # Uncomment this to start the process in the background... or use
  29. # --runasdaemon 1 on the command line.
  30. #RunAsDaemon 1
  31. # Tor only trusts directories signed with one of these keys, and
  32. # uses the given addresses to connect to the trusted directory
  33. # servers. If no DirServer lines are specified, Tor uses the built-in
  34. # defaults (moria1, moria2, tor26), so you can leave this alone unless
  35. # you need to change it.
  36. #DirServer 18.244.0.188:9031 FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441
  37. #DirServer 18.244.0.114:80 719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF
  38. #DirServer 62.116.124.106:9030 847B 1F85 0344 D787 6491 A548 92F9 0493 4E4E B85D
  39. # The directory for keeping all the keys/etc. By default, we store
  40. # things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
  41. #DataDirectory @LOCALSTATEDIR@/lib/tor
  42. ##################### Below is just for servers #####################
  43. ## NOTE: If you enable these, you should consider mailing your
  44. ## identity key fingerprint to the tor-ops, so we can verify
  45. ## your configuration. See the README for details.
  46. #Nickname ididnteditheconfig # A unique handle for this server
  47. #Address noname.example.com # The IP or fqdn for this server
  48. #ContactInfo 1234D/FFFFFFFF Random Person <nobody@example.com>
  49. #ORPort 9001 # what port to advertise for tor connections
  50. # If you want to listen on a port other than the one advertised
  51. # in ORPort, uncomment the line below. You'll need to do ipchains
  52. # or other port forwarding yourself to make this work.
  53. #ORBindAddress 0.0.0.0:9090
  54. # Uncomment this to mirror the directory for others (please do)
  55. #DirPort 9030 # what port to advertise for directory connections
  56. # If you want to listen on a port other than the one advertised
  57. # in DirPort, uncomment the line below. You'll need to do ipchains
  58. # or other port forwarding yourself to make this work.
  59. #DirBindAddress 0.0.0.0:9091
  60. ## A comma-separated list of exit policies. They're considered first
  61. ## to last, and the first match wins. If you want to *replace*
  62. ## the default exit policy, end this with either a reject *:* or an
  63. ## accept *:*. Otherwise, you're *augmenting* (prepending to) the
  64. ## default exit policy. Leave commented to just use the default.
  65. #ExitPolicy accept *:6660-6667
  66. #ExitPolicy reject 192.168.0.1:*
  67. #ExitPolicy reject *:*
  68. ##################### Below is just for location-hidden services ###
  69. ## Look in .../hidden_service/hostname for the url to tell people.
  70. ## HiddenServicePort x y:z says to redirect a port x request from the
  71. ## client to y:z.
  72. #HiddenServiceDir @LOCALSTATEDIR@/lib/tor/hidden_service/
  73. #HiddenServicePort 80 127.0.0.1:80
  74. #HiddenServiceDir @LOCALSTATEDIR@/lib/tor/other_hidden_service/
  75. #HiddenServicePort 80 127.0.0.1:80
  76. #HiddenServicePort 22 127.0.0.1:22
  77. #HiddenServiceNodes moria1,moria2
  78. #HiddenServiceExcludeNodes bad,otherbad