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