tor.1.txt 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410
  1. // Copyright (c) The Tor Project, Inc.
  2. // See LICENSE for licensing information
  3. // This is an asciidoc file used to generate the manpage/html reference.
  4. // Learn asciidoc on http://www.methods.co.nz/asciidoc/userguide.html
  5. TOR(1)
  6. ======
  7. NAME
  8. ----
  9. tor - The second-generation onion router
  10. SYNOPSIS
  11. --------
  12. **tor** [__OPTION__ __value__]...
  13. DESCRIPTION
  14. -----------
  15. __tor__ is a connection-oriented anonymizing communication
  16. service. Users choose a source-routed path through a set of nodes, and
  17. negotiate a "virtual circuit" through the network, in which each node
  18. knows its predecessor and successor, but no others. Traffic flowing down
  19. the circuit is unwrapped by a symmetric key at each node, which reveals
  20. the downstream node. +
  21. Basically __tor__ provides a distributed network of servers ("onion routers").
  22. Users bounce their TCP streams -- web traffic, ftp, ssh, etc -- around the
  23. routers, and recipients, observers, and even the routers themselves have
  24. difficulty tracking the source of the stream.
  25. OPTIONS
  26. -------
  27. **-h**, **-help**::
  28. Display a short help message and exit.
  29. **-f** __FILE__::
  30. FILE contains further "option value" paris. (Default: @CONFDIR@/torrc)
  31. **--hash-password**::
  32. Generates a hashed password for control port access.
  33. **--list-fingerprint**::
  34. Generate your keys and output your nickname and fingerprint.
  35. **--verify-config**::
  36. Verify the configuration file is valid.
  37. **--nt-service**::
  38. **--service [install|remove|start|stop]** Manage the Tor Windows
  39. NT/2000/XP service. Current instructions can be found at
  40. https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#WinNTService
  41. **--list-torrc-options**::
  42. List all valid options.
  43. **--version**::
  44. Display Tor version and exit.
  45. **--quiet**::
  46. Do not start Tor with a console log unless explicitly requested to do so.
  47. (By default, Tor starts out logging messages at level "notice" or higher to
  48. the console, until it has parsed its configuration.)
  49. Other options can be specified either on the command-line (--option
  50. value), or in the configuration file (option value or option "value").
  51. Options are case-insensitive. C-style escaped characters are allowed inside
  52. quoted values. Options on the command line take precedence over
  53. options found in the configuration file.
  54. **BandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
  55. A token bucket limits the average incoming bandwidth usage on this node to
  56. the specified number of bytes per second, and the average outgoing
  57. bandwidth usage to that same value. If you want to run a relay in the
  58. public network, this needs to be _at the very least_ 20 KB (that is,
  59. 20480 bytes). (Default: 5 MB)
  60. **BandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
  61. Limit the maximum token bucket size (also known as the burst) to the given
  62. number of bytes in each direction. (Default: 10 MB)
  63. **MaxAdvertisedBandwidth** __N__ **bytes**|**KB**|**MB**|**GB**::
  64. If set, we will not advertise more than this amount of bandwidth for our
  65. BandwidthRate. Server operators who want to reduce the number of clients
  66. who ask to build circuits through them (since this is proportional to
  67. advertised bandwidth rate) can thus reduce the CPU demands on their server
  68. without impacting network performance.
  69. **RelayBandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
  70. If defined, a separate token bucket limits the average incoming bandwidth
  71. usage for \_relayed traffic_ on this node to the specified number of bytes
  72. per second, and the average outgoing bandwidth usage to that same value.
  73. Relayed traffic currently is calculated to include answers to directory
  74. requests, but that may change in future versions. (Default: 0)
  75. **RelayBandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
  76. Limit the maximum token bucket size (also known as the burst) for
  77. \_relayed traffic_ to the given number of bytes in each direction.
  78. (Default: 0)
  79. **PerConnBWRate** __N__ **bytes**|**KB**|**MB**|**GB**::
  80. If set, do separate rate limiting for each connection from a non-relay.
  81. You should never need to change this value, since a network-wide value is
  82. published in the consensus and your relay will use that value. (Default: 0)
  83. **PerConnBWBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
  84. If set, do separate rate limiting for each connection from a non-relay.
  85. You should never need to change this value, since a network-wide value is
  86. published in the consensus and your relay will use that value. (Default: 0)
  87. **ConLimit** __NUM__::
  88. The minimum number of file descriptors that must be available to the Tor
  89. process before it will start. Tor will ask the OS for as many file
  90. descriptors as the OS will allow (you can find this by "ulimit -H -n").
  91. If this number is less than ConnLimit, then Tor will refuse to start. +
  92. +
  93. You probably don't need to adjust this. It has no effect on Windows
  94. since that platform lacks getrlimit(). (Default: 1000)
  95. **ConstrainedSockets** **0**|**1**::
  96. If set, Tor will tell the kernel to attempt to shrink the buffers for all
  97. sockets to the size specified in **ConstrainedSockSize**. This is useful for
  98. virtual servers and other environments where system level TCP buffers may
  99. be limited. If you're on a virtual server, and you encounter the "Error
  100. creating network socket: No buffer space available" message, you are
  101. likely experiencing this problem. +
  102. +
  103. The preferred solution is to have the admin increase the buffer pool for
  104. the host itself via /proc/sys/net/ipv4/tcp_mem or equivalent facility;
  105. this configuration option is a second-resort. +
  106. +
  107. The DirPort option should also not be used if TCP buffers are scarce. The
  108. cached directory requests consume additional sockets which exacerbates
  109. the problem. +
  110. +
  111. You should **not** enable this feature unless you encounter the "no buffer
  112. space available" issue. Reducing the TCP buffers affects window size for
  113. the TCP stream and will reduce throughput in proportion to round trip
  114. time on long paths. (Default: 0.)
  115. **ConstrainedSockSize** __N__ **bytes**|**KB**::
  116. When **ConstrainedSockets** is enabled the receive and transmit buffers for
  117. all sockets will be set to this limit. Must be a value between 2048 and
  118. 262144, in 1024 byte increments. Default of 8192 is recommended.
  119. **ControlPort** __Port__::
  120. If set, Tor will accept connections on this port and allow those
  121. connections to control the Tor process using the Tor Control Protocol
  122. (described in control-spec.txt). Note: unless you also specify one of
  123. **HashedControlPassword** or **CookieAuthentication**, setting this option will
  124. cause Tor to allow any process on the local host to control it. This
  125. option is required for many Tor controllers; most use the value of 9051.
  126. **ControlListenAddress** __IP__[:__PORT__]::
  127. Bind the controller listener to this address. If you specify a port, bind
  128. to this port rather than the one specified in ControlPort. We strongly
  129. recommend that you leave this alone unless you know what you're doing,
  130. since giving attackers access to your control listener is really
  131. dangerous. (Default: 127.0.0.1) This directive can be specified multiple
  132. times to bind to multiple addresses/ports.
  133. **ControlSocket** __Path__::
  134. Like ControlPort, but listens on a Unix domain socket, rather than a TCP
  135. socket. (Unix and Unix-like systems only.)
  136. **HashedControlPassword** __hashed_password__::
  137. Don't allow any connections on the control port except when the other
  138. process knows the password whose one-way hash is __hashed_password__. You
  139. can compute the hash of a password by running "tor --hash-password
  140. __password__". You can provide several acceptable passwords by using more
  141. than one HashedControlPassword line.
  142. **CookieAuthentication** **0**|**1**::
  143. If this option is set to 1, don't allow any connections on the control port
  144. except when the connecting process knows the contents of a file named
  145. "control_auth_cookie", which Tor will create in its data directory. This
  146. authentication method should only be used on systems with good filesystem
  147. security. (Default: 0)
  148. **CookieAuthFile** __Path__::
  149. If set, this option overrides the default location and file name
  150. for Tor's cookie file. (See CookieAuthentication above.)
  151. **CookieAuthFileGroupReadable** **0**|**1**|__Groupname__::
  152. If this option is set to 0, don't allow the filesystem group to read the
  153. cookie file. If the option is set to 1, make the cookie file readable by
  154. the default GID. [Making the file readable by other groups is not yet
  155. implemented; let us know if you need this for some reason.] (Default: 0).
  156. **DataDirectory** __DIR__::
  157. Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor)
  158. **DirServer** [__nickname__] [**flags**] __address__:__port__ __fingerprint__::
  159. Use a nonstandard authoritative directory server at the provided address
  160. and port, with the specified key fingerprint. This option can be repeated
  161. many times, for multiple authoritative directory servers. Flags are
  162. separated by spaces, and determine what kind of an authority this directory
  163. is. By default, every authority is authoritative for current ("v2")-style
  164. directories, unless the "no-v2" flag is given. If the "v1" flags is
  165. provided, Tor will use this server as an authority for old-style (v1)
  166. directories as well. (Only directory mirrors care about this.) Tor will
  167. use this server as an authority for hidden service information if the "hs"
  168. flag is set, or if the "v1" flag is set and the "no-hs" flag is **not** set.
  169. Tor will use this authority as a bridge authoritative directory if the
  170. "bridge" flag is set. If a flag "orport=**port**" is given, Tor will use the
  171. given port when opening encrypted tunnels to the dirserver. Lastly, if a
  172. flag "v3ident=**fp**" is given, the dirserver is a v3 directory authority
  173. whose v3 long-term signing key has the fingerprint **fp**. +
  174. +
  175. If no **dirserver** line is given, Tor will use the default directory
  176. servers. NOTE: this option is intended for setting up a private Tor
  177. network with its own directory authorities. If you use it, you will be
  178. distinguishable from other users, because you won't believe the same
  179. authorities they do.
  180. **AlternateDirAuthority** [__nickname__] [**flags**] __address__:__port__ __fingerprint__ +
  181. **AlternateHSAuthority** [__nickname__] [**flags**] __address__:__port__ __fingerprint__ +
  182. **AlternateBridgeAuthority** [__nickname__] [**flags**] __address__:__port__ __ fingerprint__::
  183. As DirServer, but replaces less of the default directory authorities. Using
  184. AlternateDirAuthority replaces the default Tor directory authorities, but
  185. leaves the hidden service authorities and bridge authorities in place.
  186. Similarly, Using AlternateHSAuthority replaces the default hidden service
  187. authorities, but not the directory or bridge authorities.
  188. **DisableAllSwap** **0**|**1**::
  189. If set to 1, Tor will attempt to lock all current and future memory pages,
  190. so that memory cannot be paged out. Windows, OS X and Solaris are currently
  191. not supported. We believe that this feature works on modern Gnu/Linux
  192. distributions, and that it should work on *BSD systems (untested). This
  193. option requires that you start your Tor as root, and you should use the
  194. **User** option to properly reduce Tor's privileges. (Default: 0)
  195. **FetchDirInfoEarly** **0**|**1**::
  196. If set to 1, Tor will always fetch directory information like other
  197. directory caches, even if you don't meet the normal criteria for fetching
  198. early. Normal users should leave it off. (Default: 0)
  199. **FetchDirInfoExtraEarly** **0**|**1**::
  200. If set to 1, Tor will fetch directory information before other directory
  201. caches. It will attempt to download directory information closer to the
  202. start of the consensus period. Normal users should leave it off.
  203. (Default: 0)
  204. **FetchHidServDescriptors** **0**|**1**::
  205. If set to 0, Tor will never fetch any hidden service descriptors from the
  206. rendezvous directories. This option is only useful if you're using a Tor
  207. controller that handles hidden service fetches for you. (Default: 1)
  208. **FetchServerDescriptors** **0**|**1**::
  209. If set to 0, Tor will never fetch any network status summaries or server
  210. descriptors from the directory servers. This option is only useful if
  211. you're using a Tor controller that handles directory fetches for you.
  212. (Default: 1)
  213. **FetchUselessDescriptors** **0**|**1**::
  214. If set to 1, Tor will fetch every non-obsolete descriptor from the
  215. authorities that it hears about. Otherwise, it will avoid fetching useless
  216. descriptors, for example for routers that are not running. This option is
  217. useful if you're using the contributed "exitlist" script to enumerate Tor
  218. nodes that exit to certain addresses. (Default: 0)
  219. **HTTPProxy** __host__[:__port__]::
  220. Tor will make all its directory requests through this host:port (or host:80
  221. if port is not specified), rather than connecting directly to any directory
  222. servers.
  223. **HTTPProxyAuthenticator** __username:password__::
  224. If defined, Tor will use this username:password for Basic HTTP proxy
  225. authentication, as in RFC 2617. This is currently the only form of HTTP
  226. proxy authentication that Tor supports; feel free to submit a patch if you
  227. want it to support others.
  228. **HTTPSProxy** __host__[:__port__]::
  229. Tor will make all its OR (SSL) connections through this host:port (or
  230. host:443 if port is not specified), via HTTP CONNECT rather than connecting
  231. directly to servers. You may want to set **FascistFirewall** to restrict
  232. the set of ports you might try to connect to, if your HTTPS proxy only
  233. allows connecting to certain ports.
  234. **HTTPSProxyAuthenticator** __username:password__::
  235. If defined, Tor will use this username:password for Basic HTTPS proxy
  236. authentication, as in RFC 2617. This is currently the only form of HTTPS
  237. proxy authentication that Tor supports; feel free to submit a patch if you
  238. want it to support others.
  239. **Socks4Proxy** __host__[:__port__]::
  240. Tor will make all OR connections through the SOCKS 4 proxy at host:port
  241. (or host:1080 if port is not specified).
  242. **Socks5Proxy** __host__[:__port__]::
  243. Tor will make all OR connections through the SOCKS 5 proxy at host:port
  244. (or host:1080 if port is not specified).
  245. **Socks5ProxyUsername** __username__ +
  246. **Socks5ProxyPassword** __password__::
  247. If defined, authenticate to the SOCKS 5 server using username and password
  248. in accordance to RFC 1929. Both username and password must be between 1 and
  249. 255 characters.
  250. **KeepalivePeriod** __NUM__::
  251. To keep firewalls from expiring connections, send a padding keepalive cell
  252. every NUM seconds on open connections that are in use. If the connection
  253. has no open circuits, it will instead be closed after NUM seconds of
  254. idleness. (Default: 5 minutes)
  255. **Log** __minSeverity__[-__maxSeverity__] **stderr**|**stdout**|**syslog**::
  256. Send all messages between __minSeverity__ and __maxSeverity__ to the standard
  257. output stream, the standard error stream, or to the system log. (The
  258. "syslog" value is only supported on Unix.) Recognized severity levels are
  259. debug, info, notice, warn, and err. We advise using "notice" in most cases,
  260. since anything more verbose may provide sensitive information to an
  261. attacker who obtains the logs. If only one severity level is given, all
  262. messages of that level or higher will be sent to the listed destination.
  263. **Log** __minSeverity__[-__maxSeverity__] **file** __FILENAME__::
  264. As above, but send log messages to the listed filename. The
  265. "Log" option may appear more than once in a configuration file.
  266. Messages are sent to all the logs that match their severity
  267. level.
  268. **OutboundBindAddress** __IP__::
  269. Make all outbound connections originate from the IP address specified. This
  270. is only useful when you have multiple network interfaces, and you want all
  271. of Tor's outgoing connections to use a single one. This setting will be
  272. ignored for connections to the loopback addresses (127.0.0.0/8 and ::1).
  273. **PidFile** __FILE__::
  274. On startup, write our PID to FILE. On clean shutdown, remove
  275. FILE.
  276. **ProtocolWarnings** **0**|**1**::
  277. If 1, Tor will log with severity \'warn' various cases of other parties not
  278. following the Tor specification. Otherwise, they are logged with severity
  279. \'info'. (Default: 0)
  280. **RunAsDaemon** **0**|**1**::
  281. If 1, Tor forks and daemonizes to the background. This option has no effect
  282. on Windows; instead you should use the --service command-line option.
  283. (Default: 0)
  284. **SafeLogging** **0**|**1**|**relay**::
  285. Tor can scrub potentially sensitive strings from log messages (e.g.
  286. addresses) by replacing them with the string [scrubbed]. This way logs can
  287. still be useful, but they don't leave behind personally identifying
  288. information about what sites a user might have visited. +
  289. +
  290. If this option is set to 0, Tor will not perform any scrubbing, if it is
  291. set to 1, all potentially sensitive strings are replaced. If it is set to
  292. relay, all log messages generated when acting as a relay are sanitized, but
  293. all messages generated when acting as a client are not. (Default: 1)
  294. **User** __UID__::
  295. On startup, setuid to this user and setgid to their primary group.
  296. **HardwareAccel** **0**|**1**::
  297. If non-zero, try to use built-in (static) crypto hardware acceleration when
  298. available. (Default: 0)
  299. **AccelName** __NAME__::
  300. When using OpenSSL hardware crypto acceleration attempt to load the dynamic
  301. engine of this name. This must be used for any dynamic hardware engine.
  302. Names can be verified with the openssl engine command.
  303. **AccelDir** __DIR__::
  304. Specify this option if using dynamic hardware acceleration and the engine
  305. implementation library resides somewhere other than the OpenSSL default.
  306. **AvoidDiskWrites** **0**|**1**::
  307. If non-zero, try to write to disk less frequently than we would otherwise.
  308. This is useful when running on flash memory or other media that support
  309. only a limited number of writes. (Default: 0)
  310. **TunnelDirConns** **0**|**1**::
  311. If non-zero, when a directory server we contact supports it, we will build
  312. a one-hop circuit and make an encrypted connection via its ORPort.
  313. (Default: 1)
  314. **PreferTunneledDirConns** **0**|**1**::
  315. If non-zero, we will avoid directory servers that don't support tunneled
  316. directory connections, when possible. (Default: 1)
  317. **CircuitPriorityHalflife** __NUM1__::
  318. If this value is set, we override the default algorithm for choosing which
  319. circuit's cell to deliver or relay next. When the value is 0, we
  320. round-robin between the active circuits on a connection, delivering one
  321. cell from each in turn. When the value is positive, we prefer delivering
  322. cells from whichever connection has the lowest weighted cell count, where
  323. cells are weighted exponentially according to the supplied
  324. CircuitPriorityHalflife value (in seconds). If this option is not set at
  325. all, we use the behavior recommended in the current consensus
  326. networkstatus. This is an advanced option; you generally shouldn't have
  327. to mess with it. (Default: not set.)
  328. CLIENT OPTIONS
  329. --------------
  330. The following options are useful only for clients (that is, if
  331. **SocksPort** is non-zero):
  332. **AllowInvalidNodes** **entry**|**exit**|**middle**|**introduction**|**rendezvous**|**...**::
  333. If some Tor servers are obviously not working right, the directory
  334. authorities can manually mark them as invalid, meaning that it's not
  335. recommended you use them for entry or exit positions in your circuits. You
  336. can opt to use them in some circuit positions, though. The default is
  337. "middle,rendezvous", and other choices are not advised.
  338. **ExcludeSingleHopRelays** **0**|**1**::
  339. This option controls whether circuits built by Tor will include relays with
  340. the AllowSingleHopExits flag set to true. If ExcludeSingleHopRelays is set
  341. to 0, these relays will be included. Note that these relays might be at
  342. higher risk of being seized or observed, so they are not normally included.
  343. (Default: 1)
  344. **Bridge** __IP__:__ORPort__ [fingerprint]::
  345. When set along with UseBridges, instructs Tor to use the relay at
  346. "IP:ORPort" as a "bridge" relaying into the Tor network. If "fingerprint"
  347. is provided (using the same format as for DirServer), we will verify that
  348. the relay running at that location has the right fingerprint. We also use
  349. fingerprint to look up the bridge descriptor at the bridge authority, if
  350. it's provided and if UpdateBridgesFromAuthority is set too.
  351. **LearnCircuitBuildTimeout** **0**|**1**::
  352. If 0, CircuitBuildTimeout adaptive learning is disabled. (Default: 1)
  353. **CircuitBuildTimeout** __NUM__::
  354. Try for at most NUM seconds when building circuits. If the circuit isn't
  355. open in that time, give up on it. If LearnCircuitBuildTimeout is 1, this
  356. value serves as the initial value to use before a timeout is learned. If
  357. LearnCircuitBuildTimeout is 0, this value is the only value used.
  358. (Default: 60 seconds.)
  359. **CircuitIdleTimeout** __NUM__::
  360. If we have kept a clean (never used) circuit around for NUM seconds, then
  361. close it. This way when the Tor client is entirely idle, it can expire all
  362. of its circuits, and then expire its TLS connections. Also, if we end up
  363. making a circuit that is not useful for exiting any of the requests we're
  364. receiving, it won't forever take up a slot in the circuit list. (Default: 1
  365. hour.)
  366. **CircuitStreamTimeout** __NUM__::
  367. If non-zero, this option overrides our internal timeout schedule for how
  368. many seconds until we detach a stream from a circuit and try a new circuit.
  369. If your network is particularly slow, you might want to set this to a
  370. number like 60. (Default: 0)
  371. **ClientOnly** **0**|**1**::
  372. If set to 1, Tor will under no circumstances run as a server or serve
  373. directory requests. The default is to run as a client unless ORPort is
  374. configured. (Usually, you don't need to set this; Tor is pretty smart at
  375. figuring out whether you are reliable and high-bandwidth enough to be a
  376. useful server.) (Default: 0)
  377. **ExcludeNodes** __node__,__node__,__...__::
  378. A list of identity fingerprints, nicknames, country codes and address
  379. patterns of nodes to never use when building a circuit. (Example:
  380. ExcludeNodes SlowServer, $ EFFFFFFFFFFFFFFF, \{cc}, 255.254.0.0/8)
  381. **ExcludeExitNodes** __node__,__node__,__...__::
  382. A list of identity fingerprints, nicknames, country codes and address
  383. patterns of nodes to never use when picking an exit node. Note that any
  384. node listed in ExcludeNodes is automatically considered to be part of this
  385. list.
  386. **EntryNodes** __node__,__node__,__...__::
  387. A list of identity fingerprints, nicknames, country codes and address
  388. patterns of nodes to use for the first hop in normal circuits. These are
  389. treated only as preferences unless StrictNodes (see below) is also set.
  390. **ExitNodes** __node__,__node__,__...__::
  391. A list of identity fingerprints, nicknames, country codes and address
  392. patterns of nodes to use for the last hop in normal exit circuits. These
  393. are treated only as preferences unless StrictNodes (see below) is also set.
  394. **StrictNodes** **0**|**1**::
  395. If 1 and EntryNodes config option is set, Tor will never use any nodes
  396. besides those listed in EntryNodes for the first hop of a normal circuit.
  397. If 1 and ExitNodes config option is set, Tor will never use any nodes
  398. besides those listed in ExitNodes for the last hop of a normal exit
  399. circuit. Note that Tor might still use these nodes for non-exit circuits
  400. such as one-hop directory fetches or hidden service support circuits.
  401. **FascistFirewall** **0**|**1**::
  402. If 1, Tor will only create outgoing connections to ORs running on ports
  403. that your firewall allows (defaults to 80 and 443; see **FirewallPorts**).
  404. This will allow you to run Tor as a client behind a firewall with
  405. restrictive policies, but will not allow you to run as a server behind such
  406. a firewall. If you prefer more fine-grained control, use
  407. ReachableAddresses instead.
  408. **FirewallPorts** __PORTS__::
  409. A list of ports that your firewall allows you to connect to. Only used when
  410. **FascistFirewall** is set. This option is deprecated; use ReachableAddresses
  411. instead. (Default: 80, 443)
  412. **HidServAuth** __onion-address__ __auth-cookie__ [__service-name__]::
  413. Client authorization for a hidden service. Valid onion addresses contain 16
  414. characters in a-z2-7 plus ".onion", and valid auth cookies contain 22
  415. characters in A-Za-z0-9+/. The service name is only used for internal
  416. purposes, e.g., for Tor controllers. This option may be used multiple times
  417. for different hidden services. If a hidden service uses authorization and
  418. this option is not set, the hidden service is not accessible. Hidden
  419. services can be configured to require authorization using the
  420. **HiddenServiceAuthorizeClient** option.
  421. **ReachableAddresses** __ADDR__[/__MASK__][:__PORT__]...::
  422. A comma-separated list of IP addresses and ports that your firewall allows
  423. you to connect to. The format is as for the addresses in ExitPolicy, except
  424. that "accept" is understood unless "reject" is explicitly provided. For
  425. example, \'ReachableAddresses 99.0.0.0/8, reject 18.0.0.0/8:80, accept
  426. \*:80' means that your firewall allows connections to everything inside net
  427. 99, rejects port 80 connections to net 18, and accepts connections to port
  428. 80 otherwise. (Default: \'accept \*:*'.)
  429. **ReachableDirAddresses** __ADDR__[/__MASK__][:__PORT__]...::
  430. Like **ReachableAddresses**, a list of addresses and ports. Tor will obey
  431. these restrictions when fetching directory information, using standard HTTP
  432. GET requests. If not set explicitly then the value of
  433. **ReachableAddresses** is used. If **HTTPProxy** is set then these
  434. connections will go through that proxy.
  435. **ReachableORAddresses** __ADDR__[/__MASK__][:__PORT__]...::
  436. Like **ReachableAddresses**, a list of addresses and ports. Tor will obey
  437. these restrictions when connecting to Onion Routers, using TLS/SSL. If not
  438. set explicitly then the value of **ReachableAddresses** is used. If
  439. **HTTPSProxy** is set then these connections will go through that proxy. +
  440. +
  441. The separation between **ReachableORAddresses** and
  442. **ReachableDirAddresses** is only interesting when you are connecting
  443. through proxies (see **HTTPProxy** and **HTTPSProxy**). Most proxies limit
  444. TLS connections (which Tor uses to connect to Onion Routers) to port 443,
  445. and some limit HTTP GET requests (which Tor uses for fetching directory
  446. information) to port 80.
  447. **LongLivedPorts** __PORTS__::
  448. A list of ports for services that tend to have long-running connections
  449. (e.g. chat and interactive shells). Circuits for streams that use these
  450. ports will contain only high-uptime nodes, to reduce the chance that a node
  451. will go down before the stream is finished. (Default: 21, 22, 706, 1863,
  452. 5050, 5190, 5222, 5223, 6667, 6697, 8300)
  453. **MapAddress** __address__ __newaddress__::
  454. When a request for address arrives to Tor, it will rewrite it to newaddress
  455. before processing it. For example, if you always want connections to
  456. www.indymedia.org to exit via __torserver__ (where __torserver__ is the
  457. nickname of the server), use "MapAddress www.indymedia.org
  458. www.indymedia.org.torserver.exit".
  459. **NewCircuitPeriod** __NUM__::
  460. Every NUM seconds consider whether to build a new circuit. (Default: 30
  461. seconds)
  462. **MaxCircuitDirtiness** __NUM__::
  463. Feel free to reuse a circuit that was first used at most NUM seconds ago,
  464. but never attach a new stream to a circuit that is too old. (Default: 10
  465. minutes)
  466. **NodeFamily** __node__,__node__,__...__::
  467. The Tor servers, defined by their identity fingerprints or nicknames,
  468. constitute a "family" of similar or co-administered servers, so never use
  469. any two of them in the same circuit. Defining a NodeFamily is only needed
  470. when a server doesn't list the family itself (with MyFamily). This option
  471. can be used multiple times.
  472. **EnforceDistinctSubnets** **0**|**1**::
  473. If 1, Tor will not put two servers whose IP addresses are "too close" on
  474. the same circuit. Currently, two addresses are "too close" if they lie in
  475. the same /16 range. (Default: 1)
  476. **SocksPort** __PORT__::
  477. Advertise this port to listen for connections from Socks-speaking
  478. applications. Set this to 0 if you don't want to allow application
  479. connections. (Default: 9050)
  480. **SocksListenAddress** __IP__[:__PORT__]::
  481. Bind to this address to listen for connections from Socks-speaking
  482. applications. (Default: 127.0.0.1) You can also specify a port (e.g.
  483. 192.168.0.1:9100). This directive can be specified multiple times to bind
  484. to multiple addresses/ports.
  485. **SocksPolicy** __policy__,__policy__,__...__::
  486. Set an entrance policy for this server, to limit who can connect to the
  487. SocksPort and DNSPort ports. The policies have the same form as exit
  488. policies below.
  489. **SocksTimeout** __NUM__::
  490. Let a socks connection wait NUM seconds handshaking, and NUM seconds
  491. unattached waiting for an appropriate circuit, before we fail it. (Default:
  492. 2 minutes.)
  493. **TrackHostExits** __host__,__.domain__,__...__::
  494. For each value in the comma separated list, Tor will track recent
  495. connections to hosts that match this value and attempt to reuse the same
  496. exit node for each. If the value is prepended with a \'.\', it is treated as
  497. matching an entire domain. If one of the values is just a \'.', it means
  498. match everything. This option is useful if you frequently connect to sites
  499. that will expire all your authentication cookies (i.e. log you out) if
  500. your IP address changes. Note that this option does have the disadvantage
  501. of making it more clear that a given history is associated with a single
  502. user. However, most people who would wish to observe this will observe it
  503. through cookies or other protocol-specific means anyhow.
  504. **TrackHostExitsExpire** __NUM__::
  505. Since exit servers go up and down, it is desirable to expire the
  506. association between host and exit server after NUM seconds. The default is
  507. 1800 seconds (30 minutes).
  508. **UpdateBridgesFromAuthority** **0**|**1**::
  509. When set (along with UseBridges), Tor will try to fetch bridge descriptors
  510. from the configured bridge authorities when feasible. It will fall back to
  511. a direct request if the authority responds with a 404. (Default: 0)
  512. **UseBridges** **0**|**1**::
  513. When set, Tor will fetch descriptors for each bridge listed in the "Bridge"
  514. config lines, and use these relays as both entry guards and directory
  515. guards. (Default: 0)
  516. **UseEntryGuards** **0**|**1**::
  517. If this option is set to 1, we pick a few long-term entry servers, and try
  518. to stick with them. This is desirable because constantly changing servers
  519. increases the odds that an adversary who owns some servers will observe a
  520. fraction of your paths. (Defaults to 1.)
  521. **NumEntryGuards** __NUM__::
  522. If UseEntryGuards is set to 1, we will try to pick a total of NUM routers
  523. as long-term entries for our circuits. (Defaults to 3.)
  524. **SafeSocks** **0**|**1**::
  525. When this option is enabled, Tor will reject application connections that
  526. use unsafe variants of the socks protocol -- ones that only provide an IP
  527. address, meaning the application is doing a DNS resolve first.
  528. Specifically, these are socks4 and socks5 when not doing remote DNS.
  529. (Defaults to 0.)
  530. **TestSocks** **0**|**1**::
  531. When this option is enabled, Tor will make a notice-level log entry for
  532. each connection to the Socks port indicating whether the request used a
  533. safe socks protocol or an unsafe one (see above entry on SafeSocks). This
  534. helps to determine whether an application using Tor is possibly leaking
  535. DNS requests. (Default: 0)
  536. **WarnUnsafeSocks** **0**|**1**::
  537. When this option is enabled, Tor will warn whenever a request is
  538. received that only contains an IP address instead of a hostname. Allowing
  539. applications to do DNS resolves themselves is usually a bad idea and
  540. can leak your location to attackers. (Default: 1)
  541. **VirtualAddrNetwork** __Address__/__bits__::
  542. When a controller asks for a virtual (unused) address with the MAPADDRESS
  543. command, Tor picks an unassigned address from this range. (Default:
  544. 127.192.0.0/10) +
  545. +
  546. When providing proxy server service to a network of computers using a tool
  547. like dns-proxy-tor, change this address to "10.192.0.0/10" or
  548. "172.16.0.0/12". The default **VirtualAddrNetwork** address range on a
  549. properly configured machine will route to the loopback interface. For
  550. local use, no change to the default VirtualAddrNetwork setting is needed.
  551. **AllowNonRFC953Hostnames** **0**|**1**::
  552. When this option is disabled, Tor blocks hostnames containing illegal
  553. characters (like @ and :) rather than sending them to an exit node to be
  554. resolved. This helps trap accidental attempts to resolve URLs and so on.
  555. (Default: 0)
  556. **AllowDotExit** **0**|**1**::
  557. If enabled, we convert "www.google.com.foo.exit" addresses on the
  558. SocksPort/TransPort/NatdPort into "www.google.com" addresses that exit from
  559. the node "foo". Disabled by default since attacking websites and exit
  560. relays can use it to manipulate your path selection. (Default: 0)
  561. **FastFirstHopPK** **0**|**1**::
  562. When this option is disabled, Tor uses the public key step for the first
  563. hop of creating circuits. Skipping it is generally safe since we have
  564. already used TLS to authenticate the relay and to establish forward-secure
  565. keys. Turning this option off makes circuit building slower. +
  566. +
  567. Note that Tor will always use the public key step for the first hop if it's
  568. operating as a relay, and it will never use the public key step if it
  569. doesn't yet know the onion key of the first hop. (Default: 1)
  570. **TransPort** __PORT__::
  571. If non-zero, enables transparent proxy support on __PORT__ (by convention,
  572. 9040). Requires OS support for transparent proxies, such as BSDs' pf or
  573. Linux's IPTables. If you're planning to use Tor as a transparent proxy for
  574. a network, you'll want to examine and change VirtualAddrNetwork from the
  575. default setting. You'll also want to set the TransListenAddress option for
  576. the network you'd like to proxy. (Default: 0).
  577. **TransListenAddress** __IP__[:__PORT__]::
  578. Bind to this address to listen for transparent proxy connections. (Default:
  579. 127.0.0.1). This is useful for exporting a transparent proxy server to an
  580. entire network.
  581. **NATDPort** __PORT__::
  582. Allow old versions of ipfw (as included in old versions of FreeBSD, etc.)
  583. to send connections through Tor using the NATD protocol. This option is
  584. only for people who cannot use TransPort.
  585. **NATDListenAddress** __IP__[:__PORT__]::
  586. Bind to this address to listen for NATD connections. (Default: 127.0.0.1).
  587. **AutomapHostsOnResolve** **0**|**1**::
  588. When this option is enabled, and we get a request to resolve an address
  589. that ends with one of the suffixes in **AutomapHostsSuffixes**, we map an
  590. unused virtual address to that address, and return the new virtual address.
  591. This is handy for making ".onion" addresses work with applications that
  592. resolve an address and then connect to it. (Default: 0).
  593. **AutomapHostsSuffixes** __SUFFIX__,__SUFFIX__,__...__::
  594. A comma-separated list of suffixes to use with **AutomapHostsOnResolve**.
  595. The "." suffix is equivalent to "all addresses." (Default: .exit,.onion).
  596. **DNSPort** __PORT__::
  597. If non-zero, Tor listens for UDP DNS requests on this port and resolves
  598. them anonymously. (Default: 0).
  599. **DNSListenAddress** __IP__[:__PORT__]::
  600. Bind to this address to listen for DNS connections. (Default: 127.0.0.1).
  601. **ClientDNSRejectInternalAddresses** **0**|**1**::
  602. If true, Tor does not believe any anonymously retrieved DNS answer that
  603. tells it that an address resolves to an internal address (like 127.0.0.1 or
  604. 192.168.0.1). This option prevents certain browser-based attacks; don't
  605. turn it off unless you know what you're doing. (Default: 1).
  606. **DownloadExtraInfo** **0**|**1**::
  607. If true, Tor downloads and caches "extra-info" documents. These documents
  608. contain information about servers other than the information in their
  609. regular router descriptors. Tor does not use this information for anything
  610. itself; to save bandwidth, leave this option turned off. (Default: 0).
  611. **FallbackNetworkstatusFile** __FILENAME__::
  612. If Tor doesn't have a cached networkstatus file, it starts out using this
  613. one instead. Even if this file is out of date, Tor can still use it to
  614. learn about directory mirrors, so it doesn't need to put load on the
  615. authorities. (Default: None).
  616. **WarnPlaintextPorts** __port__,__port__,__...__::
  617. Tells Tor to issue a warnings whenever the user tries to make an anonymous
  618. connection to one of these ports. This option is designed to alert users
  619. to services that risk sending passwords in the clear. (Default:
  620. 23,109,110,143).
  621. **RejectPlaintextPorts** __port__,__port__,__...__::
  622. Like WarnPlaintextPorts, but instead of warning about risky port uses, Tor
  623. will instead refuse to make the connection. (Default: None).
  624. SERVER OPTIONS
  625. --------------
  626. The following options are useful only for servers (that is, if ORPort
  627. is non-zero):
  628. **Address** __address__::
  629. The IP address or fully qualified domain name of this server (e.g.
  630. moria.mit.edu). You can leave this unset, and Tor will guess your IP
  631. address. This IP address is the one used to tell clients and other
  632. servers where to find your Tor server; it doesn't affect the IP that your
  633. Tor client binds to. To bind to a different address, use the
  634. *ListenAddress and OutboundBindAddress options.
  635. **AllowSingleHopExits** **0**|**1**::
  636. This option controls whether clients can use this server as a single hop
  637. proxy. If set to 1, clients can use this server as an exit even if it is
  638. the only hop in the circuit. (Default: 0)
  639. **AssumeReachable** **0**|**1**::
  640. This option is used when bootstrapping a new Tor network. If set to 1,
  641. don't do self-reachability testing; just upload your server descriptor
  642. immediately. If **AuthoritativeDirectory** is also set, this option
  643. instructs the dirserver to bypass remote reachability testing too and list
  644. all connected servers as running.
  645. **BridgeRelay** **0**|**1**::
  646. Sets the relay to act as a "bridge" with respect to relaying connections
  647. from bridge users to the Tor network. Mainly it influences how the relay
  648. will cache and serve directory information. Usually used in combination
  649. with PublishServerDescriptor.
  650. **ContactInfo** __email_address__::
  651. Administrative contact information for server. This line might get picked
  652. up by spam harvesters, so you may want to obscure the fact that it's an
  653. email address.
  654. **ExitPolicy** __policy__,__policy__,__...__::
  655. Set an exit policy for this server. Each policy is of the form
  656. "**accept**|**reject** __ADDR__[/__MASK__][:__PORT__]". If /__MASK__ is
  657. omitted then this policy just applies to the host given. Instead of giving
  658. a host or network you can also use "\*" to denote the universe (0.0.0.0/0).
  659. __PORT__ can be a single port number, an interval of ports
  660. "__FROM_PORT__-__TO_PORT__", or "\*". If __PORT__ is omitted, that means
  661. "\*". +
  662. +
  663. For example, "accept 18.7.22.69:\*,reject 18.0.0.0/8:\*,accept \*:\*" would
  664. reject any traffic destined for MIT except for web.mit.edu, and accept
  665. anything else. +
  666. +
  667. To specify all internal and link-local networks (including 0.0.0.0/8,
  668. 169.254.0.0/16, 127.0.0.0/8, 192.168.0.0/16, 10.0.0.0/8, and
  669. 172.16.0.0/12), you can use the "private" alias instead of an address.
  670. These addresses are rejected by default (at the beginning of your exit
  671. policy), along with your public IP address, unless you set the
  672. ExitPolicyRejectPrivate config option to 0. For example, once you've done
  673. that, you could allow HTTP to 127.0.0.1 and block all other connections to
  674. internal networks with "accept 127.0.0.1:80,reject private:\*", though that
  675. may also allow connections to your own computer that are addressed to its
  676. public (external) IP address. See RFC 1918 and RFC 3330 for more details
  677. about internal and reserved IP address space. +
  678. +
  679. This directive can be specified multiple times so you don't have to put it
  680. all on one line. +
  681. +
  682. Policies are considered first to last, and the first match wins. If you
  683. want to \_replace_ the default exit policy, end your exit policy with
  684. either a reject \*:* or an accept \*:*. Otherwise, you're \_augmenting_
  685. (prepending to) the default exit policy. The default exit policy is: +
  686. reject *:25
  687. reject *:119
  688. reject *:135-139
  689. reject *:445
  690. reject *:563
  691. reject *:1214
  692. reject *:4661-4666
  693. reject *:6346-6429
  694. reject *:6699
  695. reject *:6881-6999
  696. accept *:*
  697. **ExitPolicyRejectPrivate** **0**|**1**::
  698. Reject all private (local) networks, along with your own public IP address,
  699. at the beginning of your exit policy. See above entry on ExitPolicy.
  700. (Default: 1)
  701. **MaxOnionsPending** __NUM__::
  702. If you have more than this number of onionskins queued for decrypt, reject
  703. new ones. (Default: 100)
  704. **MyFamily** __node__,__node__,__...__::
  705. Declare that this Tor server is controlled or administered by a group or
  706. organization identical or similar to that of the other servers, defined by
  707. their identity fingerprints or nicknames. When two servers both declare
  708. that they are in the same \'family', Tor clients will not use them in the
  709. same circuit. (Each server only needs to list the other servers in its
  710. family; it doesn't need to list itself, but it won't hurt.)
  711. **Nickname** __name__::
  712. Set the server's nickname to \'name'. Nicknames must be between 1 and 19
  713. characters inclusive, and must contain only the characters [a-zA-Z0-9].
  714. **NumCPUs** __num__::
  715. How many processes to use at once for decrypting onionskins. (Default: 1)
  716. **ORPort** __PORT__::
  717. Advertise this port to listen for connections from Tor clients and servers.
  718. **ORListenAddress** __IP__[:__PORT__]::
  719. Bind to this IP address to listen for connections from Tor clients and
  720. servers. If you specify a port, bind to this port rather than the one
  721. specified in ORPort. (Default: 0.0.0.0) This directive can be specified
  722. multiple times to bind to multiple addresses/ports.
  723. **PublishServerDescriptor** **0**|**1**|**v1**|**v2**|**v3**|**bridge**|**hidserv**,**...**::
  724. This option is only considered if you have an ORPort defined. You can
  725. choose multiple arguments, separated by commas.
  726. +
  727. If set to 0, Tor will act as a server but it will not publish its
  728. descriptor to the directory authorities. (This is useful if you're testing
  729. out your server, or if you're using a Tor controller that handles directory
  730. publishing for you.) Otherwise, Tor will publish its descriptor to all
  731. directory authorities of the type(s) specified. The value "1" is the
  732. default, which means "publish to the appropriate authorities".
  733. **ShutdownWaitLength** __NUM__::
  734. When we get a SIGINT and we're a server, we begin shutting down:
  735. we close listeners and start refusing new circuits. After **NUM**
  736. seconds, we exit. If we get a second SIGINT, we exit immedi-
  737. ately. (Default: 30 seconds)
  738. **AccountingMax** __N__ **bytes**|**KB**|**MB**|**GB**|**TB**::
  739. Never send more than the specified number of bytes in a given accounting
  740. period, or receive more than that number in the period. For example, with
  741. AccountingMax set to 1 GB, a server could send 900 MB and receive 800 MB
  742. and continue running. It will only hibernate once one of the two reaches 1
  743. GB. When the number of bytes is exhausted, Tor will hibernate until some
  744. time in the next accounting period. To prevent all servers from waking at
  745. the same time, Tor will also wait until a random point in each period
  746. before waking up. If you have bandwidth cost issues, enabling hibernation
  747. is preferable to setting a low bandwidth, since it provides users with a
  748. collection of fast servers that are up some of the time, which is more
  749. useful than a set of slow servers that are always "available".
  750. **AccountingStart** **day**|**week**|**month** [__day__] __HH:MM__::
  751. Specify how long accounting periods last. If **month** is given, each
  752. accounting period runs from the time __HH:MM__ on the __dayth__ day of one
  753. month to the same day and time of the next. (The day must be between 1 and
  754. 28.) If **week** is given, each accounting period runs from the time __HH:MM__
  755. of the __dayth__ day of one week to the same day and time of the next week,
  756. with Monday as day 1 and Sunday as day 7. If **day** is given, each
  757. accounting period runs from the time __HH:MM__ each day to the same time on
  758. the next day. All times are local, and given in 24-hour time. (Defaults to
  759. "month 1 0:00".)
  760. **ServerDNSResolvConfFile** __filename__::
  761. Overrides the default DNS configuration with the configuration in
  762. __filename__. The file format is the same as the standard Unix
  763. "**resolv.conf**" file (7). This option, like all other ServerDNS options,
  764. only affects name lookups that your server does on behalf of clients.
  765. (Defaults to use the system DNS configuration.)
  766. **ServerDNSAllowBrokenConfig** **0**|**1**::
  767. If this option is false, Tor exits immediately if there are problems
  768. parsing the system DNS configuration or connecting to nameservers.
  769. Otherwise, Tor continues to periodically retry the system nameservers until
  770. it eventually succeeds. (Defaults to "1".)
  771. **ServerDNSSearchDomains** **0**|**1**::
  772. If set to 1, then we will search for addresses in the local search domain.
  773. For example, if this system is configured to believe it is in
  774. "example.com", and a client tries to connect to "www", the client will be
  775. connected to "www.example.com". This option only affects name lookups that
  776. your server does on behalf of clients. (Defaults to "0".)
  777. **ServerDNSDetectHijacking** **0**|**1**::
  778. When this option is set to 1, we will test periodically to determine
  779. whether our local nameservers have been configured to hijack failing DNS
  780. requests (usually to an advertising site). If they are, we will attempt to
  781. correct this. This option only affects name lookups that your server does
  782. on behalf of clients. (Defaults to "1".)
  783. **ServerDNSTestAddresses** __address__,__address__,__...__::
  784. When we're detecting DNS hijacking, make sure that these __valid__ addresses
  785. aren't getting redirected. If they are, then our DNS is completely useless,
  786. and we'll reset our exit policy to "reject *:*". This option only affects
  787. name lookups that your server does on behalf of clients. (Defaults to
  788. "www.google.com, www.mit.edu, www.yahoo.com, www.slashdot.org".)
  789. **ServerDNSAllowNonRFC953Hostnames** **0**|**1**::
  790. When this option is disabled, Tor does not try to resolve hostnames
  791. containing illegal characters (like @ and :) rather than sending them to an
  792. exit node to be resolved. This helps trap accidental attempts to resolve
  793. URLs and so on. This option only affects name lookups that your server does
  794. on behalf of clients. (Default: 0)
  795. **BridgeRecordUsageByCountry** **0**|**1**::
  796. When this option is enabled and BridgeRelay is also enabled, and we have
  797. GeoIP data, Tor keeps a keep a per-country count of how many client
  798. addresses have contacted it so that it can help the bridge authority guess
  799. which countries have blocked access to it. (Default: 1)
  800. **ServerDNSRandomizeCase** **0**|**1**::
  801. When this option is set, Tor sets the case of each character randomly in
  802. outgoing DNS requests, and makes sure that the case matches in DNS replies.
  803. This so-called "0x20 hack" helps resist some types of DNS poisoning attack.
  804. For more information, see "Increased DNS Forgery Resistance through
  805. 0x20-Bit Encoding". This option only affects name lookups that your server
  806. does on behalf of clients. (Default: 1)
  807. **GeoIPFile** __filename__::
  808. A filename containing GeoIP data, for use with BridgeRecordUsageByCountry.
  809. **CellStatistics** **0**|**1**::
  810. When this option is enabled, Tor writes statistics on the mean time that
  811. cells spend in circuit queues to disk every 24 hours. (Default: 0)
  812. **DirReqStatistics** **0**|**1**::
  813. When this option is enabled, Tor writes statistics on the number and
  814. response time of network status requests to disk every 24 hours.
  815. (Default: 0)
  816. **EntryStatistics** **0**|**1**::
  817. When this option is enabled, Tor writes statistics on the number of
  818. directly connecting clients to disk every 24 hours. (Default: 0)
  819. **ExitPortStatistics** **0**|**1**::
  820. When this option is enabled, Tor writes statistics on the number of relayed
  821. bytes and opened stream per exit port to disk every 24 hours. (Default: 0)
  822. **ExtraInfoStatistics** **0**|**1**::
  823. When this option is enabled, Tor includes previously gathered statistics in
  824. its extra-info documents that it uploads to the directory authorities.
  825. (Default: 0)
  826. DIRECTORY SERVER OPTIONS
  827. ------------------------
  828. The following options are useful only for directory servers (that is,
  829. if DirPort is non-zero):
  830. **AuthoritativeDirectory** **0**|**1**::
  831. When this option is set to 1, Tor operates as an authoritative directory
  832. server. Instead of caching the directory, it generates its own list of
  833. good servers, signs it, and sends that to the clients. Unless the clients
  834. already have you listed as a trusted directory, you probably do not want
  835. to set this option. Please coordinate with the other admins at
  836. tor-ops@torproject.org if you think you should be a directory.
  837. **DirPortFrontPage** __FILENAME__::
  838. When this option is set, it takes an HTML file and publishes it as "/" on
  839. the DirPort. Now relay operators can provide a disclaimer without needing
  840. to set up a separate webserver. There's a sample disclaimer in
  841. contrib/tor-exit-notice.html.
  842. **V1AuthoritativeDirectory** **0**|**1**::
  843. When this option is set in addition to **AuthoritativeDirectory**, Tor
  844. generates version 1 directory and running-routers documents (for legacy
  845. Tor clients up to 0.1.0.x).
  846. **V2AuthoritativeDirectory** **0**|**1**::
  847. When this option is set in addition to **AuthoritativeDirectory**, Tor
  848. generates version 2 network statuses and serves descriptors, etc as
  849. described in doc/spec/dir-spec-v2.txt (for Tor clients and servers running
  850. 0.1.1.x and 0.1.2.x).
  851. **V3AuthoritativeDirectory** **0**|**1**::
  852. When this option is set in addition to **AuthoritativeDirectory**, Tor
  853. generates version 3 network statuses and serves descriptors, etc as
  854. described in doc/spec/dir-spec.txt (for Tor clients and servers running at
  855. least 0.2.0.x).
  856. **VersioningAuthoritativeDirectory** **0**|**1**::
  857. When this option is set to 1, Tor adds information on which versions of
  858. Tor are still believed safe for use to the published directory. Each
  859. version 1 authority is automatically a versioning authority; version 2
  860. authorities provide this service optionally. See **RecommendedVersions**,
  861. **RecommendedClientVersions**, and **RecommendedServerVersions**.
  862. **NamingAuthoritativeDirectory** **0**|**1**::
  863. When this option is set to 1, then the server advertises that it has
  864. opinions about nickname-to-fingerprint bindings. It will include these
  865. opinions in its published network-status pages, by listing servers with
  866. the flag "Named" if a correct binding between that nickname and fingerprint
  867. has been registered with the dirserver. Naming dirservers will refuse to
  868. accept or publish descriptors that contradict a registered binding. See
  869. **approved-routers** in the **FILES** section below.
  870. **HSAuthoritativeDir** **0**|**1**::
  871. When this option is set in addition to **AuthoritativeDirectory**, Tor also
  872. accepts and serves hidden service descriptors. (Default: 0)
  873. **HidServDirectoryV2** **0**|**1**::
  874. When this option is set, Tor accepts and serves v2 hidden service
  875. descriptors. Setting DirPort is not required for this, because clients
  876. connect via the ORPort by default. (Default: 1)
  877. **BridgeAuthoritativeDir** **0**|**1**::
  878. When this option is set in addition to **AuthoritativeDirectory**, Tor
  879. accepts and serves router descriptors, but it caches and serves the main
  880. networkstatus documents rather than generating its own. (Default: 0)
  881. **MinUptimeHidServDirectoryV2** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
  882. Minimum uptime of a v2 hidden service directory to be accepted as such by
  883. authoritative directories. (Default: 24 hours)
  884. **DirPort** __PORT__::
  885. Advertise the directory service on this port.
  886. **DirListenAddress** __IP__[:__PORT__]::
  887. Bind the directory service to this address. If you specify a port, bind to
  888. this port rather than the one specified in DirPort. (Default: 0.0.0.0)
  889. This directive can be specified multiple times to bind to multiple
  890. addresses/ports.
  891. **DirPolicy** __policy__,__policy__,__...__::
  892. Set an entrance policy for this server, to limit who can connect to the
  893. directory ports. The policies have the same form as exit policies above.
  894. DIRECTORY AUTHORITY SERVER OPTIONS
  895. ----------------------------------
  896. **RecommendedVersions** __STRING__::
  897. STRING is a comma-separated list of Tor versions currently believed to be
  898. safe. The list is included in each directory, and nodes which pull down the
  899. directory learn whether they need to upgrade. This option can appear
  900. multiple times: the values from multiple lines are spliced together. When
  901. this is set then **VersioningAuthoritativeDirectory** should be set too.
  902. **RecommendedClientVersions** __STRING__::
  903. STRING is a comma-separated list of Tor versions currently believed to be
  904. safe for clients to use. This information is included in version 2
  905. directories. If this is not set then the value of **RecommendedVersions**
  906. is used. When this is set then **VersioningAuthoritativeDirectory** should
  907. be set too.
  908. **RecommendedServerVersions** __STRING__::
  909. STRING is a comma-separated list of Tor versions currently believed to be
  910. safe for servers to use. This information is included in version 2
  911. directories. If this is not set then the value of **RecommendedVersions**
  912. is used. When this is set then **VersioningAuthoritativeDirectory** should
  913. be set too.
  914. **ConsensusParams** __STRING__::
  915. STRING is a space-separated list of key=value pairs that Tor will include
  916. in the "params" line of its networkstatus vote.
  917. **DirAllowPrivateAddresses** **0**|**1**::
  918. If set to 1, Tor will accept router descriptors with arbitrary "Address"
  919. elements. Otherwise, if the address is not an IP address or is a private IP
  920. address, it will reject the router descriptor. Defaults to 0.
  921. **AuthDirBadDir** __AddressPattern...__::
  922. Authoritative directories only. A set of address patterns for servers that
  923. will be listed as bad directories in any network status document this
  924. authority publishes, if **AuthDirListBadDirs** is set.
  925. **AuthDirBadExit** __AddressPattern...__::
  926. Authoritative directories only. A set of address patterns for servers that
  927. will be listed as bad exits in any network status document this authority
  928. publishes, if **AuthDirListBadExits** is set.
  929. **AuthDirInvalid** __AddressPattern...__::
  930. Authoritative directories only. A set of address patterns for servers that
  931. will never be listed as "valid" in any network status document that this
  932. authority publishes.
  933. **AuthDirReject** __AddressPattern__...::
  934. Authoritative directories only. A set of address patterns for servers that
  935. will never be listed at all in any network status document that this
  936. authority publishes, or accepted as an OR address in any descriptor
  937. submitted for publication by this authority.
  938. **AuthDirListBadDirs** **0**|**1**::
  939. Authoritative directories only. If set to 1, this directory has some
  940. opinion about which nodes are unsuitable as directory caches. (Do not set
  941. this to 1 unless you plan to list non-functioning directories as bad;
  942. otherwise, you are effectively voting in favor of every declared
  943. directory.)
  944. **AuthDirListBadExits** **0**|**1**::
  945. Authoritative directories only. If set to 1, this directory has some
  946. opinion about which nodes are unsuitable as exit nodes. (Do not set this to
  947. 1 unless you plan to list non-functioning exits as bad; otherwise, you are
  948. effectively voting in favor of every declared exit as an exit.)
  949. **AuthDirRejectUnlisted** **0**|**1**::
  950. Authoritative directories only. If set to 1, the directory server rejects
  951. all uploaded server descriptors that aren't explicitly listed in the
  952. fingerprints file. This acts as a "panic button" if we get hit with a Sybil
  953. attack. (Default: 0)
  954. **AuthDirMaxServersPerAddr** __NUM__::
  955. Authoritative directories only. The maximum number of servers that we will
  956. list as acceptable on a single IP address. Set this to "0" for "no limit".
  957. (Default: 2)
  958. **AuthDirMaxServersPerAuthAddr** __NUM__::
  959. Authoritative directories only. Like AuthDirMaxServersPerAddr, but applies
  960. to addresses shared with directory authorities. (Default: 5)
  961. **V3AuthVotingInterval** __N__ **minutes**|**hours**::
  962. V3 authoritative directories only. Configures the server's preferred voting
  963. interval. Note that voting will __actually__ happen at an interval chosen
  964. by consensus from all the authorities' preferred intervals. This time
  965. SHOULD divide evenly into a day. (Default: 1 hour)
  966. **V3AuthVoteDelay** __N__ **minutes**|**hours**::
  967. V3 authoritative directories only. Configures the server's preferred delay
  968. between publishing its vote and assuming it has all the votes from all the
  969. other authorities. Note that the actual time used is not the server's
  970. preferred time, but the consensus of all preferences. (Default: 5 minutes.)
  971. **V3AuthDistDelay** __N__ **minutes**|**hours**::
  972. V3 authoritative directories only. Configures the server's preferred delay
  973. between publishing its consensus and signature and assuming it has all the
  974. signatures from all the other authorities. Note that the actual time used
  975. is not the server's preferred time, but the consensus of all preferences.
  976. (Default: 5 minutes.)
  977. **V3AuthNIntervalsValid** __NUM__::
  978. V3 authoritative directories only. Configures the number of VotingIntervals
  979. for which each consensus should be valid for. Choosing high numbers
  980. increases network partitioning risks; choosing low numbers increases
  981. directory traffic. Note that the actual number of intervals used is not the
  982. server's preferred number, but the consensus of all preferences. Must be at
  983. least 2. (Default: 3.)
  984. HIDDEN SERVICE OPTIONS
  985. ----------------------
  986. The following options are used to configure a hidden service.
  987. **HiddenServiceDir** __DIRECTORY__::
  988. Store data files for a hidden service in DIRECTORY. Every hidden service
  989. must have a separate directory. You may use this option multiple times to
  990. specify multiple services.
  991. **HiddenServicePort** __VIRTPORT__ [__TARGET__]::
  992. Configure a virtual port VIRTPORT for a hidden service. You may use this
  993. option multiple times; each time applies to the service using the most
  994. recent hiddenservicedir. By default, this option maps the virtual port to
  995. the same port on 127.0.0.1. You may override the target port, address, or
  996. both by specifying a target of addr, port, or addr:port. You may also have
  997. multiple lines with the same VIRTPORT: when a user connects to that
  998. VIRTPORT, one of the TARGETs from those lines will be chosen at random.
  999. **PublishHidServDescriptors** **0**|**1**::
  1000. If set to 0, Tor will run any hidden services you configure, but it won't
  1001. advertise them to the rendezvous directory. This option is only useful if
  1002. you're using a Tor controller that handles hidserv publishing for you.
  1003. (Default: 1)
  1004. **HiddenServiceVersion** __version__,__version__,__...__::
  1005. A list of rendezvous service descriptor versions to publish for the hidden
  1006. service. Currently, only version 2 is supported. (Default: 2)
  1007. **HiddenServiceAuthorizeClient** __auth-type__ __client-name__,__client-name__,__...__::
  1008. If configured, the hidden service is accessible for authorized clients
  1009. only. The auth-type can either be \'basic' for a general-purpose
  1010. authorization protocol or \'stealth' for a less scalable protocol that also
  1011. hides service activity from unauthorized clients. Only clients that are
  1012. listed here are authorized to access the hidden service. Valid client names
  1013. are 1 to 19 characters long and only use characters in A-Za-z0-9+-_ (no
  1014. spaces). If this option is set, the hidden service is not accessible for
  1015. clients without authorization any more. Generated authorization data can be
  1016. found in the hostname file. Clients need to put this authorization data in
  1017. their configuration file using **HidServAuth**.
  1018. **RendPostPeriod** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
  1019. Every time the specified period elapses, Tor uploads any rendezvous
  1020. service descriptors to the directory servers. This information is also
  1021. uploaded whenever it changes. (Default: 20 minutes)
  1022. TESTING NETWORK OPTIONS
  1023. -----------------------
  1024. The following options are used for running a testing Tor network.
  1025. **TestingTorNetwork** **0**|**1**::
  1026. If set to 1, Tor adjusts default values of the configuration options below,
  1027. so that it is easier to set up a testing Tor network. May only be set if
  1028. non-default set of DirServers is set. Cannot be unset while Tor is running.
  1029. (Default: 0) +
  1030. ServerDNSAllowBrokenConfig 1
  1031. DirAllowPrivateAddresses 1
  1032. EnforceDistinctSubnets 0
  1033. AssumeReachable 1
  1034. AuthDirMaxServersPerAddr 0
  1035. AuthDirMaxServersPerAuthAddr 0
  1036. ClientDNSRejectInternalAddresses 0
  1037. ExitPolicyRejectPrivate 0
  1038. V3AuthVotingInterval 5 minutes
  1039. V3AuthVoteDelay 20 seconds
  1040. V3AuthDistDelay 20 seconds
  1041. TestingV3AuthInitialVotingInterval 5 minutes
  1042. TestingV3AuthInitialVoteDelay 20 seconds
  1043. TestingV3AuthInitialDistDelay 20 seconds
  1044. TestingAuthDirTimeToLearnReachability 0 minutes
  1045. TestingEstimatedDescriptorPropagationTime 0 minutes
  1046. **TestingV3AuthInitialVotingInterval** __N__ **minutes**|**hours**::
  1047. Like V3AuthVotingInterval, but for initial voting interval before the first
  1048. consensus has been created. Changing this requires that
  1049. **TestingTorNetwork** is set. (Default: 30 minutes)
  1050. **TestingV3AuthInitialVoteDelay** __N__ **minutes**|**hours**::
  1051. Like TestingV3AuthInitialVoteDelay, but for initial voting interval before
  1052. the first consensus has been created. Changing this requires that
  1053. **TestingTorNetwork** is set. (Default: 5 minutes)
  1054. **TestingV3AuthInitialDistDelay** __N__ **minutes**|**hours**::
  1055. Like TestingV3AuthInitialDistDelay, but for initial voting interval before
  1056. the first consensus has been created. Changing this requires that
  1057. **TestingTorNetwork** is set. (Default: 5 minutes)
  1058. **TestingAuthDirTimeToLearnReachability** __N__ **minutes**|**hours**::
  1059. After starting as an authority, do not make claims about whether routers
  1060. are Running until this much time has passed. Changing this requires
  1061. that **TestingTorNetwork** is set. (Default: 30 minutes)
  1062. **TestingEstimatedDescriptorPropagationTime** __N__ **minutes**|**hours**::
  1063. Clients try downloading router descriptors from directory caches after this
  1064. time. Changing this requires that **TestingTorNetwork** is set. (Default:
  1065. 10 minutes)
  1066. SIGNALS
  1067. -------
  1068. Tor catches the following signals:
  1069. **SIGTERM**::
  1070. Tor will catch this, clean up and sync to disk if necessary, and exit.
  1071. **SIGINT**::
  1072. Tor clients behave as with SIGTERM; but Tor servers will do a controlled
  1073. slow shutdown, closing listeners and waiting 30 seconds before exiting.
  1074. (The delay can be configured with the ShutdownWaitLength config option.)
  1075. **SIGHUP**::
  1076. The signal instructs Tor to reload its configuration (including closing and
  1077. reopening logs), and kill and restart its helper processes if applicable.
  1078. **SIGUSR1**::
  1079. Log statistics about current connections, past connections, and throughput.
  1080. **SIGUSR2**::
  1081. Switch all logs to loglevel debug. You can go back to the old loglevels by
  1082. sending a SIGHUP.
  1083. **SIGCHLD**::
  1084. Tor receives this signal when one of its helper processes has exited, so it
  1085. can clean up.
  1086. **SIGPIPE**::
  1087. Tor catches this signal and ignores it.
  1088. **SIGXFSZ**::
  1089. If this signal exists on your platform, Tor catches and ignores it.
  1090. FILES
  1091. -----
  1092. **@CONFDIR@/torrc**::
  1093. The configuration file, which contains "option value" pairs.
  1094. **@LOCALSTATEDIR@/lib/tor/**::
  1095. The tor process stores keys and other data here.
  1096. __DataDirectory__**/cached-status/**::
  1097. The most recently downloaded network status document for each authority.
  1098. Each file holds one such document; the filenames are the hexadecimal
  1099. identity key fingerprints of the directory authorities.
  1100. __DataDirectory__**/cached-descriptors** and **cached-descriptors.new**::
  1101. These files hold downloaded router statuses. Some routers may appear more
  1102. than once; if so, the most recently published descriptor is used. Lines
  1103. beginning with @-signs are annotations that contain more information about
  1104. a given router. The ".new" file is an append-only journal; when it gets
  1105. too large, all entries are merged into a new cached-descriptors file.
  1106. __DataDirectory__**/cached-routers** and **cached-routers.new**::
  1107. Obsolete versions of cached-descriptors and cached-descriptors.new. When
  1108. Tor can't find the newer files, it looks here instead.
  1109. __DataDirectory__**/state**::
  1110. A set of persistent key-value mappings. These are documented in
  1111. the file. These include:
  1112. - The current entry guards and their status.
  1113. - The current bandwidth accounting values (unused so far; see
  1114. below).
  1115. - When the file was last written
  1116. - What version of Tor generated the state file
  1117. - A short history of bandwidth usage, as produced in the router
  1118. descriptors.
  1119. __DataDirectory__**/bw_accounting**::
  1120. Used to track bandwidth accounting values (when the current period starts
  1121. and ends; how much has been read and written so far this period). This file
  1122. is obsolete, and the data is now stored in the \'state' file as well. Only
  1123. used when bandwidth accounting is enabled.
  1124. __DataDirectory__**/control_auth_cookie**::
  1125. Used for cookie authentication with the controller. Location can be
  1126. overridden by the CookieAuthFile config option. Regenerated on startup. See
  1127. control-spec.txt for details. Only used when cookie authentication is
  1128. enabled.
  1129. __DataDirectory__**/keys/***::
  1130. Only used by servers. Holds identity keys and onion keys.
  1131. __DataDirectory__**/fingerprint**::
  1132. Only used by servers. Holds the fingerprint of the server's identity key.
  1133. __DataDirectory__**/approved-routers**::
  1134. Only for naming authoritative directory servers (see
  1135. **NamingAuthoritativeDirectory**). This file lists nickname to identity
  1136. bindings. Each line lists a nickname and a fingerprint separated by
  1137. whitespace. See your **fingerprint** file in the __DataDirectory__ for an
  1138. example line. If the nickname is **!reject** then descriptors from the
  1139. given identity (fingerprint) are rejected by this server. If it is
  1140. **!invalid** then descriptors are accepted but marked in the directory as
  1141. not valid, that is, not recommended.
  1142. __DataDirectory__**/router-stability**::
  1143. Only used by authoritative directory servers. Tracks measurements for
  1144. router mean-time-between-failures so that authorities have a good idea of
  1145. how to set their Stable flags.
  1146. __HiddenServiceDirectory__**/hostname**::
  1147. The <base32-encoded-fingerprint>.onion domain name for this hidden service.
  1148. If the hidden service is restricted to authorized clients only, this file
  1149. also contains authorization data for all clients.
  1150. __HiddenServiceDirectory__**/private_key**::
  1151. The private key for this hidden service.
  1152. __HiddenServiceDirectory__**/client_keys**::
  1153. Authorization data for a hidden service that is only accessible by
  1154. authorized clients.
  1155. SEE ALSO
  1156. --------
  1157. **privoxy**(1), **tsocks**(1), **torify**(1) +
  1158. **https://www.torproject.org/**
  1159. BUGS
  1160. ----
  1161. Plenty, probably. Tor is still in development. Please report them.
  1162. AUTHORS
  1163. -------
  1164. Roger Dingledine [arma at mit.edu], Nick Mathewson [nickm at alum.mit.edu].