Add guard node failure plans to proposal.
[tor/rransom.git] / doc / tor.1.in
blob0275c21dbddcd6ded9504da27901ab55fdbec3ea
1 .TH TOR 1 "February 2008" "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.
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 \fBFetchDirInfoEarly \fR\fB0\fR|\fB1\fR\fP
238 If set to 1, Tor will always fetch directory information like other
239 directory caches, even if you don't meet the normal criteria for
240 fetching early. Normal users should leave it off.
241 (Default: 0)
244 \fBFetchHidServDescriptors \fR\fB0\fR|\fB1\fR\fP
245 If set to 0, Tor will never fetch any hidden service descriptors from
246 the rendezvous directories. This option is only useful if you're using
247 a Tor controller that handles hidserv fetches for you.
248 (Default: 1)
251 \fBFetchServerDescriptors \fR\fB0\fR|\fB1\fR\fP
252 If set to 0, Tor will never fetch any network status summaries or server
253 descriptors from the directory servers. This option is only useful if
254 you're using a Tor controller that handles directory fetches for you.
255 (Default: 1)
258 \fBFetchUselessDescriptors \fR\fB0\fR|\fB1\fR\fP
259 If set to 1, Tor will fetch every non-obsolete descriptor from the
260 authorities that it hears about. Otherwise, it will avoid fetching
261 useless descriptors, for example for routers that are not running.
262 This option is useful if you're using the contributed "exitlist"
263 script to enumerate Tor nodes that exit to certain addresses.
264 (Default: 0)
267 \fBGroup \fR\fIGID\fP
268 On startup, setgid to this group.
271 \fBHttpProxy\fR \fIhost\fR[:\fIport\fR]\fP
272 Tor will make all its directory requests through this host:port
273 (or host:80 if port is not specified),
274 rather than connecting directly to any directory servers.
277 \fBHttpProxyAuthenticator\fR \fIusername:password\fP
278 If defined, Tor will use this username:password for Basic Http proxy
279 authentication, as in RFC 2617. This is currently the only form of
280 Http proxy authentication that Tor supports; feel free to submit a
281 patch if you want it to support others.
284 \fBHttpsProxy\fR \fIhost\fR[:\fIport\fR]\fP
285 Tor will make all its OR (SSL) connections through this host:port
286 (or host:443 if port is not specified), via HTTP CONNECT rather than
287 connecting directly to servers.  You may want to set \fBFascistFirewall\fR
288 to restrict the set of ports you might try to connect to, if your Https
289 proxy only allows connecting to certain ports.
292 \fBHttpsProxyAuthenticator\fR \fIusername:password\fP
293 If defined, Tor will use this username:password for Basic Https proxy
294 authentication, as in RFC 2617. This is currently the only form of
295 Https proxy authentication that Tor supports; feel free to submit a
296 patch if you want it to support others.
299 \fBKeepalivePeriod \fR\fINUM\fP
300 To keep firewalls from expiring connections, send a padding keepalive
301 cell every NUM seconds on open connections that are in use. If the
302 connection has no open circuits, it will instead be closed after NUM
303 seconds of idleness. (Default: 5 minutes)
306 \fBLog \fR\fIminSeverity\fR[-\fImaxSeverity\fR] \fBstderr\fR|\fBstdout\fR|\fBsyslog\fR\fP
307 Send all messages between \fIminSeverity\fR and \fImaxSeverity\fR to
308 the standard output stream, the standard error stream, or to the system
309 log. (The "syslog" value is only supported on Unix.)  Recognized
310 severity levels are debug, info, notice, warn, and err.  We advise using
311 "notice" in most cases, since anything more verbose may provide sensitive
312 information to an attacker who obtains the logs.  If only one
313 severity level is given, all messages of that level or higher will be
314 sent to the listed destination.
317 \fBLog \fR\fIminSeverity\fR[-\fImaxSeverity\fR] \fBfile\fR \fIFILENAME\fP
318 As above, but send log messages to the listed filename.  The "Log"
319 option may appear more than once in a configuration file.  Messages
320 are sent to all the logs that match their severity level.
323 \fBOutboundBindAddress \fR\fIIP\fP
324 Make all outbound connections originate from the IP address specified.  This
325 is only useful when you have multiple network interfaces, and you want all
326 of Tor's outgoing connections to use a single one.
329 \fBPidFile \fR\fIFILE\fP
330 On startup, write our PID to FILE. On clean shutdown, remove FILE.
333 \fBProtocolWarnings \fR\fB0\fR|\fB1\fR\fP
334 If 1, Tor will log with severity 'warn' various cases of other parties
335 not following the Tor specification. Otherwise, they are logged with
336 severity 'info'. (Default: 0)
339 \fBRunAsDaemon \fR\fB0\fR|\fB1\fR\fP
340 If 1, Tor forks and daemonizes to the background. This option has
341 no effect on Windows; instead you should use the --service command-line
342 option. (Default: 0)
345 \fBSafeLogging \fR\fB0\fR|\fB1\fP
346 If 1, Tor replaces potentially sensitive strings in the logs
347 (e.g. addresses) with the string [scrubbed]. This way logs can still be
348 useful, but they don't leave behind personally identifying information
349 about what sites a user might have visited. (Default: 1)
352 \fBUser \fR\fIUID\fP
353 On startup, setuid to this user.
356 \fBHardwareAccel \fR\fB0\fR|\fB1\fP
357 If non-zero, try to use crypto hardware acceleration when
358 available. This is untested and probably buggy. (Default: 0)
361 \fBAvoidDiskWrites \fR\fB0\fR|\fB1\fP
362 If non-zero, try to write to disk less frequently than we would otherwise.
363 This is useful when running on flash memory or other media that support only
364 a limited number of writes.  (Default: 0)
367 \fBTunnelDirConns \fR\fB0\fR|\fB1\fP
368 If non-zero, when a directory server we contact supports it, we will
369 build a one-hop circuit and make an encrypted connection via its
370 ORPort. (Default: 0)
373 \fBPreferTunneledDirConns \fR\fB0\fR|\fB1\fP
374 If non-zero, we will avoid directory servers that don't support tunneled
375 directory connections, when possible. (Default: 0)
377 .SH CLIENT OPTIONS
379 The following options are useful only for clients (that is, if \fBSocksPort\fP is non-zero):
382 \fBAllowInvalidNodes\fR \fBentry\fR|\fBexit\fR|\fBmiddle\fR|\fBintroduction\fR|\fBrendezvous\fR|...\fP
383 If some Tor servers are obviously not working right, the directory
384 authorities can manually mark them as invalid, meaning that it's not
385 recommended you use them for entry or exit positions in your circuits. You
386 can opt to use them in some circuit positions, though. The default is
387 "middle,rendezvous", and other choices are not advised.
390 \fBBridge \fR\fIIP:ORPort\fR [fingerprint]\fP
391 When set along with UseBridges, instructs Tor to use the relay at
392 "IP:ORPort" as a "bridge" relaying into the Tor network. If "fingerprint"
393 is provided (using the same format as for DirServer), we will verify that
394 the relay running at that location has the right fingerprint. We also use
395 fingerprint to look up the bridge descriptor at the bridge authority, if
396 it's provided and if UpdateBridgesFromAuthority is set too.
399 \fBCircuitBuildTimeout \fR\fINUM\fP
400 Try for at most NUM seconds when building circuits. If the circuit
401 isn't open in that time, give up on it.
402 (Default: 1 minute.)
405 \fBCircuitIdleTimeout \fR\fINUM\fP
406 If we have kept a clean (never used) circuit around for NUM seconds,
407 then close it. This way when the Tor client is entirely idle, it can
408 expire all of its circuits, and then expire its TLS connections. Also,
409 if we end up making a circuit that is not useful for exiting any of
410 the requests we're receiving, it won't forever take up a slot in the
411 circuit list.
412 (Default: 1 hour.)
415 \fBClientOnly \fR\fB0\fR|\fB1\fR\fP
416 If set to 1, Tor will under no circumstances run as a server or serve
417 directory requests. The default
418 is to run as a client unless ORPort is configured.  (Usually,
419 you don't need to set this; Tor is pretty smart at figuring out whether
420 you are reliable and high-bandwidth enough to be a useful server.)
421 (Default: 0)
424 \fBExcludeNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
425 A list of identity fingerprints or nicknames of nodes to never use when
426 building a circuit.
429 \fBEntryNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
430 A list of identity fingerprints or nicknames of preferred nodes to use for the
431 first hop in the circuit.
432 These are treated only as preferences unless StrictEntryNodes (see
433 below) is also set.
436 \fBExitNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
437 A list of identity fingerprints or nicknames of preferred nodes to use for the
438 last hop in the circuit.
439 These are treated only as preferences unless StrictExitNodes (see
440 below) is also set.
443 \fBStrictEntryNodes \fR\fB0\fR|\fB1\fR\fP
444 If 1, Tor will never use any nodes besides those listed in "EntryNodes" for
445 the first hop of a circuit.
448 \fBStrictExitNodes \fR\fB0\fR|\fB1\fR\fP
449 If 1, Tor will never use any nodes besides those listed in "ExitNodes" for
450 the last hop of a circuit.
453 \fBFascistFirewall \fR\fB0\fR|\fB1\fR\fP
454 If 1, Tor will only create outgoing connections to ORs running on ports that
455 your firewall allows (defaults to 80 and 443; see \fBFirewallPorts\fR).  This will
456 allow you to run Tor as a client behind a firewall with restrictive policies,
457 but will not allow you to run as a server behind such a firewall.
458 If you prefer more fine-grained control, use ReachableAddresses instead.
461 \fBFirewallPorts \fR\fIPORTS\fP
462 A list of ports that your firewall allows you to connect to.  Only
463 used when \fBFascistFirewall\fR is set. This option is deprecated; use
464 ReachableAddresses instead. (Default: 80, 443)
467 \fBReachableAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
468 A comma-separated list of IP addresses and ports that your firewall allows you
469 to connect to. The format is as
470 for the addresses in ExitPolicy, except that "accept" is understood
471 unless "reject" is explicitly provided.  For example, 'ReachableAddresses
472 99.0.0.0/8, reject 18.0.0.0/8:80, accept *:80' means that your
473 firewall allows connections to everything inside net 99, rejects port
474 80 connections to net 18, and accepts connections to port 80 otherwise.
475 (Default: 'accept *:*'.)
478 \fBReachableDirAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
479 Like \fBReachableAddresses\fP, a list of addresses and ports.  Tor will obey
480 these restrictions when fetching directory information, using standard HTTP
481 GET requests. If not set explicitly then the value of \fBReachableAddresses\fP
482 is used.  If \fBHttpProxy\fR is set then these connections will go through that
483 proxy.
486 \fBReachableORAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
487 Like \fBReachableAddresses\fP, a list of addresses and ports.  Tor will obey
488 these restrictions when connecting to Onion Routers, using TLS/SSL.  If not set
489 explicitly then the value of \fBReachableAddresses\fP is used. If
490 \fBHttpsProxy\fR is set then these connections will go through that proxy.
492 The separation between \fBReachableORAddresses\fP and
493 \fBReachableDirAddresses\fP is only interesting when you are connecting through
494 proxies (see \fBHttpProxy\fR and \fBHttpsProxy\fR).  Most proxies limit TLS
495 connections (which Tor uses to connect to Onion Routers) to port 443, and some
496 limit HTTP GET requests (which Tor uses for fetching directory information) to
497 port 80.
500 \fBLongLivedPorts \fR\fIPORTS\fP
501 A list of ports for services that tend to have long-running connections
502 (e.g. chat and interactive shells). Circuits for streams that use these
503 ports will contain only high-uptime nodes, to reduce the chance that a
504 node will go down before the stream is finished.
505 (Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 6697, 8300)
508 \fBMapAddress\fR \fIaddress\fR \fInewaddress\fR
509 When a request for address arrives to Tor, it will rewrite it to
510 newaddress before processing it. For example, if you always want
511 connections to www.indymedia.org to exit via \fItorserver\fR (where
512 \fItorserver\fR is the nickname of the server),
513 use "MapAddress www.indymedia.org www.indymedia.org.torserver.exit".
516 \fBNewCircuitPeriod \fR\fINUM\fP
517 Every NUM seconds consider whether to build a new circuit. (Default: 30 seconds)
520 \fBMaxCircuitDirtiness \fR\fINUM\fP
521 Feel free to reuse a circuit that was first used at most NUM seconds ago,
522 but never attach a new stream to a circuit that is too old.
523 (Default: 10 minutes)
526 \fBNodeFamily \fR\fInode\fR,\fInode\fR,\fI...\fP
527 The Tor servers, defined by their identity fingerprints or nicknames,
528 constitute a "family" of similar or co-administered
529 servers, so never use any two of them in the same circuit. Defining a
530 NodeFamily is only needed when a server doesn't list the family itself
531 (with MyFamily). This option can be used multiple times.
534 \fBEnforceDistinctSubnets \fR\fB0\fR|\fB1\fR\fP
535 If 1, Tor will not put two servers whose IP addresses are "too
536 close" on the same circuit.  Currently, two addresses are
537 "too close" if they lie in the same /16 range. (Default: 1)
539 .\" \fBPathlenCoinWeight \fR\fI0.0-1.0\fP
540 .\" Paths are 3 hops plus a geometric distribution centered around this coinweight.
541 .\" Must be >=0.0 and <1.0. (Default: 0.3) NOT USED CURRENTLY
542 .\" .TP
545 \fBRendNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
546 A list of identity fingerprints or nicknames of preferred nodes to use for the
547 rendezvous point, if possible.
550 \fBRendExcludeNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
551 A list of identity fingerprints or nicknames of nodes to never use when
552 choosing a rendezvous point.
555 \fBSocksPort \fR\fIPORT\fP
556 Advertise this port to listen for connections from Socks-speaking
557 applications.  Set this to 0 if you don't want to allow application
558 connections. (Default: 9050)
561 \fBSocksListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
562 Bind to this address to listen for connections from Socks-speaking
563 applications. (Default: 127.0.0.1) You can also specify a port
564 (e.g. 192.168.0.1:9100).
565 This directive can be specified multiple times to bind to multiple
566 addresses/ports.
569 \fBSocksPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
570 Set an entrance policy for this server, to limit who can connect to the
571 SocksPort and DNSPort ports.
572 The policies have the same form as exit policies below.
575 \fBSocksTimeout \fR\fINUM\fP
576 Let a socks connection wait NUM seconds handshaking, and NUM seconds
577 unattached waiting for an appropriate circuit, before we fail it.
578 (Default: 2 minutes.)
581 \fBTestVia \fR\fInode\fR,\fInode\fR,\fI...\fP
582 A list of identity fingerprints or nicknames of nodes to prefer for your middle
583 hop when building testing circuits. This option is mainly for debugging
584 reachability problems.
587 \fBTrackHostExits \fR\fIhost\fR,\fI.domain\fR,\fI...\fR\fP
588 For each value in the comma separated list, Tor will track recent connections
589 to hosts that match this value and attempt to
590 reuse the same exit node for each. If the value is prepended with a '.', it is
591 treated as matching an entire domain. If one of the values is just a '.', it
592 means match everything. This option is useful if you frequently connect to
593 sites that will expire all your authentication cookies (ie log you out) if
594 your IP address changes. Note that this option does have the disadvantage of
595 making it more clear that a given history is
596 associated with a single user. However, most people who would wish to observe
597 this will observe it through cookies or other protocol-specific means anyhow.
600 \fBTrackHostExitsExpire \fR\fINUM\fP
601 Since exit servers go up and down, it is desirable to expire the association
602 between host and exit server after NUM seconds. The default
603 is 1800 seconds (30 minutes).
606 \fBUpdateBridgesFromAuthority \fR\fB0\fR|\fB1\fR\fP
607 When set (along with UseBridges), Tor will try to fetch bridge descriptors
608 from the configured bridge authorities when feasible. It will fall back
609 to a direct request if the authority responds with a 404. (Default: 0)
612 \fBUseBridges \fR\fB0\fR|\fB1\fR\fP
613 When set, Tor will fetch descriptors for each bridge listed in the
614 "Bridge" config lines, and use these relays as both entry guards and
615 directory guards. (Default: 0)
618 \fBUseEntryGuards \fR\fB0\fR|\fB1\fR\fP
619 If this option is set to 1, we pick a few long-term entry servers, and
620 try to stick with them.  This is desirable because
621 constantly changing servers increases the odds that an adversary who owns
622 some servers will observe a fraction of your paths.
623 (Defaults to 1.)
626 \fBNumEntryGuards \fR\fINUM\fP
627 If UseEntryGuards is set to 1, we will try to pick a total of NUM routers
628 as long-term entries for our circuits.
629 (Defaults to 3.)
632 \fBSafeSocks \fR\fB0\fR|\fB1\fR\fP
633 When this option is enabled, Tor will reject application connections that
634 use unsafe variants of the socks protocol -- ones that only provide an
635 IP address, meaning the application is doing a DNS resolve first.
636 Specifically, these are socks4 and socks5 when not doing remote DNS.
637 (Defaults to 0.)
640 \fBTestSocks \fR\fB0\fR|\fB1\fR\fP
641 When this option is enabled, Tor will make a notice-level log entry for
642 each connection to the Socks port indicating whether the request used
643 a safe socks protocol or an unsafe one (see above entry on SafeSocks).
644 This helps to determine whether an application using Tor is possibly
645 leaking DNS requests.
646 (Default: 0)
649 \fBVirtualAddrNetwork \fR\fIAddress\fB/\fIbits\fP
650 When a controller asks for a virtual (unused) address with the
651 MAPADDRESS command, Tor picks an unassigned address from this range.
652 (Default: 127.192.0.0/10)
654 When providing proxy server service to a network of computers using a tool like
655 dns-proxy-tor,
656 change this address to "10.192.0.0/10" or "172.16.0.0/12".
657 The default \fBVirtualAddrNetwork\fP address range on a 
658 properly configured machine will route to the loopback interface. 
659 For local use, no change to the
660 default \fBVirtualAddrNetwork\fP setting is needed.
663 \fBAllowNonRFC953Hostnames \fR\fB0\fR|\fB1\fR\fP
664 When this option is disabled, Tor blocks hostnames containing illegal
665 characters (like @ and :) rather than sending them to an exit node to be
666 resolved.  This helps trap accidental attempts to resolve URLs and so on.
667 (Default: 0)
670 \fBFastFirstHopPK \fR\fB0\fR|\fB1\fR\fP
671 When this option is enabled and we aren't running as a server, Tor
672 skips the public key step for the first hop of creating circuits.  This is
673 safe since we have already used TLS to authenticate the server and to
674 establish forward-secure keys.  Turning this option off makes circuit
675 building slower.
676 (Default: 1)
679 \fBTransPort\fP \fR\fIPORT\fP
680 If non-zero, enables transparent proxy support on \fR\fIPORT\fP (by
681 convention, 9040).
682 .\" This is required to enable support for \fBdns-proxy-tor\fP.
683 .\" ControlPort must be set when using \fBTransPort\fP.
684 Requires OS support for transparent proxies, such as BSDs' pf or
685 Linux's IPTables.
686 If you're planning 
687 to use Tor as a transparent proxy for a network, you'll want to examine 
688 and change VirtualAddrNetwork from the default setting. You'll also want
689 to set the TransListenAddress option for the network you'd like to proxy.
690 (Default: 0).
693 \fBTransListenAddress\fP \fR\fIIP\fR[:\fIPORT\fR]\fP
694 Bind to this address to listen for transparent proxy connections.
695 (Default: 127.0.0.1).  
696 This is useful for exporting a transparent proxy server 
697 to an entire network.
700 \fBNATDPort\fP \fR\fIPORT\fP
701 Allow old versions of ipfw (as included in old versions of FreeBSD,
702 etc.) to send connections through Tor using the NATD protocol.
703 This option is only for people who cannot
704 use TransPort.
707 \fBNATDListenAddress\fP \fR\fIIP\fR[:\fIPORT\fR]\fP
708 Bind to this address to listen for NATD connections.
709 (Default: 127.0.0.1).
712 \fBAutomapHostsOnResolve\fP \fR\fB0\fR|\fB1\fR\fP
713 When this option is enabled, and we get a request to resolve an
714 address that ends with one of the suffixes in
715 \fBAutomapHostsSuffixes\fP, we map an unused virtual address to that
716 address, and return the new virtual address.  This is handy for making
717 .onion addresses work with applications that resolve an address and
718 then connect to it.
719 (Default: 0).
722 \fBAutomapHostsSuffixes\fP \fR\fISUFFIX\fR,\fISUFFIX\fR,...\fP
723 A comma-separated list of suffixes to use with \fBAutomapHostsOnResolve\fP.
724 The "." suffix is equivalent to "all addresses."
725 (Default: .exit,.onion).
728 \fBDNSPort\fP \fR\fIPORT\fP
729 If non-zero, Tor listens for UDP DNS requests on this port and resolves them
730 anonymously.
731 (Default: 0).
734 \fBDNSListenAddress\fP \fR\fIIP\fR[:\fIPORT\fR]\fP
735 Bind to this address to listen for DNS connections.
736 (Default: 127.0.0.1).
739 \fBClientDNSRejectInternalAddresses\fP \fR\fB0\fR|\fB1\fR\fP
740 If true, Tor does not believe any anonymously retrieved DNS answer that tells
741 it that an address resolves to an internal address (like 127.0.0.1 or
742 192.168.0.1).  This option prevents certain browser-based attacks; don't turn
743 it off unless you know what you're doing.  (Default: 1).
746 \fBDownloadExtraInfo\fP \fR\fB0\fR|\fB1\fR\fP
747 If true, Tor downloads and caches "extra-info" documents.  These
748 documents contain information about servers other than the information
749 in their regular router descriptors.  Tor does not use this information for
750 anything itself; to save bandwidth, leave this option turned off.
751 (Default: 0).
754 \fBFallbackNetworkstatusFile\fP \fIFILENAME\fP
755 If Tor doesn't have a cached networkstatus file, it starts out using
756 this one instead.  Even if this file is out of date, Tor can still use
757 it to learn about directory mirrors, so it doesn't need to put load on
758 the authorities.  (Default: None).
761 \fBWarnPlaintextPorts\fP \fR\fIport\fR,\fIport\fR,\fI...\fP
762 Tells Tor to issue a warnings whenever the user tries to make an
763 anonymous connection to one of these ports.  This option is designed
764 to alert users to services that risk sending passwords in the clear.
765 (Default: 23,109,110,143).
768 \fBRejectPlaintextPorts\fP \fR\fIport\fR,\fIport\fR,\fI...\fP
769 Like WarnPlaintextPorts, but instead of warning about risky port uses,
770 Tor will instead refuse to make the connection.
771 (Default: None).
773 .SH SERVER OPTIONS
775 The following options are useful only for servers (that is, if \fBORPort\fP is non-zero):
778 \fBAddress \fR\fIaddress\fP
779 The IP address or fqdn of this server (e.g. moria.mit.edu). You can
780 leave this unset, and Tor will guess your IP address.
783 \fBAssumeReachable \fR\fB0\fR|\fB1\fR\fP
784 This option is used when bootstrapping a new Tor network. If set to 1,
785 don't do self-reachability testing; just upload your server descriptor
786 immediately. If \fBAuthoritativeDirectory\fP is also set, this option
787 instructs the dirserver to bypass remote reachability testing too and
788 list all connected servers as running.
791 \fBBridgeRelay \fR\fB0\fR|\fB1\fR\fP
792 Sets the relay to act as a "bridge" with respect to relaying connections
793 from bridge users to the Tor network. Mainly it influences how the relay
794 will cache and serve directory information. Usually used in combination
795 with PublishServerDescriptor.
798 \fBContactInfo \fR\fIemail_address\fP
799 Administrative contact information for server. This line might get
800 picked up by spam harvesters, so you may want to obscure the fact
801 that it's an email address.
804 \fBExitPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
805 Set an exit policy for this server. Each policy is of the form
806 "\fBaccept\fP|\fBreject\fP \fIADDR\fP[\fB/\fP\fIMASK\fP]\fB[:\fP\fIPORT\fP]".
807 If \fB/\fP\fIMASK\fP is omitted then this policy just applies to the host
808 given.  Instead of giving a host or network you can also use "\fB*\fP" to
809 denote the universe (0.0.0.0/0).  \fIPORT\fP can be a single port number,
810 an interval of ports "\fIFROM_PORT\fP\fB-\fP\fITO_PORT\fP", or "\fB*\fP".
811 If \fIPORT\fP is omitted, that means "\fB*\fP".
813 For example, "accept 18.7.22.69:*,reject 18.0.0.0/8:*,accept *:*" would
814 reject any traffic destined for MIT except for web.mit.edu, and
815 accept anything else.
817 To specify all internal and link-local networks (including 0.0.0.0/8,
818 169.254.0.0/16, 127.0.0.0/8, 192.168.0.0/16, 10.0.0.0/8, and
819 172.16.0.0/12), you can use the "private" alias instead of an address.
820 These addresses are rejected by default (at the beginning of your
821 exit policy), along with your public IP address, unless you set the
822 ExitPolicyRejectPrivate config option
823 to 0. For example, once you've done that, you could allow HTTP to
824 127.0.0.1 and block all other connections to internal networks with
825 "accept 127.0.0.1:80,reject private:*", though that may also allow
826 connections to your own computer that are addressed to its public
827 (external) IP address. See RFC 1918 and RFC 3330 for more
828 details about internal and reserved IP address space.
830 This directive can be specified multiple times so you don't have to put
831 it all on one line.
833 Policies are considered first to last, and the first match wins. If
834 you want to _replace_ the default exit policy, end your exit policy with
835 either a reject *:* or an accept *:*. Otherwise, you're _augmenting_
836 (prepending to) the default exit policy. The default exit policy is:
837 .PD 0
838 .RS 12
839 .IP "reject *:25"
840 .IP "reject *:119"
841 .IP "reject *:135-139"
842 .IP "reject *:445"
843 .IP "reject *:465"
844 .IP "reject *:563"
845 .IP "reject *:587"
846 .IP "reject *:1214"
847 .IP "reject *:4661-4666"
848 .IP "reject *:6346-6429"
849 .IP "reject *:6699"
850 .IP "reject *:6881-6999"
851 .IP "accept *:*"
856 \fBExitPolicyRejectPrivate \fR\fB0\fR|\fB1\fR\fP
857 Reject all private (local) networks, along with your own public IP
858 address, at the beginning of your exit
859 policy. See above entry on ExitPolicy. (Default: 1)
862 \fBMaxOnionsPending \fR\fINUM\fP
863 If you have more than this number of onionskins queued for decrypt, reject new ones. (Default: 100)
866 \fBMyFamily \fR\fInode\fR,\fInode\fR,\fI...\fP
867 Declare that this Tor server is controlled or administered by a group
868 or organization identical or similar to that of the other servers, defined by their identity fingerprints or nicknames.
869 When two servers both declare that they are in the same 'family', Tor clients
870 will not use them in the same circuit.  (Each server only needs to list the
871 other servers in its family; it doesn't need to list itself, but it won't hurt.)
874 \fBNickname \fR\fIname\fP
875 Set the server's nickname to 'name'. Nicknames must be between 1
876 and 19 characters inclusive, and must contain only the characters
877 [a-zA-Z0-9].
880 \fBNumCPUs \fR\fInum\fP
881 How many processes to use at once for decrypting onionskins. (Default: 1)
884 \fBORPort \fR\fIPORT\fP
885 Advertise this port to listen for connections from Tor clients and servers.
888 \fBORListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
889 Bind to this IP address to listen for connections from Tor clients and
890 servers. If you specify a port, bind to this port rather than the one
891 specified in ORPort. (Default: 0.0.0.0)
892 This directive can be specified multiple times to bind to multiple
893 addresses/ports.
896 \fBPublishServerDescriptor \fR\fB0\fR|\fB1\fR|\fBv1\fR|\fBv2\fR|\fBv3\fR|\fBbridge\fR|\fBhidserv\fR, ...\fP
897 This option is only considered if you have an ORPort defined. You can
898 choose multiple arguments, separated by commas.
900 If set to 0, Tor will act as a server but it will not publish its
901 descriptor to the directory authorities. (This is useful if you're
902 testing out your server, or if you're using a Tor controller that handles
903 directory publishing for you.) Otherwise, Tor will publish its descriptor
904 to all directory authorities of the type(s) specified. The value "1" is
905 treated as a synonym for the default, which is currently "v2,v3".
908 \fBRedirectExit \fR\fIpattern target\fP
909 THIS OPTION IS DEPRECATED.  It will go away in a future version of Tor.
910 Whenever an outgoing connection tries to connect to one of a given set
911 of addresses, connect to \fItarget\fP (an \fIaddress:port\fP pair) instead.
912 The address
913 pattern is given in the same format as for an exit policy.  The
914 address translation applies after exit policies are applied.  Multiple
915 \fBRedirectExit\fP options can be used: once any one has matched
916 successfully, no subsequent rules are considered.  You can specify that no
917 redirection is to be performed on a given set of addresses by using the
918 special target string "pass", which prevents subsequent rules from being
919 considered.
922 \fBShutdownWaitLength\fR \fINUM\fP
923 When we get a SIGINT and we're a server, we begin shutting down: we close
924 listeners and start refusing new circuits. After \fBNUM\fP seconds,
925 we exit. If we get a second SIGINT, we exit immediately.  (Default:
926 30 seconds)
929 \fBAccountingMax \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
930 Never send more than the specified number of bytes in a given
931 accounting period, or receive more than that number in the period.
932 For example, with AccountingMax set to 1 GB, a server could send 900 MB
933 and receive 800 MB and continue running. It will only hibernate once one
934 of the two reaches 1 GB.
935 When the number of bytes is exhausted, Tor will hibernate until some
936 time in the next accounting period.  To prevent all servers from
937 waking at the same time, Tor will also wait until a random point in
938 each period before waking up.  If you have bandwidth cost issues,
939 enabling hibernation is preferable to setting a low bandwidth, since it
940 provides users with a collection of fast servers that are up some of
941 the time, which is more useful than a set of slow servers that are
942 always "available".
945 \fBAccountingStart \fR\fBday\fR|\fBweek\fR|\fBmonth\fR [\fIday\fR] \fIHH:MM\fR\fP
946 Specify how long accounting periods last.  If \fBmonth\fP is given,
947 each accounting period runs from the time \fIHH:MM\fR on the
948 \fIday\fRth day of one month to the same day and time of the next.
949 (The day must be between 1 and 28.)  If \fBweek\fP is given, each
950 accounting period runs from the time \fIHH:MM\fR of the \fIday\fRth
951 day of one week to the same day and time of the next week, with Monday
952 as day 1 and Sunday as day 7.  If \fBday\fR is given, each accounting
953 period runs from the time \fIHH:MM\fR each day to the same time on the
954 next day.  All times are local, and given in 24-hour time.  (Defaults to
955 "month 1 0:00".)
958 \fBServerDNSResolvConfFile \fR\fIfilename\fP
959 Overrides the default DNS configuration with the configuration in
960 \fIfilename\fP.  The file format is the same as the standard Unix
961 "\fBresolv.conf\fP" file (7).  This option, like all other
962 ServerDNS options, only affects name lookups that your server does on
963 behalf of clients.  Also, it only takes effect if Tor was built with
964 eventdns support.  (Defaults to use the system DNS configuration.)
967 \fBServerDNSSearchDomains \fR\fB0\fR|\fB1\fR\fP
968 If set to \fB1\fP, then we will search for addresses in the local search
969 domain.  For example, if this system is configured to believe it is in
970 "example.com", and a client tries to connect to "www", the client will be
971 connected to "www.example.com".
972 This option only affects name lookups that your server does on
973 behalf of clients, and only takes effect if Tor was built with
974 eventdns support.
975 (Defaults to "0".)
978 \fBServerDNSDetectHijacking \fR\fB0\fR|\fB1\fR\fP
979 When this option is set to 1, we will test periodically to determine whether
980 our local nameservers have been configured to hijack failing DNS requests
981 (usually to an advertising site).  If they are, we will attempt to correct
982 this.
983 This option only affects name lookups that your server does on
984 behalf of clients, and only takes effect if Tor was built with
985 eventdns support.
986 (Defaults to "1".)
989 \fBServerDNSTestAddresses \fR\fIaddress\fR,\fIaddress\fR,\fI...\fP
990 When we're detecting DNS hijacking, make sure that these \fIvalid\fP
991 addresses aren't getting redirected.  If they are, then our DNS is
992 completely useless, and we'll reset our exit policy to "reject *:*".
993 This option only affects name lookups that your server does on
994 behalf of clients, and only takes effect if Tor was built with
995 eventdns support.
996 (Defaults to "www.google.com, www.mit.edu, www.yahoo.com,
997 www.slashdot.org".)
1000 \fBServerDNSAllowNonRFC953Hostnames \fR\fB0\fR|\fB1\fR\fP
1001 When this option is disabled, Tor does not try to resolve hostnames
1002 containing illegal characters (like @ and :) rather than sending them to an
1003 exit node to be resolved.  This helps trap accidental attempts to resolve
1004 URLs and so on.
1005 This option only affects name lookups that your server does on
1006 behalf of clients, and only takes effect if Tor was built with
1007 eventdns support.
1008 (Default: 0)
1011 \fBBridgeRecordUsageByCountry \fR\fB0\fR|\fB1\fR\fP
1012 When this option is enabled and BridgeRelay is also enabled, and we
1013 have GeoIP data, Tor keeps a keep a per-country count of how many
1014 client addresses have contacted it so that it can help the bridge
1015 authority guess which countries have blocked access to it.
1018 \fBGeoIPFile \fR\fIfilename\fP
1019 A filename containing GeoIP data, for use with BridgeRecordUsageByCountry.
1021 .SH DIRECTORY SERVER OPTIONS
1023 The following options are useful only for directory servers (that is, if \fBDirPort\fP is non-zero):
1026 \fBAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
1027 When this option is set to 1, Tor operates as an authoritative
1028 directory server.  Instead of caching the directory, it generates its
1029 own list of good servers, signs it, and sends that to the clients.
1030 Unless the clients already have you listed as a trusted directory, you
1031 probably do not want to set this option.  Please coordinate with the other
1032 admins at tor-ops@freehaven.net if you think you should be a directory.
1035 \fBV1AuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
1036 When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor
1037 generates version 1 directory and running-routers documents (for legacy
1038 Tor clients up to 0.1.0.x).
1041 \fBV2AuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
1042 When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor
1043 generates version 2 network statuses and serves descriptors, etc as
1044 described in doc/spec/dir-spec-v2.txt (for Tor clients and servers
1045 running 0.1.1.x and 0.1.2.x).
1048 \fBV3AuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
1049 When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor
1050 generates version 3 network statuses and serves descriptors, etc as
1051 described in doc/spec/dir-spec.txt (for Tor clients and servers
1052 running at least 0.2.0.x).
1055 \fBVersioningAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
1056 When this option is set to 1, Tor adds information on
1057 which versions of Tor are still believed safe for use to
1058 the published directory.  Each version 1 authority is
1059 automatically a versioning authority; version 2 authorities
1060 provide this service optionally.  See \fBRecommendedVersions\fP,
1061 \fBRecommendedClientVersions\fP, and \fBRecommendedServerVersions\fP.
1064 \fBNamingAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
1065 When this option is set to 1, then the server advertises that it has
1066 opinions about nickname-to-fingerprint bindings.  It will include these
1067 opinions in its published network-status pages, by listing servers with
1068 the flag "Named" if a correct binding between that nickname and
1069 fingerprint has been registered with the dirserver.  Naming dirservers
1070 will refuse to accept or publish descriptors that contradict a
1071 registered binding.  See \fBapproved-routers\fP in the \fBFILES\fP
1072 section below.
1075 \fBHSAuthoritativeDir \fR\fB0\fR|\fB1\fR\fP
1076 When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor also
1077 accepts and serves hidden service descriptors. (Default: 0)
1080 \fBHSAuthorityRecordStats \fR\fB0\fR|\fB1\fR\fP
1081 When this option is set in addition to \fBHSAuthoritativeDir\fP, Tor
1082 periodically (every 15 minutes) writes statistics about hidden service
1083 usage to a file \fBhsusage\fP  in its data directory. (Default: 0)
1086 \fBHidServDirectoryV2 \fR\fB0\fR|\fB1\fR\fP
1087 When this option is set, Tor accepts and serves v2 hidden service
1088 descriptors. (Default: 0)
1091 \fBBridgeAuthoritativeDir \fR\fB0\fR|\fB1\fR\fP
1092 When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor
1093 accepts and serves router descriptors, but it caches and serves the main
1094 networkstatus documents rather than generating its own. (Default: 0)
1097 \fBMinUptimeHidServDirectoryV2 \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP
1098 Minimum uptime of a v2 hidden service directory to be accepted as such by
1099 authoritative directories. (Default: 24 hours)
1102 \fBDirPort \fR\fIPORT\fP
1103 Advertise the directory service on this port.
1106 \fBDirListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
1107 Bind the directory service to this address. If you specify a port, bind
1108 to this port rather than the one specified in DirPort. (Default: 0.0.0.0)
1109 This directive can be specified multiple times to bind to multiple
1110 addresses/ports.
1113 \fBDirPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
1114 Set an entrance policy for this server, to limit who can connect to the
1115 directory ports.
1116 The policies have the same form as exit policies above.
1118 .SH DIRECTORY AUTHORITY SERVER OPTIONS
1122 \fBRecommendedVersions \fR\fISTRING\fP
1123 STRING is a comma-separated list of Tor versions currently believed
1124 to be safe. The list is included in each directory, and nodes which
1125 pull down the directory learn whether they need to upgrade.  This
1126 option can appear multiple times: the values from multiple lines are
1127 spliced together.
1128 When this is set then
1129 \fBVersioningAuthoritativeDirectory\fP should be set too.
1132 \fBRecommendedClientVersions \fR\fISTRING\fP
1133 STRING is a comma-separated list of Tor versions currently believed
1134 to be safe for clients to use.  This information is included in version 2
1135 directories.  If this is not set then the value of \fBRecommendedVersions\fR
1136 is used.
1137 When this is set then
1138 \fBVersioningAuthoritativeDirectory\fP should be set too.
1141 \fBRecommendedServerVersions \fR\fISTRING\fP
1142 STRING is a comma-separated list of Tor versions currently believed
1143 to be safe for servers to use.  This information is included in version 2
1144 directories.  If this is not set then the value of \fBRecommendedVersions\fR
1145 is used.
1146 When this is set then
1147 \fBVersioningAuthoritativeDirectory\fP should be set too.
1150 \fBDirAllowPrivateAddresses \fR\fB0\fR|\fB1\fR\fP
1151 If set to 1, Tor will accept router descriptors with arbitrary "Address"
1152 elements. Otherwise, if the address is not an IP address or is a private
1153 IP address, it will reject the router descriptor. Defaults to 0.
1156 \fBAuthDirBadDir \fR\fIAddressPattern\fR...\fP
1157 Authoritative directories only.  A set of address patterns for servers that
1158 will be listed as bad directories in any network status document this authority
1159 publishes, if \fBAuthDirListBadDirs\fR is set.
1162 \fBAuthDirBadExit \fR\fIAddressPattern\fR...\fP
1163 Authoritative directories only.  A set of address patterns for servers that
1164 will be listed as bad exits in any network status document this authority
1165 publishes, if \fBAuthDirListBadExits\fR is set.
1168 \fBAuthDirInvalid \fR\fIAddressPattern\fR...\fP
1169 Authoritative directories only. A set of address patterns for servers that
1170 will never be listed as "valid" in any network status document that this
1171 authority publishes.
1174 \fBAuthDirReject \fR\fIAddressPattern\fR...\fP
1175 Authoritative directories only.  A set of address patterns for servers that
1176 will never be listed at all in any network status document that this
1177 authority publishes, or accepted as an OR address in any descriptor submitted
1178 for publication by this authority.
1181 \fBAuthDirListBadDirs \fR\fB0\fR|\fB1\fR\fP
1182 Authoritative directories only.  If set to 1, this directory has
1183 some opinion about which nodes are unsuitable as directory caches.  (Do not
1184 set this to 1 unless you plan to list nonfunctioning directories as bad;
1185 otherwise, you are effectively voting in favor of every declared directory.)
1188 \fBAuthDirListBadExits \fR\fB0\fR|\fB1\fR\fP
1189 Authoritative directories only.  If set to 1, this directory has
1190 some opinion about which nodes are unsuitable as exit nodes.  (Do not
1191 set this to 1 unless you plan to list nonfunctioning exits as bad;
1192 otherwise, you are effectively voting in favor of every declared exit
1193 as an exit.)
1196 \fBAuthDirRejectUnlisted \fR\fB0\fR|\fB1\fR\fP
1197 Authoritative directories only.  If set to 1, the directory server
1198 rejects all uploaded server descriptors that aren't explicitly listed
1199 in the fingerprints file. This acts as a "panic button" if we get
1200 Sybiled. (Default: 0)
1203 \fBAuthDirMaxServersPerAddr\fR \fINUM\fP
1204 Authoritative directories only.  The maximum number of servers that we
1205 will list as acceptable on a single IP address.  Set this to "0" for
1206 "no limit". (Default: 2)
1209 \fBAuthDirMaxServersPerAuthAddr\fR \fINUM\fP
1210 Authoritative directories only.  Like AuthDirMaxServersPerAddr, but
1211 applies to addresses shared with directory authorities.  (Default: 5)
1214 \fBV3AuthVotingInterval\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
1215 V3 authoritative directories only.  Configures the server's preferred
1216 voting interval.  Note that voting will \fIactually\fP happen at an
1217 interval chosen by consensus from all the authorities' preferred
1218 intervals.  This time SHOULD divide evenly into a day. (Default: 1 hour)
1221 \fBV3AuthVoteDelay\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
1222 V3 authoritative directories only.  Configures the server's preferred
1223 delay between publishing its vote and assuming it has all the votes
1224 from all the other authorities.  Note that the actual time used is not
1225 the server's preferred time, but the consensus of all preferences.
1226 (Default: 5 minutes.)
1229 \fBV3AuthDistDelay\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
1230 V3 authoritative directories only.  Configures the server's preferred
1231 delay between publishing its consensus and signature and assuming it
1232 has all the signatures from all the other authorities.  Note that the
1233 actual time used is not the server's preferred time, but the consensus
1234 of all preferences.  (Default: 5 minutes.)
1237 \fBV3AuthNIntervalsValid\fR \fINUM\fP
1238 V3 authoritative directories only.  Configures the number of
1239 VotingIntervals for which each consensus should be valid for.
1240 Choosing high numbers increases network partitioning risks; choosing
1241 low numbers increases directory traffic. Note that the actual number
1242 of intervals used is not the server's preferred number, but the
1243 consensus of all preferences.  Must be at least 2.  (Default: 3.)
1246 .SH HIDDEN SERVICE OPTIONS
1248 The following options are used to configure a hidden service.
1251 \fBHiddenServiceDir \fR\fIDIRECTORY\fP
1252 Store data files for a hidden service in DIRECTORY.  Every hidden
1253 service must have a separate directory.  You may use this option multiple
1254 times to specify multiple services.
1257 \fBHiddenServicePort \fR\fIVIRTPORT \fR[\fITARGET\fR]\fP
1258 Configure a virtual port VIRTPORT for a hidden service.  You may use this
1259 option multiple times; each time applies to the service using the most recent
1260 hiddenservicedir.  By default, this option maps the virtual port to the
1261 same port on 127.0.0.1.  You may override the target port, address, or both
1262 by specifying a target of addr, port, or addr:port.  You may also have
1263 multiple lines with the same VIRTPORT: when a user connects to that VIRTPORT,
1264 one of the TARGETs from those lines will be chosen at random.
1267 \fBHiddenServiceNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
1268 If possible, use the specified nodes, defined by their identity fingerprints or
1269 nicknames, as introduction points for the hidden service. If this is left
1270 unset, Tor will be smart and pick some reasonable ones; most people can leave
1271 this unset.
1274 \fBHiddenServiceExcludeNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
1275 Do not use the specified nodes, defined by their identity fingerprints or
1276 nicknames, as introduction points for the hidden service. In normal use there
1277 is no reason to set this.
1280 \fBPublishHidServDescriptors \fR\fB0\fR|\fB1\fR\fP
1281 If set to 0, Tor will run any hidden services you configure, but it won't
1282 advertise them to the rendezvous directory. This option is only useful
1283 if you're using a Tor controller that handles hidserv publishing for you.
1284 (Default: 1)
1287 \fBHiddenServiceVersion \fR\fIversion\fR,\fIversion\fR,\fI...\fP
1288 A list of rendezvous service descriptor versions to publish for the hidden
1289 service. Possible version numbers are 0 and 2. (Default: 0, 2)
1292 \fBRendPostPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP
1293 Every time the specified period elapses, Tor uploads any rendezvous
1294 service descriptors to the directory servers.  This information is also
1295 uploaded whenever it changes.  (Default: 20 minutes)
1297 .SH TESTING NETWORK OPTIONS
1299 The following options are used for running a testing Tor network.
1302 \fBTestingTorNetwork \fR\fB0\fR|\fB1\fR\fP
1303 If set to 1, Tor adjusts default values of the configuration options below,
1304 so that it is easier to set up a testing Tor network. May only be set if
1305 non-default set of DirServers is set. Cannot be unset while Tor is running.
1306 (Default: 0)
1308 .PD 0
1309 .RS 12
1310 .IP "ServerDNSAllowBrokenResolvConf 1"
1311 .IP "DirAllowPrivateAddresses 1"
1312 .IP "EnforceDistinctSubnets 0"
1313 .IP "AssumeReachable 1"
1314 .IP "AuthDirMaxServersPerAddr 0"
1315 .IP "AuthDirMaxServersPerAuthAddr 0"
1316 .IP "ClientDNSRejectInternalAddresses 0"
1317 .IP "ExitPolicyRejectPrivate 0"
1318 .IP "V3AuthVotingInterval 5 minutes"
1319 .IP "V3AuthVoteDelay 20 seconds"
1320 .IP "V3AuthDistDelay 20 seconds"
1321 .IP "TestingV3AuthInitialVotingInterval 5 minutes"
1322 .IP "TestingV3AuthInitialVoteDelay 20 seconds"
1323 .IP "TestingV3AuthInitialDistDelay 20 seconds"
1324 .IP "TestingAuthDirTimeToLearnReachability 0 minutes"
1325 .IP "TestingEstimatedDescriptorPropagationTime 0 minutes"
1330 \fBTestingV3AuthInitialVotingInterval\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
1331 Like \fBV3AuthVotingInterval\fR, but for initial voting interval before the
1332 first consensus has been created. Changing this requires that
1333 \fBTestingTorNetwork\fR is set. (Default: 30 minutes)
1336 \fBTestingV3AuthInitialVoteDelay\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
1337 Like \fBTestingV3AuthInitialVoteDelay\fR, but for initial voting interval
1338 before the first consensus has been created. Changing this requires that
1339 \fBTestingTorNetwork\fR is set. (Default: 5 minutes)
1342 \fBTestingV3AuthInitialDistDelay\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
1343 Like \fBTestingV3AuthInitialDistDelay\fR, but for initial voting interval
1344 before the first consensus has been created. Changing this requires that
1345 \fBTestingTorNetwork\fR is set. (Default: 5 minutes)
1348 \fBTestingAuthDirTimeToLearnReachability\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
1349 After starting as an authority, do not make claims about whether routers are
1350 Running until this much time has passed.
1351 Changing this requires that\fBTestingTorNetwork\fR is set.
1352 (Default: 30 minutes)
1355 \fBTestingEstimatedDescriptorPropagationTime\fR \fR\fIN\fR \fBminutes\fR|\fBhours\fP
1356 Clients try downloading router descriptors from directory caches after this
1357 time. Changing this requires that \fBTestingTorNetwork\fR is set.
1358 (Default: 10 minutes)
1360 .\" UNDOCUMENTED
1361 .\" ignoreversion
1363 .SH SIGNALS
1364 Tor catches the following signals:
1367 \fBSIGTERM\fR
1368 Tor will catch this, clean up and sync to disk if necessary, and exit.
1371 \fBSIGINT\fR
1372 Tor clients behave as with SIGTERM; but Tor servers will do a controlled
1373 slow shutdown, closing listeners and waiting 30 seconds before exiting.
1374 (The delay can be configured with the ShutdownWaitLength config option.)
1377 \fBSIGHUP\fR
1378 The signal instructs Tor to reload its configuration (including closing
1379 and reopening logs), fetch a new directory, and kill and restart its
1380 helper processes if applicable.
1383 \fBSIGUSR1\fR
1384 Log statistics about current connections, past connections, and
1385 throughput.
1388 \fBSIGUSR2\fR
1389 Switch all logs to loglevel debug. You can go back to the old loglevels
1390 by sending a SIGHUP.
1393 \fBSIGCHLD\fR
1394 Tor receives this signal when one of its helper processes has exited,
1395 so it can clean up.
1398 \fBSIGPIPE\fR
1399 Tor catches this signal and ignores it.
1402 \fBSIGXFSZ\fR
1403 If this signal exists on your platform, Tor catches and ignores it.
1405 .SH FILES
1408 .B @CONFDIR@/torrc
1409 The configuration file, which contains "option value" pairs.
1412 .B @LOCALSTATEDIR@/lib/tor/
1413 The tor process stores keys and other data here.
1416 .B \fIDataDirectory\fP/cached-status/*
1417 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.
1420 .B \fIDataDirectory\fB/cached-descriptors\fR and \fBcached-descriptors.new\fR
1421 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.
1424 .B \fIDataDirectory\fB/cached-routers\fR and \fBcached-routers.new\fR
1425 Obsolete versions of cached-descriptors and cached-descriptors.new.  When Tor can't find the newer files, it looks here instead.
1428 .B \fIDataDirectory\fP/state
1429 A set of persistent key-value mappings.  These are documented in the file.  These include:
1430 .PD 0
1431 .RS 5
1432 .IP "- The current entry guards and their status."
1433 .IP "- The current bandwidth accounting values (unused so far; see below)."
1434 .IP "- When the file was last written"
1435 .IP "- What version of Tor generated the state file"
1436 .IP "- A short history of bandwidth usage, as produced in the router descriptors."
1441 .B \fIDataDirectory\fP/bw_accounting
1442 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.
1445 .B \fIDataDirectory\fP/hsusage
1446 Used to track hidden service usage in terms of fetch and publish
1447 requests to this hidden service authoritative directory. Only used when
1448 recording of statistics is enabled.
1451 .B \fIDataDirectory\fP/control_auth_cookie
1452 Used for cookie authentication with the controller. Location can be
1453 overridden by the CookieAuthFile config option. Regenerated on startup.
1454 See control-spec.txt for details.  Only used when cookie authentication
1455 is enabled.
1458 .B \fIDataDirectory\fP/keys/*
1459 Only used by servers.  Holds identity keys and onion keys.
1462 .B \fIDataDirectory\fP/fingerprint
1463 Only used by servers.  Holds the fingerprint of the server's identity key.
1466 .B \fIDataDirectory\fP/approved-routers
1467 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.
1470 .B \fIDataDirectory\fP/router-stability
1471 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.
1474 .B \fIHiddenServiceDirectory\fP/hostname 
1475 The <base32-encoded-fingerprint>.onion domain name for this hidden service.
1478 .B \fIHiddenServiceDirectory\fP/private_key 
1479 The private key for this hidden service.
1480 .SH SEE ALSO
1481 .BR privoxy (1),
1482 .BR tsocks (1),
1483 .BR torify (1)
1485 .BR https://www.torproject.org/
1487 .SH BUGS
1488 Plenty, probably. Tor is still in development. Please report them.
1489 .SH AUTHORS
1490 Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.