tor.1.in 65 KB

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