tor.1.in 53 KB

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