tor.1.in 64 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572
  1. .TH TOR 1 "January 2009" "TOR"
  2. .SH NAME
  3. tor \- The second-generation onion router
  4. .SH SYNOPSIS
  5. .B tor
  6. [\fIOPTION value\fR]...
  7. .SH DESCRIPTION
  8. .I tor
  9. is a connection-oriented anonymizing communication
  10. service. Users choose a source-routed path through a set of nodes, and
  11. negotiate a "virtual circuit" through the network, in which each node
  12. knows its predecessor and successor, but no others. Traffic flowing down
  13. the circuit is unwrapped by a symmetric key at each node, which reveals
  14. the downstream node.
  15. .PP
  16. Basically \fItor\fR provides a distributed network of servers ("onion
  17. routers"). Users bounce their TCP streams -- web traffic, ftp, ssh, etc --
  18. around the routers, and recipients, observers, and even the routers
  19. themselves have difficulty tracking the source of the stream.
  20. .SH OPTIONS
  21. \fB-h, -help\fP
  22. Display a short help message and exit.
  23. .LP
  24. .TP
  25. \fB-f \fR\fIFILE\fP
  26. FILE contains further "option value" pairs. (Default: @CONFDIR@/torrc)
  27. .LP
  28. .TP
  29. \fB--hash-password\fP
  30. Generates a hashed password for control port access.
  31. .LP
  32. .TP
  33. \fB--list-fingerprint\fP
  34. Generate your keys and output your nickname and fingerprint.
  35. .LP
  36. .TP
  37. \fB--verify-config\fP
  38. Verify the configuration file is valid.
  39. .LP
  40. .TP
  41. \fB--nt-service\fP
  42. \fB--service [install|remove|start|stop]\fP
  43. Manage the Tor Windows NT/2000/XP service. Current instructions can
  44. be found at http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#WinNTService
  45. .LP
  46. .TP
  47. \fB--list-torrc-options\fP
  48. List all valid options.
  49. .LP
  50. .TP
  51. \fB--version\fP
  52. Display Tor version and exit.
  53. .LP
  54. .TP
  55. \fB--quiet\fP
  56. Do not start Tor with a console log unless explicitly requested to do
  57. so. (By default, Tor starts out logging messages at level "notice" or
  58. higher to the console, until it has parsed its configuration.)
  59. .LP
  60. .TP
  61. Other options can be specified either on the command-line (\fI--option
  62. value\fR), or in the configuration file (\fIoption value\fR or
  63. \fIoption "value"\fR). Options are case-insensitive. C-style escaped
  64. characters are allowed inside quoted values.
  65. .LP
  66. .TP
  67. \fBBandwidthRate \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
  68. A token bucket limits the average incoming bandwidth usage on this node
  69. to the specified number of bytes per second, and the average outgoing
  70. bandwidth usage to that same value. (Default: 5 MB)
  71. .LP
  72. .TP
  73. \fBBandwidthBurst \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
  74. Limit the maximum token bucket size (also known as the burst) to the
  75. given number of bytes in each direction. (Default: 10 MB)
  76. .LP
  77. .TP
  78. \fBMaxAdvertisedBandwidth \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
  79. If set, we will not advertise more than this amount of bandwidth for our
  80. BandwidthRate. Server operators who want to reduce the number of clients
  81. who ask to build circuits through them (since this is proportional to
  82. advertised bandwidth rate) can thus reduce the CPU demands on their
  83. server without impacting network performance.
  84. .LP
  85. .TP
  86. \fBRelayBandwidthRate \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
  87. If defined, a separate token bucket limits the average incoming bandwidth
  88. usage for _relayed traffic_ on this node to the specified number of
  89. bytes per second, and the average outgoing bandwidth usage to that same
  90. value. Relayed traffic currently is calculated to include answers to directory
  91. requests, but that may change in future versions. (Default: 0)
  92. .LP
  93. .TP
  94. \fBRelayBandwidthBurst \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
  95. Limit the maximum token bucket size (also known as the burst) for
  96. _relayed traffic_ to the
  97. given number of bytes in each direction. (Default: 0)
  98. .LP
  99. .TP
  100. \fBConnLimit \fR\fINUM\fP
  101. The minimum number of file descriptors that must be available to
  102. the Tor process before it will start. Tor will ask the OS for as
  103. many file descriptors as the OS will allow (you can find this
  104. by "ulimit -H -n"). If this number is less than ConnLimit, then
  105. Tor will refuse to start.
  106. You probably don't need to adjust this. It has no effect on
  107. Windows since that platform lacks getrlimit(). (Default: 1000)
  108. .LP
  109. .TP
  110. \fBConstrainedSockets \fR\fB0\fR|\fB1\fR\fP
  111. If set, Tor will tell the kernel to attempt to shrink the buffers for all
  112. sockets to the size specified in \fBConstrainedSockSize\fP. This is useful
  113. for virtual servers and other environments where system level TCP
  114. buffers may be limited. If you're on a virtual server, and you
  115. encounter the "Error creating network
  116. socket: No buffer space available" message, you are likely experiencing
  117. this problem.
  118. The preferred solution is to have the admin increase the buffer pool for
  119. the host itself via /proc/sys/net/ipv4/tcp_mem or equivalent facility; this
  120. configuration option is a second-resort.
  121. The DirPort option should also not be used if TCP buffers are scarce. The
  122. cached directory requests consume additional sockets which exacerbates the
  123. problem.
  124. You should \fBnot\fP enable this feature unless you encounter the "no buffer
  125. space available" issue. Reducing the TCP buffers affects window size for
  126. the TCP stream and will reduce throughput in proportion to round trip
  127. time on long paths. (Default: 0.)
  128. .LP
  129. .TP
  130. \fBConstrainedSockSize \fR\fIN\fR \fBbytes\fR|\fBKB\fP
  131. When \fBConstrainedSockets\fP is enabled the receive and transmit buffers for
  132. all sockets will be set to this limit. Must be a value between 2048
  133. and 262144, in 1024 byte increments. Default of 8192 is recommended.
  134. .LP
  135. .TP
  136. \fBControlPort \fR\fIPort\fP
  137. If set, Tor will accept connections on this port and allow those
  138. connections to control the Tor process using the Tor Control Protocol
  139. (described in control-spec.txt). Note: unless you also specify one of
  140. \fBHashedControlPassword\fP or \fBCookieAuthentication\fP, setting
  141. this option will cause Tor to allow any process on the local host to
  142. control it. This option is required for many Tor controllers; most use
  143. the value of 9051.
  144. .LP
  145. .TP
  146. \fBControlListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
  147. Bind the controller listener to this address. If you specify a port,
  148. bind to this port rather than the one specified in ControlPort. We
  149. strongly recommend that you leave this alone unless you know what you're
  150. doing, since giving attackers access to your control listener is really
  151. dangerous. (Default: 127.0.0.1)
  152. This directive can be specified multiple times to bind to multiple
  153. addresses/ports.
  154. .LP
  155. .TP
  156. \fBControlSocket \fR\fIPath\fP
  157. Like ControlPort, but listens on a Unix domain socket, rather than a TCP
  158. socket. (Unix and Unix-like systems only.)
  159. .LP
  160. .TP
  161. \fBHashedControlPassword \fR\fIhashed_password\fP
  162. Don't allow any connections on the control port except when the other process
  163. knows the password whose one-way hash is \fIhashed_password\fP. You can
  164. compute the hash of a password by running "tor --hash-password
  165. \fIpassword\fP". You can provide several acceptable passwords by using
  166. more than HashedControlPassword line.
  167. .LP
  168. .TP
  169. \fBCookieAuthentication \fR\fB0\fR|\fB1\fP
  170. If this option is set to 1, don't allow any connections on the control port
  171. except when the connecting process knows the contents of a file named
  172. "control_auth_cookie", which Tor will create in its data directory. This
  173. authentication method should only be used on systems with good filesystem
  174. security. (Default: 0)
  175. .LP
  176. .TP
  177. \fBCookieAuthFile \fR\fIPath\fP
  178. If set, this option overrides the default location and file name for Tor's
  179. cookie file. (See CookieAuthentication above.)
  180. .LP
  181. .TP
  182. \fBCookieAuthFileGroupReadable \fR\fB0\fR|\fB1\fR|\fIGroupName\fP
  183. If this option is set to 0, don't allow the filesystem group to read
  184. the cookie file. If the option is set to 1, make the cookie file
  185. readable by the default GID. [Making the file readable by other
  186. groups is not yet implemented; let us know if you need this for some
  187. reason.] (Default: 0).
  188. .LP
  189. .TP
  190. \fBDataDirectory \fR\fIDIR\fP
  191. Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor)
  192. .LP
  193. .TP
  194. \fBDirServer \fR[\fInickname\fR] [\fBflags\fR] \fIaddress\fR\fB:\fIport fingerprint\fP
  195. Use a nonstandard authoritative directory server at the provided
  196. address and port, with the specified key fingerprint. This option can
  197. be repeated many times, for multiple authoritative directory
  198. servers. Flags are separated by spaces, and determine what kind of an
  199. authority this directory is. By default, every authority is authoritative
  200. for current ("v2")-style directories, unless the "no-v2" flag is given. If the "v1" flags is provided, Tor will use this server as an
  201. authority for old-style (v1) directories as well. (Only directory mirrors
  202. care about this.) Tor will use this server as an authority for hidden
  203. service information if the "hs" flag is set, or if the "v1" flag is set and
  204. the "no-hs" flag is \fBnot\fP set. Tor will use this authority as a bridge
  205. authoritative directory if the "bridge" flag is set. If a flag
  206. "orport=\fBport\fR" is given, Tor will use the given port when opening
  207. encrypted tunnels to the dirserver. Lastly, if a flag "v3ident=\fBfp\fR" is
  208. given, the dirserver is a v3 directory authority whose v3 long-term
  209. signing key has the fingerprint \fBfp\fR.
  210. If no \fBdirserver\fP line is given, Tor will use the default
  211. directory servers. NOTE: this option is intended
  212. for setting up a private Tor network with its own directory authorities. If
  213. you use it, you will be distinguishable from other users, because you won't
  214. believe the same authorities they do.
  215. .LP
  216. .TP
  217. \fBAlternateDirAuthority \fR[\fInickname\fR] [\fBflags\fR] \fIaddress\fR\fB:\fIport fingerprint\fP
  218. .LP
  219. .TP
  220. \fBAlternateHSAuthority \fR[\fInickname\fR] [\fBflags\fR] \fIaddress\fR\fB:\fIport fingerprint\fP
  221. .LP
  222. .TP
  223. \fBAlternateBridgeAuthority \fR[\fInickname\fR] [\fBflags\fR] \fIaddress\fR\fB:\fIport fingerprint\fP
  224. As DirServer, but replaces less of the default directory authorities.
  225. Using AlternateDirAuthority replaces the default Tor directory
  226. authorities, but leaves the hidden service authorities and bridge
  227. authorities in place. Similarly, Using AlternateHSAuthority replaces
  228. the default hidden service authorities, but not the directory or
  229. bridge authorities.
  230. .LP
  231. .TP
  232. \fBFetchDirInfoEarly \fR\fB0\fR|\fB1\fR\fP
  233. If set to 1, Tor will always fetch directory information like other
  234. directory caches, even if you don't meet the normal criteria for
  235. fetching early. Normal users should leave it off.
  236. (Default: 0)
  237. .LP
  238. .TP
  239. \fBFetchDirInfoExtraEarly \fR\fB0\fR|\fB1\fR\fP
  240. If set to 1, Tor will fetch directory information before other
  241. directory caches. It will attempt to download directory information closer to
  242. the start of the consensus period. Normal users should leave it off.
  243. (Default: 0)
  244. .LP
  245. .TP
  246. \fBFetchHidServDescriptors \fR\fB0\fR|\fB1\fR\fP
  247. If set to 0, Tor will never fetch any hidden service descriptors from
  248. the rendezvous directories. This option is only useful if you're using
  249. a Tor controller that handles hidden service fetches for you.
  250. (Default: 1)
  251. .LP
  252. .TP
  253. \fBFetchServerDescriptors \fR\fB0\fR|\fB1\fR\fP
  254. If set to 0, Tor will never fetch any network status summaries or server
  255. descriptors from the directory servers. This option is only useful if
  256. you're using a Tor controller that handles directory fetches for you.
  257. (Default: 1)
  258. .LP
  259. .TP
  260. \fBFetchUselessDescriptors \fR\fB0\fR|\fB1\fR\fP
  261. If set to 1, Tor will fetch every non-obsolete descriptor from the
  262. authorities that it hears about. Otherwise, it will avoid fetching
  263. useless descriptors, for example for routers that are not running.
  264. This option is useful if you're using the contributed "exitlist"
  265. script to enumerate Tor nodes that exit to certain addresses.
  266. (Default: 0)
  267. .LP
  268. .TP
  269. \fBHTTPProxy\fR \fIhost\fR[:\fIport\fR]\fP
  270. Tor will make all its directory requests through this host:port
  271. (or host:80 if port is not specified),
  272. rather than connecting directly to any directory servers.
  273. .LP
  274. .TP
  275. \fBHTTPProxyAuthenticator\fR \fIusername:password\fP
  276. If defined, Tor will use this username:password for Basic HTTP proxy
  277. authentication, as in RFC 2617. This is currently the only form of
  278. HTTP proxy authentication that Tor supports; feel free to submit a
  279. patch if you want it to support others.
  280. .LP
  281. .TP
  282. \fBHTTPSProxy\fR \fIhost\fR[:\fIport\fR]\fP
  283. Tor will make all its OR (SSL) connections through this host:port
  284. (or host:443 if port is not specified), via HTTP CONNECT rather than
  285. connecting directly to servers. You may want to set \fBFascistFirewall\fR
  286. to restrict the set of ports you might try to connect to, if your HTTPS
  287. proxy only allows connecting to certain ports.
  288. .LP
  289. .TP
  290. \fBHTTPSProxyAuthenticator\fR \fIusername:password\fP
  291. If defined, Tor will use this username:password for Basic HTTPS proxy
  292. authentication, as in RFC 2617. This is currently the only form of
  293. HTTPS proxy authentication that Tor supports; feel free to submit a
  294. patch if you want it to support others.
  295. .LP
  296. .TP
  297. \fBKeepalivePeriod \fR\fINUM\fP
  298. To keep firewalls from expiring connections, send a padding keepalive
  299. cell every NUM seconds on open connections that are in use. If the
  300. connection has no open circuits, it will instead be closed after NUM
  301. seconds of idleness. (Default: 5 minutes)
  302. .LP
  303. .TP
  304. \fBLog \fR\fIminSeverity\fR[-\fImaxSeverity\fR] \fBstderr\fR|\fBstdout\fR|\fBsyslog\fR\fP
  305. Send all messages between \fIminSeverity\fR and \fImaxSeverity\fR to
  306. the standard output stream, the standard error stream, or to the system
  307. log. (The "syslog" value is only supported on Unix.) Recognized
  308. severity levels are debug, info, notice, warn, and err. We advise using
  309. "notice" in most cases, since anything more verbose may provide sensitive
  310. information to an attacker who obtains the logs. If only one
  311. severity level is given, all messages of that level or higher will be
  312. sent to the listed destination.
  313. .LP
  314. .TP
  315. \fBLog \fR\fIminSeverity\fR[-\fImaxSeverity\fR] \fBfile\fR \fIFILENAME\fP
  316. As above, but send log messages to the listed filename. The "Log"
  317. option may appear more than once in a configuration file. Messages
  318. are sent to all the logs that match their severity level.
  319. .LP
  320. .TP
  321. \fBOutboundBindAddress \fR\fIIP\fP
  322. Make all outbound connections originate from the IP address specified. This
  323. is only useful when you have multiple network interfaces, and you want all
  324. of Tor's outgoing connections to use a single one.
  325. .LP
  326. .TP
  327. \fBPidFile \fR\fIFILE\fP
  328. On startup, write our PID to FILE. On clean shutdown, remove FILE.
  329. .LP
  330. .TP
  331. \fBProtocolWarnings \fR\fB0\fR|\fB1\fR\fP
  332. If 1, Tor will log with severity 'warn' various cases of other parties
  333. not following the Tor specification. Otherwise, they are logged with
  334. severity 'info'. (Default: 0)
  335. .LP
  336. .TP
  337. \fBRunAsDaemon \fR\fB0\fR|\fB1\fR\fP
  338. If 1, Tor forks and daemonizes to the background. This option has
  339. no effect on Windows; instead you should use the --service command-line
  340. option. (Default: 0)
  341. .LP
  342. .TP
  343. \fBSafeLogging \fR\fB0\fR|\fB1\fP
  344. If 1, Tor replaces potentially sensitive strings in the logs
  345. (e.g. addresses) with the string [scrubbed]. This way logs can still be
  346. useful, but they don't leave behind personally identifying information
  347. about what sites a user might have visited. (Default: 1)
  348. .LP
  349. .TP
  350. \fBUser \fR\fIUID\fP
  351. On startup, setuid to this user and setgid to their primary group.
  352. .LP
  353. .TP
  354. \fBHardwareAccel \fR\fB0\fR|\fB1\fP
  355. If non-zero, try to use built-in (static) crypto hardware acceleration when
  356. available. (Default: 0)
  357. .LP
  358. .TP
  359. \fBAccelName \fR\fINAME\fP
  360. When using OpenSSL hardware crypto acceleration attempt to load the dynamic
  361. engine of this name. This must be used for any dynamic hardware engine. Names
  362. can be verified with the openssl engine command.
  363. .LP
  364. .TP
  365. \fBAccelDir \fR\fIDIR\fP
  366. Specify this option if using dynamic hardware acceleration and the engine
  367. implementation library resides somewhere other than the OpenSSL default.
  368. .LP
  369. .TP
  370. \fBAvoidDiskWrites \fR\fB0\fR|\fB1\fP
  371. If non-zero, try to write to disk less frequently than we would otherwise.
  372. This is useful when running on flash memory or other media that support only
  373. a limited number of writes. (Default: 0)
  374. .LP
  375. .TP
  376. \fBTunnelDirConns \fR\fB0\fR|\fB1\fP
  377. If non-zero, when a directory server we contact supports it, we will
  378. build a one-hop circuit and make an encrypted connection via its
  379. ORPort. (Default: 1)
  380. .LP
  381. .TP
  382. \fBPreferTunneledDirConns \fR\fB0\fR|\fB1\fP
  383. If non-zero, we will avoid directory servers that don't support tunneled
  384. directory connections, when possible. (Default: 1)
  385. .SH CLIENT OPTIONS
  386. .PP
  387. The following options are useful only for clients (that is, if \fBSocksPort\fP is non-zero):
  388. .LP
  389. .TP
  390. \fBAllowInvalidNodes\fR \fBentry\fR|\fBexit\fR|\fBmiddle\fR|\fBintroduction\fR|\fBrendezvous\fR|...\fP
  391. If some Tor servers are obviously not working right, the directory
  392. authorities can manually mark them as invalid, meaning that it's not
  393. recommended you use them for entry or exit positions in your circuits. You
  394. can opt to use them in some circuit positions, though. The default is
  395. "middle,rendezvous", and other choices are not advised.
  396. .LP
  397. .TP
  398. \fBExcludeSingleHopRelays \fR\fB0\fR|\fB1\fR\fP
  399. This option controls whether circuits built by Tor will include relays with
  400. the AllowSingleHopExits flag set to true. If ExcludeSingleHopRelays is set to
  401. 0, these relays will be included. Note that these relays might be at higher
  402. risk of being seized or observed, so they are not normally included.
  403. (Default: 1)
  404. .LP
  405. .TP
  406. \fBBridge \fR\fIIP:ORPort\fR [fingerprint]\fP
  407. When set along with UseBridges, instructs Tor to use the relay at
  408. "IP:ORPort" as a "bridge" relaying into the Tor network. If "fingerprint"
  409. is provided (using the same format as for DirServer), we will verify that
  410. the relay running at that location has the right fingerprint. We also use
  411. fingerprint to look up the bridge descriptor at the bridge authority, if
  412. it's provided and if UpdateBridgesFromAuthority is set too.
  413. .LP
  414. .TP
  415. \fBCircuitBuildTimeout \fR\fINUM\fP
  416. Try for at most NUM seconds when building circuits. If the circuit
  417. isn't open in that time, give up on it.
  418. (Default: 1 minute.)
  419. .LP
  420. .TP
  421. \fBCircuitIdleTimeout \fR\fINUM\fP
  422. If we have kept a clean (never used) circuit around for NUM seconds,
  423. then close it. This way when the Tor client is entirely idle, it can
  424. expire all of its circuits, and then expire its TLS connections. Also,
  425. if we end up making a circuit that is not useful for exiting any of
  426. the requests we're receiving, it won't forever take up a slot in the
  427. circuit list.
  428. (Default: 1 hour.)
  429. .LP
  430. .TP
  431. \fBClientOnly \fR\fB0\fR|\fB1\fR\fP
  432. If set to 1, Tor will under no circumstances run as a server or serve
  433. directory requests. The default
  434. is to run as a client unless ORPort is configured. (Usually,
  435. you don't need to set this; Tor is pretty smart at figuring out whether
  436. you are reliable and high-bandwidth enough to be a useful server.)
  437. (Default: 0)
  438. .LP
  439. .TP
  440. \fBExcludeNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
  441. A list of identity fingerprints, nicknames, country codes and address patterns
  442. of nodes to never use when building a circuit. (Example: ExcludeNodes
  443. SlowServer, $ABCDEFFFFFFFFFFFFFFF, {cc}, 255.254.0.0/8)
  444. .LP
  445. .TP
  446. \fBExcludeExitNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
  447. A list of identity fingerprints, nicknames, country codes and address patterns
  448. of nodes to never use when picking an exit node. Note that any node
  449. listed in ExcludeNodes is automatically considered to be part of this
  450. list.
  451. .LP
  452. .TP
  453. \fBEntryNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
  454. A list of identity fingerprints, nicknames, country codes and address patterns
  455. of nodes to use for the first hop in the circuit.
  456. These are treated only as preferences unless StrictEntryNodes (see
  457. below) is also set.
  458. .LP
  459. .TP
  460. \fBExitNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
  461. A list of identity fingerprints, nicknames, country codes and address patterns
  462. of nodes to use for the last hop in the circuit.
  463. These are treated only as preferences unless StrictExitNodes (see
  464. below) is also set.
  465. .LP
  466. .TP
  467. \fBStrictEntryNodes \fR\fB0\fR|\fB1\fR\fP
  468. If 1, Tor will never use any nodes besides those listed in "EntryNodes" for
  469. the first hop of a circuit.
  470. .LP
  471. .TP
  472. \fBStrictExitNodes \fR\fB0\fR|\fB1\fR\fP
  473. If 1, Tor will never use any nodes besides those listed in "ExitNodes" for
  474. the last hop of a circuit.
  475. .LP
  476. .TP
  477. \fBFascistFirewall \fR\fB0\fR|\fB1\fR\fP
  478. If 1, Tor will only create outgoing connections to ORs running on ports that
  479. your firewall allows (defaults to 80 and 443; see \fBFirewallPorts\fR). This will
  480. allow you to run Tor as a client behind a firewall with restrictive policies,
  481. but will not allow you to run as a server behind such a firewall.
  482. If you prefer more fine-grained control, use ReachableAddresses instead.
  483. .LP
  484. .TP
  485. \fBFirewallPorts \fR\fIPORTS\fP
  486. A list of ports that your firewall allows you to connect to. Only
  487. used when \fBFascistFirewall\fR is set. This option is deprecated; use
  488. ReachableAddresses instead. (Default: 80, 443)
  489. .LP
  490. .TP
  491. \fBHidServAuth \fR\fIonion-address\fR \fIauth-cookie\fP [\fIservice-name\fR]
  492. Client authorization for a hidden service. Valid onion addresses contain 16
  493. characters in a-z2-7 plus ".onion", and valid auth cookies contain 22
  494. characters in A-Za-z0-9+/. The service name is only used for internal
  495. purposes, e.g., for Tor controllers. This option may be used multiple times
  496. for different hidden services. If a hidden service uses authorization and
  497. this option is not set, the hidden service is not accessible. Hidden
  498. services can be configured to require authorization using the
  499. \fBHiddenServiceAuthorizeClient\fR option.
  500. .LP
  501. .TP
  502. \fBReachableAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
  503. A comma-separated list of IP addresses and ports that your firewall allows you
  504. to connect to. The format is as
  505. for the addresses in ExitPolicy, except that "accept" is understood
  506. unless "reject" is explicitly provided. For example, 'ReachableAddresses
  507. 99.0.0.0/8, reject 18.0.0.0/8:80, accept *:80' means that your
  508. firewall allows connections to everything inside net 99, rejects port
  509. 80 connections to net 18, and accepts connections to port 80 otherwise.
  510. (Default: 'accept *:*'.)
  511. .LP
  512. .TP
  513. \fBReachableDirAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
  514. Like \fBReachableAddresses\fP, a list of addresses and ports. Tor will obey
  515. these restrictions when fetching directory information, using standard HTTP
  516. GET requests. If not set explicitly then the value of \fBReachableAddresses\fP
  517. is used. If \fBHTTPProxy\fR is set then these connections will go through that
  518. proxy.
  519. .LP
  520. .TP
  521. \fBReachableORAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
  522. Like \fBReachableAddresses\fP, a list of addresses and ports. Tor will obey
  523. these restrictions when connecting to Onion Routers, using TLS/SSL. If not set
  524. explicitly then the value of \fBReachableAddresses\fP is used. If
  525. \fBHTTPSProxy\fR is set then these connections will go through that proxy.
  526. The separation between \fBReachableORAddresses\fP and
  527. \fBReachableDirAddresses\fP is only interesting when you are connecting through
  528. proxies (see \fBHTTPProxy\fR and \fBHTTPSProxy\fR). Most proxies limit TLS
  529. connections (which Tor uses to connect to Onion Routers) to port 443, and some
  530. limit HTTP GET requests (which Tor uses for fetching directory information) to
  531. port 80.
  532. .LP
  533. .TP
  534. \fBLongLivedPorts \fR\fIPORTS\fP
  535. A list of ports for services that tend to have long-running connections
  536. (e.g. chat and interactive shells). Circuits for streams that use these
  537. ports will contain only high-uptime nodes, to reduce the chance that a
  538. node will go down before the stream is finished.
  539. (Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 6697, 8300)
  540. .LP
  541. .TP
  542. \fBMapAddress\fR \fIaddress\fR \fInewaddress\fR
  543. When a request for address arrives to Tor, it will rewrite it to
  544. newaddress before processing it. For example, if you always want
  545. connections to www.indymedia.org to exit via \fItorserver\fR (where
  546. \fItorserver\fR is the nickname of the server),
  547. use "MapAddress www.indymedia.org www.indymedia.org.torserver.exit".
  548. .LP
  549. .TP
  550. \fBNewCircuitPeriod \fR\fINUM\fP
  551. Every NUM seconds consider whether to build a new circuit. (Default: 30 seconds)
  552. .LP
  553. .TP
  554. \fBMaxCircuitDirtiness \fR\fINUM\fP
  555. Feel free to reuse a circuit that was first used at most NUM seconds ago,
  556. but never attach a new stream to a circuit that is too old.
  557. (Default: 10 minutes)
  558. .LP
  559. .TP
  560. \fBNodeFamily \fR\fInode\fR,\fInode\fR,\fI...\fP
  561. The Tor servers, defined by their identity fingerprints or nicknames,
  562. constitute a "family" of similar or co-administered
  563. servers, so never use any two of them in the same circuit. Defining a
  564. NodeFamily is only needed when a server doesn't list the family itself
  565. (with MyFamily). This option can be used multiple times.
  566. .LP
  567. .TP
  568. \fBEnforceDistinctSubnets \fR\fB0\fR|\fB1\fR\fP
  569. If 1, Tor will not put two servers whose IP addresses are "too
  570. close" on the same circuit. Currently, two addresses are
  571. "too close" if they lie in the same /16 range. (Default: 1)
  572. .\" \fBPathlenCoinWeight \fR\fI0.0-1.0\fP
  573. .\" Paths are 3 hops plus a geometric distribution centered around this coinweight.
  574. .\" Must be >=0.0 and <1.0. (Default: 0.3) NOT USED CURRENTLY
  575. .\" .TP
  576. .LP
  577. .TP
  578. \fBSocksPort \fR\fIPORT\fP
  579. Advertise this port to listen for connections from Socks-speaking
  580. applications. Set this to 0 if you don't want to allow application
  581. connections. (Default: 9050)
  582. .LP
  583. .TP
  584. \fBSocksListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
  585. Bind to this address to listen for connections from Socks-speaking
  586. applications. (Default: 127.0.0.1) You can also specify a port
  587. (e.g. 192.168.0.1:9100).
  588. This directive can be specified multiple times to bind to multiple
  589. addresses/ports.
  590. .LP
  591. .TP
  592. \fBSocksPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
  593. Set an entrance policy for this server, to limit who can connect to the
  594. SocksPort and DNSPort ports.
  595. The policies have the same form as exit policies below.
  596. .LP
  597. .TP
  598. \fBSocksTimeout \fR\fINUM\fP
  599. Let a socks connection wait NUM seconds handshaking, and NUM seconds
  600. unattached waiting for an appropriate circuit, before we fail it.
  601. (Default: 2 minutes.)
  602. .LP
  603. .TP
  604. \fBTrackHostExits \fR\fIhost\fR,\fI.domain\fR,\fI...\fR\fP
  605. For each value in the comma separated list, Tor will track recent connections
  606. to hosts that match this value and attempt to
  607. reuse the same exit node for each. If the value is prepended with a '.', it is
  608. treated as matching an entire domain. If one of the values is just a '.', it
  609. means match everything. This option is useful if you frequently connect to
  610. sites that will expire all your authentication cookies (i.e. log you out) if
  611. your IP address changes. Note that this option does have the disadvantage of
  612. making it more clear that a given history is
  613. associated with a single user. However, most people who would wish to observe
  614. this will observe it through cookies or other protocol-specific means anyhow.
  615. .LP
  616. .TP
  617. \fBTrackHostExitsExpire \fR\fINUM\fP
  618. Since exit servers go up and down, it is desirable to expire the association
  619. between host and exit server after NUM seconds. The default
  620. is 1800 seconds (30 minutes).
  621. .LP
  622. .TP
  623. \fBUpdateBridgesFromAuthority \fR\fB0\fR|\fB1\fR\fP
  624. When set (along with UseBridges), Tor will try to fetch bridge descriptors
  625. from the configured bridge authorities when feasible. It will fall back
  626. to a direct request if the authority responds with a 404. (Default: 0)
  627. .LP
  628. .TP
  629. \fBUseBridges \fR\fB0\fR|\fB1\fR\fP
  630. When set, Tor will fetch descriptors for each bridge listed in the
  631. "Bridge" config lines, and use these relays as both entry guards and
  632. directory guards. (Default: 0)
  633. .LP
  634. .TP
  635. \fBUseEntryGuards \fR\fB0\fR|\fB1\fR\fP
  636. If this option is set to 1, we pick a few long-term entry servers, and
  637. try to stick with them. This is desirable because
  638. constantly changing servers increases the odds that an adversary who owns
  639. some servers will observe a fraction of your paths.
  640. (Defaults to 1.)
  641. .LP
  642. .TP
  643. \fBNumEntryGuards \fR\fINUM\fP
  644. If UseEntryGuards is set to 1, we will try to pick a total of NUM routers
  645. as long-term entries for our circuits.
  646. (Defaults to 3.)
  647. .LP
  648. .TP
  649. \fBSafeSocks \fR\fB0\fR|\fB1\fR\fP
  650. When this option is enabled, Tor will reject application connections that
  651. use unsafe variants of the socks protocol -- ones that only provide an
  652. IP address, meaning the application is doing a DNS resolve first.
  653. Specifically, these are socks4 and socks5 when not doing remote DNS.
  654. (Defaults to 0.)
  655. .LP
  656. .TP
  657. \fBTestSocks \fR\fB0\fR|\fB1\fR\fP
  658. When this option is enabled, Tor will make a notice-level log entry for
  659. each connection to the Socks port indicating whether the request used
  660. a safe socks protocol or an unsafe one (see above entry on SafeSocks).
  661. This helps to determine whether an application using Tor is possibly
  662. leaking DNS requests.
  663. (Default: 0)
  664. .LP
  665. .TP
  666. \fBVirtualAddrNetwork \fR\fIAddress\fB/\fIbits\fP
  667. When a controller asks for a virtual (unused) address with the
  668. MAPADDRESS command, Tor picks an unassigned address from this range.
  669. (Default: 127.192.0.0/10)
  670. When providing proxy server service to a network of computers using a tool like
  671. dns-proxy-tor,
  672. change this address to "10.192.0.0/10" or "172.16.0.0/12".
  673. The default \fBVirtualAddrNetwork\fP address range on a
  674. properly configured machine will route to the loopback interface.
  675. For local use, no change to the
  676. default \fBVirtualAddrNetwork\fP setting is needed.
  677. .LP
  678. .TP
  679. \fBAllowNonRFC953Hostnames \fR\fB0\fR|\fB1\fR\fP
  680. When this option is disabled, Tor blocks hostnames containing illegal
  681. characters (like @ and :) rather than sending them to an exit node to be
  682. resolved. This helps trap accidental attempts to resolve URLs and so on.
  683. (Default: 0)
  684. .LP
  685. .TP
  686. \fBAllowDotExit \fR\fB0\fR|\fB1\fR\fP
  687. If enabled, we convert "www.google.com.foo.exit" addresses on the
  688. SocksPort/TransPort/NatdPort into "www.google.com" addresses that exit
  689. from the node "foo". Disabled by default since attacking websites and
  690. exit relays can use it to manipulate your path selection. (Default: 0)
  691. .LP
  692. .TP
  693. \fBFastFirstHopPK \fR\fB0\fR|\fB1\fR\fP
  694. When this option is disabled, Tor uses the public key step for the first
  695. hop of creating circuits. Skipping it is generally safe since we have
  696. already used TLS to authenticate the relay and to establish forward-secure
  697. keys. Turning this option off makes circuit building slower.
  698. Note that Tor will always use the public key step for the first hop if
  699. it's operating as a relay, and it will never use the public key step if
  700. it doesn't yet know the onion key of the first hop.
  701. (Default: 1)
  702. .LP
  703. .TP
  704. \fBTransPort\fP \fR\fIPORT\fP
  705. If non-zero, enables transparent proxy support on \fR\fIPORT\fP (by
  706. convention, 9040).
  707. .\" This is required to enable support for \fBdns-proxy-tor\fP.
  708. .\" ControlPort must be set when using \fBTransPort\fP.
  709. Requires OS support for transparent proxies, such as BSDs' pf or
  710. Linux's IPTables.
  711. If you're planning
  712. to use Tor as a transparent proxy for a network, you'll want to examine
  713. and change VirtualAddrNetwork from the default setting. You'll also want
  714. to set the TransListenAddress option for the network you'd like to proxy.
  715. (Default: 0).
  716. .LP
  717. .TP
  718. \fBTransListenAddress\fP \fR\fIIP\fR[:\fIPORT\fR]\fP
  719. Bind to this address to listen for transparent proxy connections.
  720. (Default: 127.0.0.1).
  721. This is useful for exporting a transparent proxy server
  722. to an entire network.
  723. .LP
  724. .TP
  725. \fBNATDPort\fP \fR\fIPORT\fP
  726. Allow old versions of ipfw (as included in old versions of FreeBSD,
  727. etc.) to send connections through Tor using the NATD protocol.
  728. This option is only for people who cannot
  729. use TransPort.
  730. .LP
  731. .TP
  732. \fBNATDListenAddress\fP \fR\fIIP\fR[:\fIPORT\fR]\fP
  733. Bind to this address to listen for NATD connections.
  734. (Default: 127.0.0.1).
  735. .LP
  736. .TP
  737. \fBAutomapHostsOnResolve\fP \fR\fB0\fR|\fB1\fR\fP
  738. When this option is enabled, and we get a request to resolve an
  739. address that ends with one of the suffixes in
  740. \fBAutomapHostsSuffixes\fP, we map an unused virtual address to that
  741. address, and return the new virtual address. This is handy for making
  742. ".onion" addresses work with applications that resolve an address and
  743. then connect to it.
  744. (Default: 0).
  745. .LP
  746. .TP
  747. \fBAutomapHostsSuffixes\fP \fR\fISUFFIX\fR,\fISUFFIX\fR,...\fP
  748. A comma-separated list of suffixes to use with \fBAutomapHostsOnResolve\fP.
  749. The "." suffix is equivalent to "all addresses."
  750. (Default: .exit,.onion).
  751. .LP
  752. .TP
  753. \fBDNSPort\fP \fR\fIPORT\fP
  754. If non-zero, Tor listens for UDP DNS requests on this port and resolves them
  755. anonymously.
  756. (Default: 0).
  757. .LP
  758. .TP
  759. \fBDNSListenAddress\fP \fR\fIIP\fR[:\fIPORT\fR]\fP
  760. Bind to this address to listen for DNS connections.
  761. (Default: 127.0.0.1).
  762. .LP
  763. .TP
  764. \fBClientDNSRejectInternalAddresses\fP \fR\fB0\fR|\fB1\fR\fP
  765. If true, Tor does not believe any anonymously retrieved DNS answer that tells
  766. it that an address resolves to an internal address (like 127.0.0.1 or
  767. 192.168.0.1). This option prevents certain browser-based attacks; don't turn
  768. it off unless you know what you're doing. (Default: 1).
  769. .LP
  770. .TP
  771. \fBDownloadExtraInfo\fP \fR\fB0\fR|\fB1\fR\fP
  772. If true, Tor downloads and caches "extra-info" documents. These
  773. documents contain information about servers other than the information
  774. in their regular router descriptors. Tor does not use this information for
  775. anything itself; to save bandwidth, leave this option turned off.
  776. (Default: 0).
  777. .LP
  778. .TP
  779. \fBFallbackNetworkstatusFile\fP \fIFILENAME\fP
  780. If Tor doesn't have a cached networkstatus file, it starts out using
  781. this one instead. Even if this file is out of date, Tor can still use
  782. it to learn about directory mirrors, so it doesn't need to put load on
  783. the authorities. (Default: None).
  784. .LP
  785. .TP
  786. \fBWarnPlaintextPorts\fP \fR\fIport\fR,\fIport\fR,\fI...\fP
  787. Tells Tor to issue a warnings whenever the user tries to make an
  788. anonymous connection to one of these ports. This option is designed
  789. to alert users to services that risk sending passwords in the clear.
  790. (Default: 23,109,110,143).
  791. .LP
  792. .TP
  793. \fBRejectPlaintextPorts\fP \fR\fIport\fR,\fIport\fR,\fI...\fP
  794. Like WarnPlaintextPorts, but instead of warning about risky port uses,
  795. Tor will instead refuse to make the connection.
  796. (Default: None).
  797. .SH SERVER OPTIONS
  798. .PP
  799. The following options are useful only for servers (that is, if \fBORPort\fP is non-zero):
  800. .LP
  801. .TP
  802. \fBAddress \fR\fIaddress\fP
  803. The IP address or fully qualified domain name of this server (e.g. moria.mit.edu). You can
  804. leave this unset, and Tor will guess your IP address.
  805. .LP
  806. .TP
  807. \fBAllowSingleHopExits \fR\fB0\fR|\fB1\fR\fP
  808. This option controls whether clients can use this server as a single hop
  809. proxy. If set to 1, clients can use this server as an exit even if it is
  810. the only hop in the circuit. (Default: 0)
  811. .LP
  812. .TP
  813. \fBAssumeReachable \fR\fB0\fR|\fB1\fR\fP
  814. This option is used when bootstrapping a new Tor network. If set to 1,
  815. don't do self-reachability testing; just upload your server descriptor
  816. immediately. If \fBAuthoritativeDirectory\fP is also set, this option
  817. instructs the dirserver to bypass remote reachability testing too and
  818. list all connected servers as running.
  819. .LP
  820. .TP
  821. \fBBridgeRelay \fR\fB0\fR|\fB1\fR\fP
  822. Sets the relay to act as a "bridge" with respect to relaying connections
  823. from bridge users to the Tor network. Mainly it influences how the relay
  824. will cache and serve directory information. Usually used in combination
  825. with PublishServerDescriptor.
  826. .LP
  827. .TP
  828. \fBContactInfo \fR\fIemail_address\fP
  829. Administrative contact information for server. This line might get
  830. picked up by spam harvesters, so you may want to obscure the fact
  831. that it's an email address.
  832. .LP
  833. .TP
  834. \fBExitPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
  835. Set an exit policy for this server. Each policy is of the form
  836. "\fBaccept\fP|\fBreject\fP \fIADDR\fP[\fB/\fP\fIMASK\fP]\fB[:\fP\fIPORT\fP]".
  837. If \fB/\fP\fIMASK\fP is omitted then this policy just applies to the host
  838. given. Instead of giving a host or network you can also use "\fB*\fP" to
  839. denote the universe (0.0.0.0/0). \fIPORT\fP can be a single port number,
  840. an interval of ports "\fIFROM_PORT\fP\fB-\fP\fITO_PORT\fP", or "\fB*\fP".
  841. If \fIPORT\fP is omitted, that means "\fB*\fP".
  842. For example, "accept 18.7.22.69:*,reject 18.0.0.0/8:*,accept *:*" would
  843. reject any traffic destined for MIT except for web.mit.edu, and
  844. accept anything else.
  845. To specify all internal and link-local networks (including 0.0.0.0/8,
  846. 169.254.0.0/16, 127.0.0.0/8, 192.168.0.0/16, 10.0.0.0/8, and
  847. 172.16.0.0/12), you can use the "private" alias instead of an address.
  848. These addresses are rejected by default (at the beginning of your
  849. exit policy), along with your public IP address, unless you set the
  850. ExitPolicyRejectPrivate config option
  851. to 0. For example, once you've done that, you could allow HTTP to
  852. 127.0.0.1 and block all other connections to internal networks with
  853. "accept 127.0.0.1:80,reject private:*", though that may also allow
  854. connections to your own computer that are addressed to its public
  855. (external) IP address. See RFC 1918 and RFC 3330 for more
  856. details about internal and reserved IP address space.
  857. This directive can be specified multiple times so you don't have to put
  858. it all on one line.
  859. Policies are considered first to last, and the first match wins. If
  860. you want to _replace_ the default exit policy, end your exit policy with
  861. either a reject *:* or an accept *:*. Otherwise, you're _augmenting_
  862. (prepending to) the default exit policy. The default exit policy is:
  863. .PD 0
  864. .RS 12
  865. .IP "reject *:25"
  866. .IP "reject *:119"
  867. .IP "reject *:135-139"
  868. .IP "reject *:445"
  869. .IP "reject *:563"
  870. .IP "reject *:1214"
  871. .IP "reject *:4661-4666"
  872. .IP "reject *:6346-6429"
  873. .IP "reject *:6699"
  874. .IP "reject *:6881-6999"
  875. .IP "accept *:*"
  876. .RE
  877. .PD
  878. .LP
  879. .TP
  880. \fBExitPolicyRejectPrivate \fR\fB0\fR|\fB1\fR\fP
  881. Reject all private (local) networks, along with your own public IP
  882. address, at the beginning of your exit
  883. policy. See above entry on ExitPolicy. (Default: 1)
  884. .LP
  885. .TP
  886. \fBMaxOnionsPending \fR\fINUM\fP
  887. If you have more than this number of onionskins queued for decrypt, reject new ones. (Default: 100)
  888. .LP
  889. .TP
  890. \fBMyFamily \fR\fInode\fR,\fInode\fR,\fI...\fP
  891. Declare that this Tor server is controlled or administered by a group
  892. or organization identical or similar to that of the other servers, defined by their identity fingerprints or nicknames.
  893. When two servers both declare that they are in the same 'family', Tor clients
  894. will not use them in the same circuit. (Each server only needs to list the
  895. other servers in its family; it doesn't need to list itself, but it won't hurt.)
  896. .LP
  897. .TP
  898. \fBNickname \fR\fIname\fP
  899. Set the server's nickname to 'name'. Nicknames must be between 1
  900. and 19 characters inclusive, and must contain only the characters
  901. [a-zA-Z0-9].
  902. .LP
  903. .TP
  904. \fBNumCPUs \fR\fInum\fP
  905. How many processes to use at once for decrypting onionskins. (Default: 1)
  906. .LP
  907. .TP
  908. \fBORPort \fR\fIPORT\fP
  909. Advertise this port to listen for connections from Tor clients and servers.
  910. .LP
  911. .TP
  912. \fBORListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
  913. Bind to this IP address to listen for connections from Tor clients and
  914. servers. If you specify a port, bind to this port rather than the one
  915. specified in ORPort. (Default: 0.0.0.0)
  916. This directive can be specified multiple times to bind to multiple
  917. addresses/ports.
  918. .LP
  919. .TP
  920. \fBPublishServerDescriptor \fR\fB0\fR|\fB1\fR|\fBv1\fR|\fBv2\fR|\fBv3\fR|\fBbridge\fR|\fBhidserv\fR, ...\fP
  921. This option is only considered if you have an ORPort defined. You can
  922. choose multiple arguments, separated by commas.
  923. If set to 0, Tor will act as a server but it will not publish its
  924. descriptor to the directory authorities. (This is useful if you're
  925. testing out your server, or if you're using a Tor controller that handles
  926. directory publishing for you.) Otherwise, Tor will publish its descriptor
  927. to all directory authorities of the type(s) specified. The value "1" is
  928. the default, which means "publish to the appropriate authorities".
  929. .LP
  930. .TP
  931. \fBShutdownWaitLength\fR \fINUM\fP
  932. When we get a SIGINT and we're a server, we begin shutting down: we close
  933. listeners and start refusing new circuits. After \fBNUM\fP seconds,
  934. we exit. If we get a second SIGINT, we exit immediately. (Default:
  935. 30 seconds)
  936. .LP
  937. .TP
  938. \fBAccountingMax \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
  939. Never send more than the specified number of bytes in a given
  940. accounting period, or receive more than that number in the period.
  941. For example, with AccountingMax set to 1 GB, a server could send 900 MB
  942. and receive 800 MB and continue running. It will only hibernate once one
  943. of the two reaches 1 GB.
  944. When the number of bytes is exhausted, Tor will hibernate until some
  945. time in the next accounting period. To prevent all servers from
  946. waking at the same time, Tor will also wait until a random point in
  947. each period before waking up. If you have bandwidth cost issues,
  948. enabling hibernation is preferable to setting a low bandwidth, since it
  949. provides users with a collection of fast servers that are up some of
  950. the time, which is more useful than a set of slow servers that are
  951. always "available".
  952. .LP
  953. .TP
  954. \fBAccountingStart \fR\fBday\fR|\fBweek\fR|\fBmonth\fR [\fIday\fR] \fIHH:MM\fR\fP
  955. Specify how long accounting periods last. If \fBmonth\fP is given,
  956. each accounting period runs from the time \fIHH:MM\fR on the
  957. \fIday\fRth day of one month to the same day and time of the next.
  958. (The day must be between 1 and 28.) If \fBweek\fP is given, each
  959. accounting period runs from the time \fIHH:MM\fR of the \fIday\fRth
  960. day of one week to the same day and time of the next week, with Monday
  961. as day 1 and Sunday as day 7. If \fBday\fR is given, each accounting
  962. period runs from the time \fIHH:MM\fR each day to the same time on the
  963. next day. All times are local, and given in 24-hour time. (Defaults to
  964. "month 1 0:00".)
  965. .LP
  966. .TP
  967. \fBServerDNSResolvConfFile \fR\fIfilename\fP
  968. Overrides the default DNS configuration with the configuration in
  969. \fIfilename\fP. The file format is the same as the standard Unix
  970. "\fBresolv.conf\fP" file (7). This option, like all other
  971. ServerDNS options, only affects name lookups that your server does on
  972. behalf of clients. (Defaults to use the system DNS configuration.)
  973. .LP
  974. .TP
  975. \fBServerDNSAllowBrokenConfig \fR\fB0\fR|\fB1\fR\fP
  976. If this option is false, Tor exits immediately if there are problems
  977. parsing the system DNS configuration or connecting to nameservers.
  978. Otherwise, Tor continues to periodically retry the system nameservers
  979. until it eventually succeeds.
  980. (Defaults to "1".)
  981. .LP
  982. .TP
  983. \fBServerDNSSearchDomains \fR\fB0\fR|\fB1\fR\fP
  984. If set to \fB1\fP, then we will search for addresses in the local search
  985. domain. For example, if this system is configured to believe it is in
  986. "example.com", and a client tries to connect to "www", the client will be
  987. connected to "www.example.com".
  988. This option only affects name lookups that your server does on
  989. behalf of clients.
  990. (Defaults to "0".)
  991. .LP
  992. .TP
  993. \fBServerDNSDetectHijacking \fR\fB0\fR|\fB1\fR\fP
  994. When this option is set to 1, we will test periodically to determine whether
  995. our local nameservers have been configured to hijack failing DNS requests
  996. (usually to an advertising site). If they are, we will attempt to correct
  997. this.
  998. This option only affects name lookups that your server does on
  999. behalf of clients.
  1000. (Defaults to "1".)
  1001. .LP
  1002. .TP
  1003. \fBServerDNSTestAddresses \fR\fIaddress\fR,\fIaddress\fR,\fI...\fP
  1004. When we're detecting DNS hijacking, make sure that these \fIvalid\fP
  1005. addresses aren't getting redirected. If they are, then our DNS is
  1006. completely useless, and we'll reset our exit policy to "reject *:*".
  1007. This option only affects name lookups that your server does on
  1008. behalf of clients.
  1009. (Defaults to "www.google.com, www.mit.edu, www.yahoo.com,
  1010. www.slashdot.org".)
  1011. .LP
  1012. .TP
  1013. \fBServerDNSAllowNonRFC953Hostnames \fR\fB0\fR|\fB1\fR\fP
  1014. When this option is disabled, Tor does not try to resolve hostnames
  1015. containing illegal characters (like @ and :) rather than sending them to an
  1016. exit node to be resolved. This helps trap accidental attempts to resolve
  1017. URLs and so on.
  1018. This option only affects name lookups that your server does on
  1019. behalf of clients.
  1020. (Default: 0)
  1021. .LP
  1022. .TP
  1023. \fBBridgeRecordUsageByCountry \fR\fB0\fR|\fB1\fR\fP
  1024. When this option is enabled and BridgeRelay is also enabled, and we
  1025. have GeoIP data, Tor keeps a keep a per-country count of how many
  1026. client addresses have contacted it so that it can help the bridge
  1027. authority guess which countries have blocked access to it. (Default: 1)
  1028. .LP
  1029. .TP
  1030. \fBServerDNSRandomizeCase \fR\fB0\fR|\fB1\fR\fP
  1031. When this option is set, Tor sets the case of each character randomly in
  1032. outgoing DNS requests, and makes sure that the case matches in DNS replies.
  1033. This so-called "0x20 hack" helps resist some types of DNS poisoning attack.
  1034. For more information, see "Increased DNS Forgery Resistance through 0x20-Bit
  1035. Encoding".
  1036. This option only affects name lookups that your server does on
  1037. behalf of clients.
  1038. (Default: 1)
  1039. .LP
  1040. .TP
  1041. \fBGeoIPFile \fR\fIfilename\fP
  1042. A filename containing GeoIP data, for use with BridgeRecordUsageByCountry.
  1043. .LP
  1044. .TP
  1045. \fBCellStatistics \fR\fB0\fR|\fB1\fR\fP
  1046. When this option is enabled, Tor writes statistics on the mean time that
  1047. cells spend in circuit queues to disk every 24 hours. (Default: 0)
  1048. .LP
  1049. .TP
  1050. \fBDirReqStatistics \fR\fB0\fR|\fB1\fR\fP
  1051. When this option is enabled, Tor writes statistics on the number and
  1052. response time of network status requests to disk every 24 hours.
  1053. (Default: 0)
  1054. .LP
  1055. .TP
  1056. \fBEntryStatistics \fR\fB0\fR|\fB1\fR\fP
  1057. When this option is enabled, Tor writes statistics on the number of
  1058. directly connecting clients to disk every 24 hours. (Default: 0)
  1059. .LP
  1060. .TP
  1061. \fBExitPortStatistics \fR\fB0\fR|\fB1\fR\fP
  1062. When this option is enabled, Tor writes statistics on the number of
  1063. relayed bytes and opened stream per exit port to disk every 24 hours.
  1064. (Default: 0)
  1065. .LP
  1066. .TP
  1067. \fBExtraInfoStatistics \fR\fB0\fR|\fB1\fR\fP
  1068. When this option is enabled, Tor includes previously gathered statistics
  1069. in its extra-info documents that it uploads to the directory authorities.
  1070. (Default: 0)
  1071. .SH DIRECTORY SERVER OPTIONS
  1072. .PP
  1073. The following options are useful only for directory servers (that is, if \fBDirPort\fP is non-zero):
  1074. .LP
  1075. .TP
  1076. \fBAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
  1077. When this option is set to 1, Tor operates as an authoritative
  1078. directory server. Instead of caching the directory, it generates its
  1079. own list of good servers, signs it, and sends that to the clients.
  1080. Unless the clients already have you listed as a trusted directory, you
  1081. probably do not want to set this option. Please coordinate with the other
  1082. admins at tor-ops@freehaven.net if you think you should be a directory.
  1083. .LP
  1084. .TP
  1085. \fBDirPortFrontPage \fIFILENAME\fP
  1086. When this option is set, it takes an HTML file and publishes it as "/" on
  1087. the DirPort. Now relay operators can provide a disclaimer without needing
  1088. to set up a separate webserver. There's a sample disclaimer in
  1089. contrib/tor-exit-notice.html.
  1090. .LP
  1091. .TP
  1092. \fBV1AuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
  1093. When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor
  1094. generates version 1 directory and running-routers documents (for legacy
  1095. Tor clients up to 0.1.0.x).
  1096. .LP
  1097. .TP
  1098. \fBV2AuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
  1099. When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor
  1100. generates version 2 network statuses and serves descriptors, etc as
  1101. described in doc/spec/dir-spec-v2.txt (for Tor clients and servers
  1102. running 0.1.1.x and 0.1.2.x).
  1103. .LP
  1104. .TP
  1105. \fBV3AuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
  1106. When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor
  1107. generates version 3 network statuses and serves descriptors, etc as
  1108. described in doc/spec/dir-spec.txt (for Tor clients and servers
  1109. running at least 0.2.0.x).
  1110. .LP
  1111. .TP
  1112. \fBVersioningAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
  1113. When this option is set to 1, Tor adds information on
  1114. which versions of Tor are still believed safe for use to
  1115. the published directory. Each version 1 authority is
  1116. automatically a versioning authority; version 2 authorities
  1117. provide this service optionally. See \fBRecommendedVersions\fP,
  1118. \fBRecommendedClientVersions\fP, and \fBRecommendedServerVersions\fP.
  1119. .LP
  1120. .TP
  1121. \fBNamingAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
  1122. When this option is set to 1, then the server advertises that it has
  1123. opinions about nickname-to-fingerprint bindings. It will include these
  1124. opinions in its published network-status pages, by listing servers with
  1125. the flag "Named" if a correct binding between that nickname and
  1126. fingerprint has been registered with the dirserver. Naming dirservers
  1127. will refuse to accept or publish descriptors that contradict a
  1128. registered binding. See \fBapproved-routers\fP in the \fBFILES\fP
  1129. section below.
  1130. .LP
  1131. .TP
  1132. \fBHSAuthoritativeDir \fR\fB0\fR|\fB1\fR\fP
  1133. When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor also
  1134. accepts and serves hidden service descriptors. (Default: 0)
  1135. .LP
  1136. .TP
  1137. \fBHSAuthorityRecordStats \fR\fB0\fR|\fB1\fR\fP
  1138. When this option is set in addition to \fBHSAuthoritativeDir\fP, Tor
  1139. periodically (every 15 minutes) writes statistics about hidden service
  1140. usage to a file \fBhsusage\fP in its data directory. (Default: 0)
  1141. .LP
  1142. .TP
  1143. \fBHidServDirectoryV2 \fR\fB0\fR|\fB1\fR\fP
  1144. When this option is set, Tor accepts and serves v2 hidden service
  1145. descriptors. Setting DirPort is not required for this, because clients
  1146. connect via the ORPort by default. (Default: 1)
  1147. .LP
  1148. .TP
  1149. \fBBridgeAuthoritativeDir \fR\fB0\fR|\fB1\fR\fP
  1150. When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor
  1151. accepts and serves router descriptors, but it caches and serves the main
  1152. networkstatus documents rather than generating its own. (Default: 0)
  1153. .LP
  1154. .TP
  1155. \fBMinUptimeHidServDirectoryV2 \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP
  1156. Minimum uptime of a v2 hidden service directory to be accepted as such by
  1157. authoritative directories. (Default: 24 hours)
  1158. .LP
  1159. .TP
  1160. \fBDirPort \fR\fIPORT\fP
  1161. Advertise the directory service on this port.
  1162. .LP
  1163. .TP
  1164. \fBDirListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
  1165. Bind the directory service to this address. If you specify a port, bind
  1166. to this port rather than the one specified in DirPort. (Default: 0.0.0.0)
  1167. This directive can be specified multiple times to bind to multiple
  1168. addresses/ports.
  1169. .LP
  1170. .TP
  1171. \fBDirPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
  1172. Set an entrance policy for this server, to limit who can connect to the
  1173. directory ports.
  1174. The policies have the same form as exit policies above.
  1175. .SH DIRECTORY AUTHORITY SERVER OPTIONS
  1176. .PP
  1177. .LP
  1178. .TP
  1179. \fBRecommendedVersions \fR\fISTRING\fP
  1180. STRING is a comma-separated list of Tor versions currently believed
  1181. to be safe. The list is included in each directory, and nodes which
  1182. pull down the directory learn whether they need to upgrade. This
  1183. option can appear multiple times: the values from multiple lines are
  1184. spliced together.
  1185. When this is set then
  1186. \fBVersioningAuthoritativeDirectory\fP should be set too.
  1187. .LP
  1188. .TP
  1189. \fBRecommendedClientVersions \fR\fISTRING\fP
  1190. STRING is a comma-separated list of Tor versions currently believed
  1191. to be safe for clients to use. This information is included in version 2
  1192. directories. If this is not set then the value of \fBRecommendedVersions\fR
  1193. is used.
  1194. When this is set then
  1195. \fBVersioningAuthoritativeDirectory\fP should be set too.
  1196. .LP
  1197. .TP
  1198. \fBRecommendedServerVersions \fR\fISTRING\fP
  1199. STRING is a comma-separated list of Tor versions currently believed
  1200. to be safe for servers to use. This information is included in version 2
  1201. directories. If this is not set then the value of \fBRecommendedVersions\fR
  1202. is used.
  1203. When this is set then
  1204. \fBVersioningAuthoritativeDirectory\fP should be set too.
  1205. .LP
  1206. .TP
  1207. \fBDirAllowPrivateAddresses \fR\fB0\fR|\fB1\fR\fP
  1208. If set to 1, Tor will accept router descriptors with arbitrary "Address"
  1209. elements. Otherwise, if the address is not an IP address or is a private
  1210. IP address, it will reject the router descriptor. Defaults to 0.
  1211. .LP
  1212. .TP
  1213. \fBAuthDirBadDir \fR\fIAddressPattern\fR...\fP
  1214. Authoritative directories only. A set of address patterns for servers that
  1215. will be listed as bad directories in any network status document this authority
  1216. publishes, if \fBAuthDirListBadDirs\fR is set.
  1217. .LP
  1218. .TP
  1219. \fBAuthDirBadExit \fR\fIAddressPattern\fR...\fP
  1220. Authoritative directories only. A set of address patterns for servers that
  1221. will be listed as bad exits in any network status document this authority
  1222. publishes, if \fBAuthDirListBadExits\fR is set.
  1223. .LP
  1224. .TP
  1225. \fBAuthDirInvalid \fR\fIAddressPattern\fR...\fP
  1226. Authoritative directories only. A set of address patterns for servers that
  1227. will never be listed as "valid" in any network status document that this
  1228. authority publishes.
  1229. .LP
  1230. .TP
  1231. \fBAuthDirReject \fR\fIAddressPattern\fR...\fP
  1232. Authoritative directories only. A set of address patterns for servers that
  1233. will never be listed at all in any network status document that this
  1234. authority publishes, or accepted as an OR address in any descriptor submitted
  1235. for publication by this authority.
  1236. .LP
  1237. .TP
  1238. \fBAuthDirListBadDirs \fR\fB0\fR|\fB1\fR\fP
  1239. Authoritative directories only. If set to 1, this directory has
  1240. some opinion about which nodes are unsuitable as directory caches. (Do not
  1241. set this to 1 unless you plan to list non-functioning directories as bad;
  1242. otherwise, you are effectively voting in favor of every declared directory.)
  1243. .LP
  1244. .TP
  1245. \fBAuthDirListBadExits \fR\fB0\fR|\fB1\fR\fP
  1246. Authoritative directories only. If set to 1, this directory has
  1247. some opinion about which nodes are unsuitable as exit nodes. (Do not
  1248. set this to 1 unless you plan to list non-functioning exits as bad;
  1249. otherwise, you are effectively voting in favor of every declared exit
  1250. as an exit.)
  1251. .LP
  1252. .TP
  1253. \fBAuthDirRejectUnlisted \fR\fB0\fR|\fB1\fR\fP
  1254. Authoritative directories only. If set to 1, the directory server
  1255. rejects all uploaded server descriptors that aren't explicitly listed
  1256. in the fingerprints file. This acts as a "panic button" if we get
  1257. hit with a Sybil attack. (Default: 0)
  1258. .LP
  1259. .TP
  1260. \fBAuthDirMaxServersPerAddr\fR \fINUM\fP
  1261. Authoritative directories only. The maximum number of servers that we
  1262. will list as acceptable on a single IP address. Set this to "0" for
  1263. "no limit". (Default: 2)
  1264. .LP
  1265. .TP
  1266. \fBAuthDirMaxServersPerAuthAddr\fR \fINUM\fP
  1267. Authoritative directories only. Like AuthDirMaxServersPerAddr, but
  1268. applies to addresses shared with directory authorities. (Default: 5)
  1269. .LP
  1270. .TP
  1271. \fBV3AuthVotingInterval\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
  1272. V3 authoritative directories only. Configures the server's preferred
  1273. voting interval. Note that voting will \fIactually\fP happen at an
  1274. interval chosen by consensus from all the authorities' preferred
  1275. intervals. This time SHOULD divide evenly into a day. (Default: 1 hour)
  1276. .LP
  1277. .TP
  1278. \fBV3AuthVoteDelay\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
  1279. V3 authoritative directories only. Configures the server's preferred
  1280. delay between publishing its vote and assuming it has all the votes
  1281. from all the other authorities. Note that the actual time used is not
  1282. the server's preferred time, but the consensus of all preferences.
  1283. (Default: 5 minutes.)
  1284. .LP
  1285. .TP
  1286. \fBV3AuthDistDelay\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
  1287. V3 authoritative directories only. Configures the server's preferred
  1288. delay between publishing its consensus and signature and assuming it
  1289. has all the signatures from all the other authorities. Note that the
  1290. actual time used is not the server's preferred time, but the consensus
  1291. of all preferences. (Default: 5 minutes.)
  1292. .LP
  1293. .TP
  1294. \fBV3AuthNIntervalsValid\fR \fINUM\fP
  1295. V3 authoritative directories only. Configures the number of
  1296. VotingIntervals for which each consensus should be valid for.
  1297. Choosing high numbers increases network partitioning risks; choosing
  1298. low numbers increases directory traffic. Note that the actual number
  1299. of intervals used is not the server's preferred number, but the
  1300. consensus of all preferences. Must be at least 2. (Default: 3.)
  1301. .SH HIDDEN SERVICE OPTIONS
  1302. .PP
  1303. The following options are used to configure a hidden service.
  1304. .LP
  1305. .TP
  1306. \fBHiddenServiceDir \fR\fIDIRECTORY\fP
  1307. Store data files for a hidden service in DIRECTORY. Every hidden
  1308. service must have a separate directory. You may use this option multiple
  1309. times to specify multiple services.
  1310. .LP
  1311. .TP
  1312. \fBHiddenServicePort \fR\fIVIRTPORT \fR[\fITARGET\fR]\fP
  1313. Configure a virtual port VIRTPORT for a hidden service. You may use this
  1314. option multiple times; each time applies to the service using the most recent
  1315. hiddenservicedir. By default, this option maps the virtual port to the
  1316. same port on 127.0.0.1. You may override the target port, address, or both
  1317. by specifying a target of addr, port, or addr:port. You may also have
  1318. multiple lines with the same VIRTPORT: when a user connects to that VIRTPORT,
  1319. one of the TARGETs from those lines will be chosen at random.
  1320. .LP
  1321. .TP
  1322. \fBPublishHidServDescriptors \fR\fB0\fR|\fB1\fR\fP
  1323. If set to 0, Tor will run any hidden services you configure, but it won't
  1324. advertise them to the rendezvous directory. This option is only useful
  1325. if you're using a Tor controller that handles hidserv publishing for you.
  1326. (Default: 1)
  1327. .LP
  1328. .TP
  1329. \fBHiddenServiceVersion \fR\fIversion\fR,\fIversion\fR,\fI...\fP
  1330. A list of rendezvous service descriptor versions to publish for the hidden
  1331. service. Possible version numbers are 0 and 2. (Default: 0, 2)
  1332. .LP
  1333. .TP
  1334. \fBHiddenServiceAuthorizeClient \fR\fIauth-type\fR \fR\fIclient-name\fR,\fIclient-name\fR,\fI...\fP
  1335. If configured, the hidden service is accessible for authorized clients
  1336. only. The auth-type can either be 'basic' for a general-purpose
  1337. authorization protocol or 'stealth' for a less scalable protocol that also
  1338. hides service activity from unauthorized clients. Only clients that are
  1339. listed here are authorized to access the hidden service. Valid client names
  1340. are 1 to 19 characters long and only use characters in A-Za-z0-9+-_
  1341. (no spaces). If this option is set, the hidden service is not accessible
  1342. for clients without authorization any more. Generated authorization data
  1343. can be found in the hostname file. Clients need to put this authorization
  1344. data in their configuration file using \fBHidServAuth\fR.
  1345. .LP
  1346. .TP
  1347. \fBRendPostPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP
  1348. Every time the specified period elapses, Tor uploads any rendezvous
  1349. service descriptors to the directory servers. This information is also
  1350. uploaded whenever it changes. (Default: 20 minutes)
  1351. .SH TESTING NETWORK OPTIONS
  1352. .PP
  1353. The following options are used for running a testing Tor network.
  1354. .LP
  1355. .TP
  1356. \fBTestingTorNetwork \fR\fB0\fR|\fB1\fR\fP
  1357. If set to 1, Tor adjusts default values of the configuration options below,
  1358. so that it is easier to set up a testing Tor network. May only be set if
  1359. non-default set of DirServers is set. Cannot be unset while Tor is running.
  1360. (Default: 0)
  1361. .PD 0
  1362. .RS 12
  1363. .IP "ServerDNSAllowBrokenConfig 1"
  1364. .IP "DirAllowPrivateAddresses 1"
  1365. .IP "EnforceDistinctSubnets 0"
  1366. .IP "AssumeReachable 1"
  1367. .IP "AuthDirMaxServersPerAddr 0"
  1368. .IP "AuthDirMaxServersPerAuthAddr 0"
  1369. .IP "ClientDNSRejectInternalAddresses 0"
  1370. .IP "ExitPolicyRejectPrivate 0"
  1371. .IP "V3AuthVotingInterval 5 minutes"
  1372. .IP "V3AuthVoteDelay 20 seconds"
  1373. .IP "V3AuthDistDelay 20 seconds"
  1374. .IP "TestingV3AuthInitialVotingInterval 5 minutes"
  1375. .IP "TestingV3AuthInitialVoteDelay 20 seconds"
  1376. .IP "TestingV3AuthInitialDistDelay 20 seconds"
  1377. .IP "TestingAuthDirTimeToLearnReachability 0 minutes"
  1378. .IP "TestingEstimatedDescriptorPropagationTime 0 minutes"
  1379. .RE
  1380. .PD
  1381. .LP
  1382. .TP
  1383. \fBTestingV3AuthInitialVotingInterval\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
  1384. Like \fBV3AuthVotingInterval\fR, but for initial voting interval before the
  1385. first consensus has been created. Changing this requires that
  1386. \fBTestingTorNetwork\fR is set. (Default: 30 minutes)
  1387. .LP
  1388. .TP
  1389. \fBTestingV3AuthInitialVoteDelay\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
  1390. Like \fBTestingV3AuthInitialVoteDelay\fR, but for initial voting interval
  1391. before the first consensus has been created. Changing this requires that
  1392. \fBTestingTorNetwork\fR is set. (Default: 5 minutes)
  1393. .LP
  1394. .TP
  1395. \fBTestingV3AuthInitialDistDelay\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
  1396. Like \fBTestingV3AuthInitialDistDelay\fR, but for initial voting interval
  1397. before the first consensus has been created. Changing this requires that
  1398. \fBTestingTorNetwork\fR is set. (Default: 5 minutes)
  1399. .LP
  1400. .TP
  1401. \fBTestingAuthDirTimeToLearnReachability\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
  1402. After starting as an authority, do not make claims about whether routers are
  1403. Running until this much time has passed.
  1404. Changing this requires that\fBTestingTorNetwork\fR is set.
  1405. (Default: 30 minutes)
  1406. .LP
  1407. .TP
  1408. \fBTestingEstimatedDescriptorPropagationTime\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
  1409. Clients try downloading router descriptors from directory caches after this
  1410. time. Changing this requires that \fBTestingTorNetwork\fR is set.
  1411. (Default: 10 minutes)
  1412. .\" UNDOCUMENTED
  1413. .\" ignoreversion
  1414. .SH SIGNALS
  1415. Tor catches the following signals:
  1416. .LP
  1417. .TP
  1418. \fBSIGTERM\fR
  1419. Tor will catch this, clean up and sync to disk if necessary, and exit.
  1420. .LP
  1421. .TP
  1422. \fBSIGINT\fR
  1423. Tor clients behave as with SIGTERM; but Tor servers will do a controlled
  1424. slow shutdown, closing listeners and waiting 30 seconds before exiting.
  1425. (The delay can be configured with the ShutdownWaitLength config option.)
  1426. .LP
  1427. .TP
  1428. \fBSIGHUP\fR
  1429. The signal instructs Tor to reload its configuration (including closing
  1430. and reopening logs), fetch a new directory, and kill and restart its
  1431. helper processes if applicable.
  1432. .LP
  1433. .TP
  1434. \fBSIGUSR1\fR
  1435. Log statistics about current connections, past connections, and
  1436. throughput.
  1437. .LP
  1438. .TP
  1439. \fBSIGUSR2\fR
  1440. Switch all logs to loglevel debug. You can go back to the old loglevels
  1441. by sending a SIGHUP.
  1442. .LP
  1443. .TP
  1444. \fBSIGCHLD\fR
  1445. Tor receives this signal when one of its helper processes has exited,
  1446. so it can clean up.
  1447. .LP
  1448. .TP
  1449. \fBSIGPIPE\fR
  1450. Tor catches this signal and ignores it.
  1451. .LP
  1452. .TP
  1453. \fBSIGXFSZ\fR
  1454. If this signal exists on your platform, Tor catches and ignores it.
  1455. .SH FILES
  1456. .LP
  1457. .TP
  1458. .B @CONFDIR@/torrc
  1459. The configuration file, which contains "option value" pairs.
  1460. .LP
  1461. .TP
  1462. .B @LOCALSTATEDIR@/lib/tor/
  1463. The tor process stores keys and other data here.
  1464. .LP
  1465. .TP
  1466. .B \fIDataDirectory\fP/cached-status/*
  1467. The most recently downloaded network status document for each authority. Each file holds one such document; the filenames are the hexadecimal identity key fingerprints of the directory authorities.
  1468. .LP
  1469. .TP
  1470. .B \fIDataDirectory\fB/cached-descriptors\fR and \fBcached-descriptors.new\fR
  1471. These files hold downloaded router statuses. Some routers may appear more than once; if so, the most recently published descriptor is used. Lines beginning with @-signs are annotations that contain more information about a given router. The ".new" file is an append-only journal; when it gets too large, all entries are merged into a new cached-routers file.
  1472. .LP
  1473. .TP
  1474. .B \fIDataDirectory\fB/cached-routers\fR and \fBcached-routers.new\fR
  1475. Obsolete versions of cached-descriptors and cached-descriptors.new. When Tor can't find the newer files, it looks here instead.
  1476. .LP
  1477. .TP
  1478. .B \fIDataDirectory\fP/state
  1479. A set of persistent key-value mappings. These are documented in the file. These include:
  1480. .PD 0
  1481. .RS 5
  1482. .IP "- The current entry guards and their status."
  1483. .IP "- The current bandwidth accounting values (unused so far; see below)."
  1484. .IP "- When the file was last written"
  1485. .IP "- What version of Tor generated the state file"
  1486. .IP "- A short history of bandwidth usage, as produced in the router descriptors."
  1487. .RE
  1488. .PD
  1489. .LP
  1490. .TP
  1491. .B \fIDataDirectory\fP/bw_accounting
  1492. Used to track bandwidth accounting values (when the current period starts and ends; how much has been read and written so far this period). This file is obsolete, and the data is now stored in the 'state' file as well. Only used when bandwidth accounting is enabled.
  1493. .LP
  1494. .TP
  1495. .B \fIDataDirectory\fP/hsusage
  1496. Used to track hidden service usage in terms of fetch and publish
  1497. requests to this hidden service authoritative directory. Only used when
  1498. recording of statistics is enabled.
  1499. .LP
  1500. .TP
  1501. .B \fIDataDirectory\fP/control_auth_cookie
  1502. Used for cookie authentication with the controller. Location can be
  1503. overridden by the CookieAuthFile config option. Regenerated on startup.
  1504. See control-spec.txt for details. Only used when cookie authentication
  1505. is enabled.
  1506. .LP
  1507. .TP
  1508. .B \fIDataDirectory\fP/keys/*
  1509. Only used by servers. Holds identity keys and onion keys.
  1510. .LP
  1511. .TP
  1512. .B \fIDataDirectory\fP/fingerprint
  1513. Only used by servers. Holds the fingerprint of the server's identity key.
  1514. .LP
  1515. .TP
  1516. .B \fIDataDirectory\fP/approved-routers
  1517. Only for naming authoritative directory servers (see \fBNamingAuthoritativeDirectory\fP). This file lists nickname to identity bindings. Each line lists a nickname and a fingerprint separated by whitespace. See your \fBfingerprint\fP file in the \fIDataDirectory\fP for an example line. If the nickname is \fB!reject\fP then descriptors from the given identity (fingerprint) are rejected by this server. If it is \fB!invalid\fP then descriptors are accepted but marked in the directory as not valid, that is, not recommended.
  1518. .LP
  1519. .TP
  1520. .B \fIDataDirectory\fP/router-stability
  1521. Only used by authoritative directory servers. Tracks measurements for router mean-time-between-failures so that authorities have a good idea of how to set their Stable flags.
  1522. .LP
  1523. .TP
  1524. .B \fIHiddenServiceDirectory\fP/hostname
  1525. The <base32-encoded-fingerprint>.onion domain name for this hidden service.
  1526. If the hidden service is restricted to authorized clients only, this file
  1527. also contains authorization data for all clients.
  1528. .LP
  1529. .TP
  1530. .B \fIHiddenServiceDirectory\fP/private_key
  1531. The private key for this hidden service.
  1532. .LP
  1533. .TP
  1534. .B \fIHiddenServiceDirectory\fP/client_keys
  1535. Authorization data for a hidden service that is only accessible by authorized
  1536. clients.
  1537. .SH SEE ALSO
  1538. .BR privoxy (1),
  1539. .BR tsocks (1),
  1540. .BR torify (1)
  1541. .BR https://www.torproject.org/
  1542. .SH BUGS
  1543. Plenty, probably. Tor is still in development. Please report them.
  1544. .SH AUTHORS
  1545. Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.