tor.1.in 67 KB

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