tor.1.in 53 KB

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