tor.1.in 48 KB

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