tor.1.in 52 KB

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