ready or not, 0.2.0.9-alpha comes out today. let's be ready.
[tor.git] / doc / tor.1.in
blobd98d59c587b7b3cb0c9477d0e87dad6a69532c8a
1 .TH TOR 1 "January 2006" "TOR"
2 .SH NAME
3 tor \- The second-generation onion router
4 .SH SYNOPSIS
5 .B tor
6 [\fIOPTION value\fR]...
7 .SH DESCRIPTION
8 .I tor
9 is a connection-oriented anonymizing communication
10 service. Users choose a source-routed path through a set of nodes, and
11 negotiate a "virtual circuit" through the network, in which each node
12 knows its predecessor and successor, but no others. Traffic flowing down
13 the circuit is unwrapped by a symmetric key at each node, which reveals
14 the downstream node.
15 .PP
16 Basically \fItor\fR provides a distributed network of servers ("onion
17 routers"). Users bounce their TCP streams -- web traffic, ftp, ssh, etc --
18 around the routers, and recipients, observers, and even the routers
19 themselves have difficulty tracking the source of the stream.
20 .SH OPTIONS
21 \fB-h, -help\fP
22 Display a short help message and exit.
23 .LP
24 .TP
25 \fB-f \fR\fIFILE\fP
26 FILE contains further "option value" pairs. (Default: @CONFDIR@/torrc)
27 .LP
28 .TP
29 \fB--hash-password\fP
30 Generates a hashed password for control port access.
31 .LP
32 .TP
33 \fB--list-fingerprint\fP
34 Generate your keys and output your nickname and fingerprint.
35 .LP
36 .TP
37 \fB--verify-config\fP
38 Verify the configuration file is valid.
39 .LP
40 .TP
41 \fB--nt-service\fP
42 \fB--service [install|remove|start|stop]\fP
43 Manage the Tor Windows NT/2000/XP service.  Current instructions can 
44 be found at http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#WinNTService
45 .LP
46 .TP
47 \fB--list-torrc-options\fP
48 List all valid options.
49 .LP
50 .TP
51 \fB--version\fP
52 Display Tor version.
53 .LP
54 .TP
55 Other options can be specified either on the command-line (\fI--option
56 value\fR), or in the configuration file (\fIoption value\fR).
57 Options are case-insensitive.
58 .LP
59 .TP
60 \fBBandwidthRate \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
61 A token bucket limits the average incoming bandwidth usage on this node
62 to the specified number of bytes per second, and the average outgoing
63 bandwidth usage to that same value. (Default: 3 MB)
64 .LP
65 .TP
66 \fBBandwidthBurst \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
67 Limit the maximum token bucket size (also known as the burst) to the
68 given number of bytes in each direction. (Default: 6 MB)
69 .LP
70 .TP
71 \fBMaxAdvertisedBandwidth \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
72 If set, we will not advertise more than this amount of bandwidth for our
73 BandwidthRate. Server operators who want to reduce the number of clients
74 who ask to build circuits through them (since this is proportional to
75 advertised bandwidth rate) can thus reduce the CPU demands on their
76 server without impacting network performance.
77 .LP
78 .TP
79 \fBRelayBandwidthRate \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
80 If defined, a separate token bucket limits the average incoming bandwidth
81 usage for _relayed traffic_ on this node to the specified number of
82 bytes per second, and the average outgoing bandwidth usage to that same
83 value. Relayed traffic is currently defined as answers to directory
84 requests, but that may change. (Default: 0)
85 .LP
86 .TP
87 \fBRelayBandwidthBurst \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
88 Limit the maximum token bucket size (also known as the burst) for
89 _relayed traffic_ to the
90 given number of bytes in each direction. (Default: 0)
91 .LP
92 .TP
93 \fBConnLimit \fR\fINUM\fP
94 The minimum number of file descriptors that must be available to
95 the Tor process before it will start. Tor will ask the OS for as
96 many file descriptors as the OS will allow (you can find this
97 by "ulimit -H -n"). If this number is less than ConnLimit, then
98 Tor will refuse to start.
100 You probably don't need to adjust this. It has no effect on
101 Windows since that platform lacks getrlimit(). (Default: 1000)
104 \fBConstrainedSockets \fR\fB0\fR|\fB1\fR\fP
105 If set, Tor will tell the kernel to attempt to shrink the buffers for all
106 sockets to the size specified in \fBConstrainedSockSize\fP.  This is useful
107 for virtual servers and other environments where system level TCP
108 buffers may be limited.  If you're on a virtual server, and you
109 encounter the "Error creating network
110 socket: No buffer space available" message, you are likely experiencing
111 this problem.
113 The preferred solution is to have the admin increase the buffer pool for
114 the host itself via /proc/sys/net/ipv4/tcp_mem or equivalent facility; this
115 configuration option is a second-resort.
117 The DirPort option should also not be used if TCP buffers are scarce.  The
118 cached directory requests consume additional sockets which exacerbates the
119 problem.
121 You should \fBnot\fP enable this feature unless you encounter the "no buffer
122 space available" issue.  Reducing the TCP buffers affects window size for
123 for the TCP stream and will reduce throughput in proportion to round trip
124 time on long paths.  (Default: 0.)
127 \fBConstrainedSockSize \fR\fIN\fR \fBbytes\fR|\fBKB\fP
128 When \fBConstrainedSockets\fP is enabled the receive and transmit buffers for
129 all sockets will be set to this limit.  Must be a value between 2048
130 and 262144, in 1024 byte increments.  Default of 8192 is recommended.
133 \fBControlPort \fR\fIPort\fP
134 If set, Tor will accept connections on this port and allow those
135 connections to control the Tor process using the Tor Control Protocol
136 (described in control-spec.txt).  Note: unless you also specify one of
137 \fBHashedControlPassword\fP or \fBCookieAuthentication\fP, setting
138 this option will cause Tor to allow any process on the local host to
139 control it. This option is required for many Tor controllers; most use
140 the value of 9051.
143 \fBControlListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
144 Bind the controller listener to this address. If you specify a port,
145 bind to this port rather than the one specified in ControlPort. We
146 strongly recommend that you leave this alone unless you know what you're
147 doing, since giving attackers access to your control listener is really
148 dangerous. (Default: 127.0.0.1)
149 This directive can be specified multiple times to bind to multiple
150 addresses/ports.
153 \fBControlSocket \fR\fIPath\fP
154 Like ControlPort, but listens on a Unix domain socket, rather than a TCP
155 socket.  (Unix and Unix-like systems only.)
158 \fBHashedControlPassword \fR\fIhashed_password\fP
159 Don't allow any connections on the control port except when the other process
160 knows the password whose one-way hash is \fIhashed_password\fP.  You can
161 compute the hash of a password by running "tor --hash-password
162 \fIpassword\fP".
165 \fBCookieAuthentication \fR\fB0\fR|\fB1\fP
166 If this option is set to 1, don't allow any connections on the control port
167 except when the connecting process knows the contents of a file named
168 "control_auth_cookie", which Tor will create in its data directory.  This
169 authentication method should only be used on systems with good filesystem
170 security. (Default: 0)
173 \fBCookieAuthFile \fR\fIPath\fP
174 If set, this option overrides the default location and file name for Tor's
175 cookie file.  (See CookieAuthentication above.)
178 \fBCookieAuthFileGroupReadable \fR\fB0\fR|\fB1\fR|\fIGroupName\fP
179 If this option is set to 0, don't allow the filesystem group to read
180 the cookie file.  If the option is set to 1, make the cookie file
181 readable by the default GID.  [Making the file readable by other
182 groups is not yet implemented; let us know if you need this for some
183 reason.]  (Default: 0).
186 \fBDataDirectory \fR\fIDIR\fP
187 Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor)
190 \fBDirServer \fR[\fInickname\fR] [\fBflags\fR] \fIaddress\fR\fB:\fIport fingerprint\fP
191 Use a nonstandard authoritative directory server at the provided
192 address and port, with the specified key fingerprint.  This option can
193 be repeated many times, for multiple authoritative directory
194 servers.  Flags are separated by spaces, and determine what kind of an
195 authority this directory is.  By default, every authority is authoritative
196 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
197 authority for old-style (v1) directories as well.  (Only directory mirrors
198 care about this.)  Tor will use this server as an authority for hidden
199 service information if the "hs" flag is set, or if the "v1" flag is set and
200 the "no-hs" flag is \fBnot\fP set.  Tor will use this authority as a bridge
201 authoritative directory if the "bridge" flag is set.  Lastly, if a flag
202 "orport=\fBport\fR" is given, Tor will use the given port when opening
203 encrypted tunnels to the dirserver.
205 If no \fBdirserver\fP line is given, Tor will use the default
206 directory servers.  NOTE: this option is intended
207 for setting up a private Tor network with its own directory authorities.  If
208 you use it, you will be distinguishable from other users, because you won't
209 believe the same authorities they do.
212 \fBFetchHidServDescriptors \fR\fB0\fR|\fB1\fR\fP
213 If set to 0, Tor will never fetch any hidden service descriptors from
214 the rendezvous directories. This option is only useful if you're using
215 a Tor controller that handles hidserv fetches for you.
216 (Default: 1)
219 \fBFetchServerDescriptors \fR\fB0\fR|\fB1\fR\fP
220 If set to 0, Tor will never fetch any network status summaries or server
221 descriptors from the directory servers. This option is only useful if
222 you're using a Tor controller that handles directory fetches for you.
223 (Default: 1)
226 \fBFetchUselessDescriptors \fR\fB0\fR|\fB1\fR\fP
227 If set to 1, Tor will fetch every non-obsolete descriptor from the
228 authorities that it hears about. Otherwise, it will avoid fetching
229 useless descriptors, for example for routers that are not running.
230 This option is useful if you're using the contributed "exitlist"
231 script to enumerate Tor nodes that exit to certain addresses.
232 (Default: 0)
235 \fBGroup \fR\fIGID\fP
236 On startup, setgid to this group.
239 \fBHttpProxy\fR \fIhost\fR[:\fIport\fR]\fP
240 Tor will make all its directory requests through this host:port
241 (or host:80 if port is not specified),
242 rather than connecting directly to any directory servers.
245 \fBHttpProxyAuthenticator\fR \fIusername:password\fP
246 If defined, Tor will use this username:password for Basic Http proxy
247 authentication, as in RFC 2617. This is currently the only form of
248 Http proxy authentication that Tor supports; feel free to submit a
249 patch if you want it to support others.
252 \fBHttpsProxy\fR \fIhost\fR[:\fIport\fR]\fP
253 Tor will make all its OR (SSL) connections through this host:port
254 (or host:443 if port is not specified), via HTTP CONNECT rather than
255 connecting directly to servers.  You may want to set \fBFascistFirewall\fR
256 to restrict the set of ports you might try to connect to, if your Https
257 proxy only allows connecting to certain ports.
260 \fBHttpsProxyAuthenticator\fR \fIusername:password\fP
261 If defined, Tor will use this username:password for Basic Https proxy
262 authentication, as in RFC 2617. This is currently the only form of
263 Https proxy authentication that Tor supports; feel free to submit a
264 patch if you want it to support others.
267 \fBKeepalivePeriod \fR\fINUM\fP
268 To keep firewalls from expiring connections, send a padding keepalive
269 cell every NUM seconds on open connections that are in use. If the
270 connection has no open circuits, it will instead be closed after NUM
271 seconds of idleness. (Default: 5 minutes)
274 \fBLog \fR\fIminSeverity\fR[-\fImaxSeverity\fR] \fBstderr\fR|\fBstdout\fR|\fBsyslog\fR\fP
275 Send all messages between \fIminSeverity\fR and \fImaxSeverity\fR to
276 the standard output stream, the standard error stream, or to the system
277 log. (The "syslog" value is only supported on Unix.)  Recognized
278 severity levels are debug, info, notice, warn, and err.  We advise using
279 "notice" in most cases, since anything more verbose may provide sensitive
280 information to an attacker who obtains the logs.  If only one
281 severity level is given, all messages of that level or higher will be
282 sent to the listed destination.
285 \fBLog \fR\fIminSeverity\fR[-\fImaxSeverity\fR] \fBfile\fR \fIFILENAME\fP
286 As above, but send log messages to the listed filename.  The "Log"
287 option may appear more than once in a configuration file.  Messages
288 are sent to all the logs that match their severity level.
291 \fBOutboundBindAddress \fR\fIIP\fP
292 Make all outbound connections originate from the IP address specified.  This
293 is only useful when you have multiple network interfaces, and you want all
294 of Tor's outgoing connections to use a single one.
297 \fBPidFile \fR\fIFILE\fP
298 On startup, write our PID to FILE. On clean shutdown, remove FILE.
301 \fBProtocolWarnings \fR\fB0\fR|\fB1\fR\fP
302 If 1, Tor will log with severity 'warn' various cases of other parties
303 not following the Tor specification. Otherwise, they are logged with
304 severity 'info'. (Default: 0)
307 \fBRunAsDaemon \fR\fB0\fR|\fB1\fR\fP
308 If 1, Tor forks and daemonizes to the background. This option has
309 no effect on Windows; instead you should use the --service command-line
310 option. (Default: 0)
313 \fBSafeLogging \fR\fB0\fR|\fB1\fP
314 If 1, Tor replaces potentially sensitive strings in the logs
315 (e.g. addresses) with the string [scrubbed]. This way logs can still be
316 useful, but they don't leave behind personally identifying information
317 about what sites a user might have visited. (Default: 1)
320 \fBUser \fR\fIUID\fP
321 On startup, setuid to this user.
324 \fBHardwareAccel \fR\fB0\fR|\fB1\fP
325 If non-zero, try to use crypto hardware acceleration when
326 available. This is untested and probably buggy. (Default: 0)
329 \fBAvoidDiskWrites \fR\fB0\fR|\fB1\fP
330 If non-zero, try to write to disk less frequently than we would otherwise.
331 This is useful when running on flash memory or other media that support only
332 a limited number of writes.  (Default: 0)
335 \fBTunnelDirConns \fR\fB0\fR|\fB1\fP
336 If non-zero, when a directory server we contact supports it, we will
337 build a one-hop circuit and make an encrypted connection via its
338 ORPort. (Default: 0)
341 \fBPreferTunneledDirConns \fR\fB0\fR|\fB1\fP
342 If non-zero, we will avoid directory servers that don't support tunneled
343 directory connections, when possible. (Default: 0)
345 .SH CLIENT OPTIONS
347 The following options are useful only for clients (that is, if \fBSocksPort\fP is non-zero):
350 \fBAllowInvalidNodes\fR \fBentry\fR|\fBexit\fR|\fBmiddle\fR|\fBintroduction\fR|\fBrendezvous\fR|...\fP
351 If some Tor servers are obviously not working right, the directory
352 authorities can manually mark them as invalid, meaning that it's not
353 recommended you use them for entry or exit positions in your circuits. You
354 can opt to use them in some circuit positions, though. The default is
355 "middle,rendezvous", and other choices are not advised.
358 \fBCircuitBuildTimeout \fR\fINUM\fP
359 Try for at most NUM seconds when building circuits. If the circuit
360 isn't open in that time, give up on it.
361 (Default: 1 minute.)
364 \fBCircuitIdleTimeout \fR\fINUM\fP
365 If we have kept a clean (never used) circuit around for NUM seconds,
366 then close it. This way when the Tor client is entirely idle, it can
367 expire all of its circuits, and then expire its TLS connections. Also,
368 if we end up making a circuit that is not useful for exiting any of
369 the requests we're receiving, it won't forever take up a slot in the
370 circuit list.
371 (Default: 1 hour.)
374 \fBClientOnly \fR\fB0\fR|\fB1\fR\fP
375 If set to 1, Tor will under no circumstances run as a server. The default
376 is to run as a client unless ORPort is configured.  (Usually,
377 you don't need to set this; Tor is pretty smart at figuring out whether
378 you are reliable and high-bandwidth enough to be a useful server.)
379 (Default: 0)
382 \fBExcludeNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
383 A list of identity fingerprints or nicknames of nodes to never use when
384 building a circuit.
387 \fBEntryNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
388 A list of identity fingerprints or nicknames of preferred nodes to use for the
389 first hop in the circuit.
390 These are treated only as preferences unless StrictEntryNodes (see
391 below) is also set.
394 \fBExitNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
395 A list of identity fingerprints or nicknames of preferred nodes to use for the
396 last hop in the circuit.
397 These are treated only as preferences unless StrictExitNodes (see
398 below) is also set.
401 \fBStrictEntryNodes \fR\fB0\fR|\fB1\fR\fP
402 If 1, Tor will never use any nodes besides those listed in "EntryNodes" for
403 the first hop of a circuit.
406 \fBStrictExitNodes \fR\fB0\fR|\fB1\fR\fP
407 If 1, Tor will never use any nodes besides those listed in "ExitNodes" for
408 the last hop of a circuit.
411 \fBFascistFirewall \fR\fB0\fR|\fB1\fR\fP
412 If 1, Tor will only create outgoing connections to ORs running on ports that
413 your firewall allows (defaults to 80 and 443; see \fBFirewallPorts\fR).  This will
414 allow you to run Tor as a client behind a firewall with restrictive policies,
415 but will not allow you to run as a server behind such a firewall.
416 If you prefer more fine-grained control, use ReachableAddresses instead.
419 \fBFirewallPorts \fR\fIPORTS\fP
420 A list of ports that your firewall allows you to connect to.  Only
421 used when \fBFascistFirewall\fR is set. This option is deprecated; use
422 ReachableAddresses instead. (Default: 80, 443)
425 \fBReachableAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
426 A comma-separated list of IP addresses and ports that your firewall allows you
427 to connect to. The format is as
428 for the addresses in ExitPolicy, except that "accept" is understood
429 unless "reject" is explicitly provided.  For example, 'ReachableAddresses
430 99.0.0.0/8, reject 18.0.0.0/8:80, accept *:80' means that your
431 firewall allows connections to everything inside net 99, rejects port
432 80 connections to net 18, and accepts connections to port 80 otherwise.
433 (Default: 'accept *:*'.)
436 \fBReachableDirAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
437 Like \fBReachableAddresses\fP, a list of addresses and ports.  Tor will obey
438 these restrictions when fetching directory information, using standard HTTP
439 GET requests. If not set explicitly then the value of \fBReachableAddresses\fP
440 is used.  If \fBHttpProxy\fR is set then these connections will go through that
441 proxy.
444 \fBReachableORAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
445 Like \fBReachableAddresses\fP, a list of addresses and ports.  Tor will obey
446 these restrictions when connecting to Onion Routers, using TLS/SSL.  If not set
447 explicitly then the value of \fBReachableAddresses\fP is used. If
448 \fBHttpsProxy\fR is set then these connections will go through that proxy.
450 The separation between \fBReachableORAddresses\fP and
451 \fBReachableDirAddresses\fP is only interesting when you are connecting through
452 proxies (see \fBHttpProxy\fR and \fBHttpsProxy\fR).  Most proxies limit TLS
453 connections (which Tor uses to connect to Onion Routers) to port 443, and some
454 limit HTTP GET requests (which Tor uses for fetching directory information) to
455 port 80.
458 \fBLongLivedPorts \fR\fIPORTS\fP
459 A list of ports for services that tend to have long-running connections
460 (e.g. chat and interactive shells). Circuits for streams that use these
461 ports will contain only high-uptime nodes, to reduce the chance that a
462 node will go down before the stream is finished.
463 (Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 6697, 8300)
466 \fBMapAddress\fR \fIaddress\fR \fInewaddress\fR
467 When a request for address arrives to Tor, it will rewrite it to
468 newaddress before processing it. For example, if you always want
469 connections to www.indymedia.org to exit via \fItorserver\fR (where
470 \fItorserver\fR is the nickname of the server),
471 use "MapAddress www.indymedia.org www.indymedia.org.torserver.exit".
474 \fBNewCircuitPeriod \fR\fINUM\fP
475 Every NUM seconds consider whether to build a new circuit. (Default: 30 seconds)
478 \fBMaxCircuitDirtiness \fR\fINUM\fP
479 Feel free to reuse a circuit that was first used at most NUM seconds ago,
480 but never attach a new stream to a circuit that is too old.
481 (Default: 10 minutes)
484 \fBNodeFamily \fR\fInode\fR,\fInode\fR,\fI...\fP
485 The Tor servers, defined by their identity fingerprints or nicknames,
486 constitute a "family" of similar or co-administered
487 servers, so never use any two of them in the same circuit. Defining a
488 NodeFamily is only needed when a server doesn't list the family itself
489 (with MyFamily). This option can be used multiple times.
492 \fBEnforceDistinctSubnets \fR\fB0\fR|\fB1\fR\fP
493 If 1, Tor will not put two servers whose IP addresses are "too
494 close" on the same circuit.  Currently, two addresses are
495 "too close" if they lie in the same /16 range. (Default: 1)
497 .\" \fBPathlenCoinWeight \fR\fI0.0-1.0\fP
498 .\" Paths are 3 hops plus a geometric distribution centered around this coinweight.
499 .\" Must be >=0.0 and <1.0. (Default: 0.3) NOT USED CURRENTLY
500 .\" .TP
503 \fBRendNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
504 A list of identity fingerprints or nicknames of preferred nodes to use for the
505 rendezvous point, if possible.
508 \fBRendExcludeNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
509 A list of identity fingerprints or nicknames of nodes to never use when
510 choosing a rendezvous point.
513 \fBSocksPort \fR\fIPORT\fP
514 Advertise this port to listen for connections from Socks-speaking
515 applications.  Set this to 0 if you don't want to allow application
516 connections. (Default: 9050)
519 \fBSocksListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
520 Bind to this address to listen for connections from Socks-speaking
521 applications. (Default: 127.0.0.1) You can also specify a port
522 (e.g. 192.168.0.1:9100).
523 This directive can be specified multiple times to bind to multiple
524 addresses/ports.
527 \fBSocksPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
528 Set an entrance policy for this server, to limit who can connect to the
529 SocksPort and DNSPort ports.
530 The policies have the same form as exit policies below.
533 \fBSocksTimeout \fR\fINUM\fP
534 Let a socks connection wait NUM seconds handshaking, and NUM seconds
535 unattached waiting for an appropriate circuit, before we fail it.
536 (Default: 2 minutes.)
539 \fBTestVia \fR\fInode\fR,\fInode\fR,\fI...\fP
540 A list of identity fingerprints or nicknames of nodes to prefer for your middle
541 hop when building testing circuits. This option is mainly for debugging
542 reachability problems.
545 \fBTrackHostExits \fR\fIhost\fR,\fI.domain\fR,\fI...\fR\fP
546 For each value in the comma separated list, Tor will track recent connections
547 to hosts that match this value and attempt to
548 reuse the same exit node for each. If the value is prepended with a '.', it is
549 treated as matching an entire domain. If one of the values is just a '.', it
550 means match everything. This option is useful if you frequently connect to
551 sites that will expire all your authentication cookies (ie log you out) if
552 your IP address changes. Note that this option does have the disadvantage of
553 making it more clear that a given history is
554 associated with a single user. However, most people who would wish to observe
555 this will observe it through cookies or other protocol-specific means anyhow.
558 \fBTrackHostExitsExpire \fR\fINUM\fP
559 Since exit servers go up and down, it is desirable to expire the association
560 between host and exit server after NUM seconds. The default
561 is 1800 seconds (30 minutes).
564 \fBUseEntryGuards \fR\fB0\fR|\fB1\fR\fP
565 If this option is set to 1, we pick a few long-term entry servers, and
566 try to stick with them.  This is desirable because
567 constantly changing servers increases the odds that an adversary who owns
568 some servers will observe a fraction of your paths.
569 (Defaults to 1.)
572 \fBNumEntryGuards \fR\fINUM\fP
573 If UseEntryGuards is set to 1, we will try to pick a total of NUM routers
574 as long-term entries for our circuits.
575 (Defaults to 3.)
578 \fBSafeSocks \fR\fB0\fR|\fB1\fR\fP
579 When this option is enabled, Tor will reject application connections that
580 use unsafe variants of the socks protocol -- ones that only provide an
581 IP address, meaning the application is doing a DNS resolve first.
582 Specifically, these are socks4 and socks5 when not doing remote DNS.
583 (Defaults to 0.)
586 \fBTestSocks \fR\fB0\fR|\fB1\fR\fP
587 When this option is enabled, Tor will make a notice-level log entry for
588 each connection to the Socks port indicating whether the request used
589 a safe socks protocol or an unsafe one (see above entry on SafeSocks).
590 This helps to determine whether an application using Tor is possibly
591 leaking DNS requests.
592 (Default: 0)
595 \fBVirtualAddrNetwork \fR\fIAddress\fB/\fIbits\fP
596 When a controller asks for a virtual (unused) address with the
597 MAPADDRESS command, Tor picks an unassigned address from this range.
598 (Default: 127.192.0.0/10)
600 When providing proxy server service to a network of computers using a tool like
601 dns-proxy-tor,
602 change this address to "10.192.0.0/10" or "172.16.0.0/12".
603 The default \fBVirtualAddrNetwork\fP address range on a 
604 properly configured machine will route to the loopback interface. 
605 For local use, no change to the
606 default \fBVirtualAddrNetwork\fP setting is needed.
609 \fBAllowNonRFC953Hostnames \fR\fB0\fR|\fB1\fR\fP
610 When this option is disabled, Tor blocks hostnames containing illegal
611 characters (like @ and :) rather than sending them to an exit node to be
612 resolved.  This helps trap accidental attempts to resolve URLs and so on.
613 (Default: 0)
616 \fBFastFirstHopPK \fR\fB0\fR|\fB1\fR\fP
617 When this option is enabled and we aren't running as a server, Tor
618 skips the public key step for the first hop of creating circuits.  This is
619 safe since we have already used TLS to authenticate the server and to
620 establish forward-secure keys.  Turning this option off makes circuit
621 building slower.
622 (Default: 1)
625 \fBTransPort\fP \fR\fIPORT\fP
626 If non-zero, enables transparent proxy support on \fR\fIPORT\fP (by
627 convention, 9040).
628 .\" This is required to enable support for \fBdns-proxy-tor\fP.
629 .\" ControlPort must be set when using \fBTransPort\fP.
630 Requires OS support for transparent proxies, such as BSDs' pf or
631 Linux's IPTables.
632 If you're planning 
633 to use Tor as a transparent proxy for a network, you'll want to examine 
634 and change VirtualAddrNetwork from the default setting. You'll also want
635 to set the TransListenAddress option for the network you'd like to proxy.
636 (Default: 0).
639 \fBTransListenAddress\fP \fR\fIIP\fR[:\fIPORT\fR]\fP
640 Bind to this address to listen for transparent proxy connections.
641 (Default: 127.0.0.1).  
642 This is useful for exporting a transparent proxy server 
643 to an entire network.
646 \fBNATDPort\fP \fR\fIPORT\fP
647 Allow old versions of ipfw (as included in old versions of FreeBSD,
648 etc.) to send connections through Tor using the NATD protocol.
649 This option is only for people who cannot
650 use TransPort.
653 \fBNATDListenAddress\fP \fR\fIIP\fR[:\fIPORT\fR]\fP
654 Bind to this address to listen for NATD connections.
655 (Default: 127.0.0.1).
658 \fBAutomapHostsOnResolve\fP \fR\fB0\fR|\fB1\fR\fP
659 When this option is enabled, and we get a request to resolve an
660 address that ends with one of the suffixes in
661 \fBAutomapHostsSuffixes\fP, we map an unused virtual address to that
662 address, and return the new virtual address.  This is handy for making
663 .onion addresses work with applications that resolve an address and
664 then connect to it.
665 (Default: 0).
668 \fBAutomapHostsSuffixes\fP \fR\fISUFFIX\fR,\fISUFFIX\fR,...\fP
669 A comma-separated list of suffixes to use with \fBAutomapHostsOnResolve\fP.
670 The "." suffix is equivalent to "all addresses."
671 (Default: .exit,.onion).
674 \fBDNSPort\fP \fR\fIPORT\fP
675 If non-zero, Tor listens for UDP DNS requests on this port and resolves them
676 anonymously.
677 (Default: 0).
680 \fBDNSListenAddress\fP \fR\fIIP\fR[:\fIPORT\fR]\fP
681 Bind to this address to listen for DNS connections.
682 (Default: 127.0.0.1).
685 \fBClientDNSRejectInternalAddresses\fP \fR\fB0\fR|\fB1\fR\fP
686 If true, Tor does not believe any anonymously retrieved DNS answer that tells
687 it that an address resolves to an internal address (like 127.0.0.1 or
688 192.168.0.1).  This option prevents certain browser-based attacks; don't turn
689 it off unless you know what you're doing.  (Default: 1).
692 \fBDownloadExtraInfo\fP \fR\fB0\fR|\fB1\fR\fP
693 If true, Tor downloads and caches "extra-info" documents.  These
694 documents contain information about servers other than the information
695 in their regular router descriptors.  Tor does not use this information for
696 anything itself; to save bandwidth, leave this option turned off.
697 (Default: 0).
701 .SH SERVER OPTIONS
703 The following options are useful only for servers (that is, if \fBORPort\fP is non-zero):
706 \fBAddress \fR\fIaddress\fP
707 The IP or fqdn of this server (e.g. moria.mit.edu). You can leave this
708 unset, and Tor will guess your IP.
711 \fBAssumeReachable \fR\fB0\fR|\fB1\fR\fP
712 This option is used when bootstrapping a new Tor network. If set to 1,
713 don't do self-reachability testing; just upload your server descriptor
714 immediately. If \fBAuthoritativeDirectory\fP is also set, this option
715 instructs the dirserver to bypass remote reachability testing too and
716 list all connected servers as running.
719 \fBContactInfo \fR\fIemail_address\fP
720 Administrative contact information for server. This line might get
721 picked up by spam harvesters, so you may want to obscure the fact
722 that it's an email address.
725 \fBExitPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
726 Set an exit policy for this server. Each policy is of the form
727 "\fBaccept\fP|\fBreject\fP \fIADDR\fP[\fB/\fP\fIMASK\fP]\fB[:\fP\fIPORT\fP]".
728 If \fB/\fP\fIMASK\fP is omitted then this policy just applies to the host
729 given.  Instead of giving a host or network you can also use "\fB*\fP" to
730 denote the universe (0.0.0.0/0).  \fIPORT\fP can be a single port number,
731 an interval of ports "\fIFROM_PORT\fP\fB-\fP\fITO_PORT\fP", or "\fB*\fP".
732 If \fIPORT\fP is omitted, that means "\fB*\fP".
734 For example, "accept 18.7.22.69:*,reject 18.0.0.0/8:*,accept *:*" would
735 reject any traffic destined for MIT except for web.mit.edu, and
736 accept anything else.
738 To specify all internal and link-local networks (including 0.0.0.0/8,
739 169.254.0.0/16, 127.0.0.0/8, 192.168.0.0/16, 10.0.0.0/8, and
740 172.16.0.0/12), you can use the "private" alias instead of an address.
741 These addresses are rejected by default (at the beginning of your
742 exit policy) unless you set the ExitPolicyRejectPrivate config option
743 to 0. For example, once you've done that, you could allow HTTP to
744 127.0.0.1 and block all other connections to internal networks with
745 "accept
746 127.0.0.1:80,reject private:*".  See RFC 1918 and RFC 3330 for more
747 details about internal and reserved IP address space.
749 This directive can be specified multiple times so you don't have to put
750 it all on one line.
752 Policies are considered first to last, and the first match wins. If
753 you want to _replace_ the default exit policy, end your exit policy with
754 either a reject *:* or an accept *:*. Otherwise, you're _augmenting_
755 (prepending to) the default exit policy. The default exit policy is:
756 .PD 0
757 .RS 12
758 .IP "reject *:25"
759 .IP "reject *:119"
760 .IP "reject *:135-139"
761 .IP "reject *:445"
762 .IP "reject *:465"
763 .IP "reject *:563"
764 .IP "reject *:587"
765 .IP "reject *:1214"
766 .IP "reject *:4661-4666"
767 .IP "reject *:6346-6429"
768 .IP "reject *:6699"
769 .IP "reject *:6881-6999"
770 .IP "accept *:*"
775 \fBExitPolicyRejectPrivate \fR\fB0\fR|\fB1\fR\fP
776 Reject all private (local) networks at the beginning of your exit
777 policy. See above entry on ExitPolicy. (Default: 1)
780 \fBMaxOnionsPending \fR\fINUM\fP
781 If you have more than this number of onionskins queued for decrypt, reject new ones. (Default: 100)
784 \fBMyFamily \fR\fInode\fR,\fInode\fR,\fI...\fP
785 Declare that this Tor server is controlled or administered by a group
786 or organization identical or similar to that of the other servers, defined by their identity fingerprints or nicknames.
787 When two servers both declare that they are in the same 'family', Tor clients
788 will not use them in the same circuit.  (Each server only needs to list the
789 other servers in its family; it doesn't need to list itself, but it won't hurt.)
792 \fBNickname \fR\fIname\fP
793 Set the server's nickname to 'name'. Nicknames must be between 1
794 and 19 characters inclusive, and must contain only the characters
795 [a-zA-Z0-9].
798 \fBNumCPUs \fR\fInum\fP
799 How many processes to use at once for decrypting onionskins. (Default: 1)
802 \fBORPort \fR\fIPORT\fP
803 Advertise this port to listen for connections from Tor clients and servers.
806 \fBORListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
807 Bind to this IP address to listen for connections from Tor clients and
808 servers. If you specify a port, bind to this port rather than the one
809 specified in ORPort. (Default: 0.0.0.0)
810 This directive can be specified multiple times to bind to multiple
811 addresses/ports.
814 \fBPublishServerDescriptor \fR\fB0\fR|\fB1\fR|\fBv1\fR|\fBv2\fR|\fBv3\fR|\fBbridge\fR|\fBhidserv\fR, ...\fP
815 This option is only considered if you have an ORPort defined. You can
816 choose multiple arguments, separated by commas.
818 If set to 0, Tor will act as a server but it will not publish its
819 descriptor to the directory authorities. (This is useful if you're
820 testing out your server, or if you're using a Tor controller that handles
821 directory publishing for you.) Otherwise, Tor will publish its descriptor
822 to all directory authorities of the type(s) specified. The value "1" is
823 treated as a synonym for the default, which is currently "v1,v2".
826 \fBRedirectExit \fR\fIpattern target\fP
827 THIS OPTION IS DEPRECATED.  It will go away in a future version of Tor.
828 Whenever an outgoing connection tries to connect to one of a given set
829 of addresses, connect to \fItarget\fP (an \fIaddress:port\fP pair) instead.
830 The address
831 pattern is given in the same format as for an exit policy.  The
832 address translation applies after exit policies are applied.  Multiple
833 \fBRedirectExit\fP options can be used: once any one has matched
834 successfully, no subsequent rules are considered.  You can specify that no
835 redirection is to be performed on a given set of addresses by using the
836 special target string "pass", which prevents subsequent rules from being
837 considered.
840 \fBShutdownWaitLength\fR \fINUM\fP
841 When we get a SIGINT and we're a server, we begin shutting down: we close
842 listeners and start refusing new circuits. After \fBNUM\fP seconds,
843 we exit. If we get a second SIGINT, we exit immediately.  (Default:
844 30 seconds)
847 \fBAccountingMax \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
848 Never send more than the specified number of bytes in a given
849 accounting period, or receive more than that number in the period.
850 For example, with AccountingMax set to 1 GB, a server could send 900 MB
851 and receive 800 MB and continue running. It will only hibernate once one
852 of the two reaches 1 GB.
853 When the number of bytes is exhausted, Tor will hibernate until some
854 time in the next accounting period.  To prevent all servers from
855 waking at the same time, Tor will also wait until a random point in
856 each period before waking up.  If you have bandwidth cost issues,
857 enabling hibernation is preferable to setting a low bandwidth, since it
858 provides users with a collection of fast servers that are up some of
859 the time, which is more useful than a set of slow servers that are
860 always "available".
863 \fBAccountingStart \fR\fBday\fR|\fBweek\fR|\fBmonth\fR [\fIday\fR] \fIHH:MM\fR\fP
864 Specify how long accounting periods last.  If \fBmonth\fP is given,
865 each accounting period runs from the time \fIHH:MM\fR on the
866 \fIday\fRth day of one month to the same day and time of the next.
867 (The day must be between 1 and 28.)  If \fBweek\fP is given, each
868 accounting period runs from the time \fIHH:MM\fR of the \fIday\fRth
869 day of one week to the same day and time of the next week, with Monday
870 as day 1 and Sunday as day 7.  If \fBday\fR is given, each accounting
871 period runs from the time \fIHH:MM\fR each day to the same time on the
872 next day.  All times are local, and given in 24-hour time.  (Defaults to
873 "month 1 0:00".)
876 \fBServerDNSResolvConfFile \fR\fIfilename\fP
877 Overrides the default DNS configuration with the configuration in
878 \fIfilename\fP.  The file format is the same as the standard Unix
879 "\fBresolv.conf\fP" file (7).  This option, like all other
880 ServerDNS options, only affects name lookups that your server does on
881 behalf of clients.  Also, it only takes effect if Tor was built with
882 eventdns support.  (Defaults to use the system DNS configuration.)
885 \fBServerDNSSearchDomains \fR\fB0\fR|\fB1\fR\fP
886 If set to \fB1\fP, then we will search for addresses in the local search
887 domain.  For example, if this system is configured to believe it is in
888 "example.com", and a client tries to connect to "www", the client will be
889 connected to "www.example.com".
890 This option only affects name lookups that your server does on
891 behalf of clients, and only takes effect if Tor was built with
892 eventdns support.
893 (Defaults to "0".)
896 \fBServerDNSDetectHijacking \fR\fB0\fR|\fB1\fR\fP
897 When this option is set to 1, we will test periodically to determine whether
898 our local nameservers have been configured to hijack failing DNS requests
899 (usually to an advertising site).  If they are, we will attempt to correct
900 this.
901 This option only affects name lookups that your server does on
902 behalf of clients, and only takes effect if Tor was built with
903 eventdns support.
904 (Defaults to "1".)
907 \fBServerDNSTestAddresses \fR\fIaddress\fR,\fIaddress\fR,\fI...\fP
908 When we're detecting DNS hijacking, make sure that these \fIvalid\fP
909 addresses aren't getting redirected.  If they are, then our DNS is
910 completely useless, and we'll reset our exit policy to "reject *:*".
911 This option only affects name lookups that your server does on
912 behalf of clients, and only takes effect if Tor was built with
913 eventdns support.
914 (Defaults to "www.google.com, www.mit.edu, www.yahoo.com,
915 www.slashdot.org".)
918 \fBServerDNSAllowNonRFC953Hostnames \fR\fB0\fR|\fB1\fR\fP
919 When this option is disabled, Tor does not try to resolve hostnames
920 containing illegal characters (like @ and :) rather than sending them to an
921 exit node to be resolved.  This helps trap accidental attempts to resolve
922 URLs and so on.
923 This option only affects name lookups that your server does on
924 behalf of clients, and only takes effect if Tor was built with
925 eventdns support.
926 (Default: 0)
928 .SH DIRECTORY SERVER OPTIONS
930 The following options are useful only for directory servers (that is, if \fBDirPort\fP is non-zero):
933 \fBAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
934 When this option is set to 1, Tor operates as an authoritative
935 directory server.  Instead of caching the directory, it generates its
936 own list of good servers, signs it, and sends that to the clients.
937 Unless the clients already have you listed as a trusted directory, you
938 probably do not want to set this option.  Please coordinate with the other
939 admins at tor-ops@freehaven.net if you think you should be a directory.
942 \fBV1AuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
943 When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor
944 generates version 1 directory and running-routers documents (for legacy
945 Tor clients up to 0.1.0.x).
948 \fBV2AuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
949 When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor
950 generates version 2 network statuses and serves descriptors, etc as
951 described in doc/spec/dir-spec.txt.
954 \fBVersioningAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
955 When this option is set to 1, Tor adds information on
956 which versions of Tor are still believed safe for use to
957 the published directory.  Each version 1 authority is
958 automatically a versioning authority; version 2 authorities
959 provide this service optionally.  See \fBRecommendedVersions\fP,
960 \fBRecommendedClientVersions\fP, and \fBRecommendedServerVersions\fP.
963 \fBNamingAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
964 When this option is set to 1, then the server advertises that it has
965 opinions about nickname-to-fingerprint bindings.  It will include these
966 opinions in its published network-status pages, by listing servers with
967 the flag "Named" if a correct binding between that nickname and
968 fingerprint has been registered with the dirserver.  Naming dirservers
969 will refuse to accept or publish descriptors that contradict a
970 registered binding.  See \fBapproved-routers\fP in the \fBFILES\fP
971 section below.
974 \fBHSAuthoritativeDir \fR\fB0\fR|\fB1\fR\fP
975 When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor also
976 accepts and serves hidden service descriptors. (Default: 0)
979 \fBHSAuthorityRecordStats \fR\fB0\fR|\fB1\fR\fP
980 When this option is set in addition to \fBHSAuthoritativeDir\fP, Tor
981 periodically (every 15 minutes) writes statistics about hidden service
982 usage to a file \fBhsusage\fP  in its data directory. (Default: 0)
985 \fBDirPort \fR\fIPORT\fP
986 Advertise the directory service on this port.
989 \fBDirListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
990 Bind the directory service to this address. If you specify a port, bind
991 to this port rather than the one specified in DirPort. (Default: 0.0.0.0)
992 This directive can be specified multiple times to bind to multiple
993 addresses/ports.
996 \fBDirPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
997 Set an entrance policy for this server, to limit who can connect to the
998 directory ports.
999 The policies have the same form as exit policies above.
1002 \fBRecommendedVersions \fR\fISTRING\fP
1003 STRING is a comma-separated list of Tor versions currently believed
1004 to be safe. The list is included in each directory, and nodes which
1005 pull down the directory learn whether they need to upgrade.  This
1006 option can appear multiple times: the values from multiple lines are
1007 spliced together.
1008 When this is set then
1009 \fBVersioningAuthoritativeDirectory\fP should be set too.
1012 \fBRecommendedClientVersions \fR\fISTRING\fP
1013 STRING is a comma-separated list of Tor versions currently believed
1014 to be safe for clients to use.  This information is included in version 2
1015 directories.  If this is not set then the value of \fBRecommendedVersions\fR
1016 is used.
1017 When this is set then
1018 \fBVersioningAuthoritativeDirectory\fP should be set too.
1021 \fBRecommendedServerVersions \fR\fISTRING\fP
1022 STRING is a comma-separated list of Tor versions currently believed
1023 to be safe for servers to use.  This information is included in version 2
1024 directories.  If this is not set then the value of \fBRecommendedVersions\fR
1025 is used.
1026 When this is set then
1027 \fBVersioningAuthoritativeDirectory\fP should be set too.
1030 \fBDirAllowPrivateAddresses \fR\fB0\fR|\fB1\fR\fP
1031 If set to 1, Tor will accept router descriptors with arbitrary "Address"
1032 elements. Otherwise, if the address is not an IP or is a private IP,
1033 it will reject the router descriptor. Defaults to 0.
1036 \fBAuthDirBadExit \fR\fIAddressPattern\fR...\fP
1037 Authoritative directories only.  A set of address patterns for servers that
1038 will be listed as bad exits in any network status document this authority
1039 publishes, if \fBAuthDirListBadExits\fR is set.
1042 \fBAuthDirInvalid \fR\fIAddressPattern\fR...\fP
1043 Authoritative directories only. A set of address patterns for servers that
1044 will never be listed as "valid" in any network status document that this
1045 authority publishes.
1048 \fBAuthDirReject \fR\fIAddressPattern\fR...\fP
1049 Authoritative directories only.  A set of address patterns for servers that
1050 will never be listed at all in any network status document that this
1051 authority publishes, or accepted as an OR address in any descriptor submitted
1052 for publication by this authority.
1055 \fBAuthDirListBadExits \fR\fB0\fR|\fB1\fR\fP
1056 Authoritative directories only.  If set to 1, this directory has
1057 some opinion about which nodes are unsuitable as exit nodes.  (Do not
1058 set this to 1 unless you plan to list nonfunctioning exits as bad;
1059 otherwise, you are effectively voting in favor of every declared exit
1060 as an exit.)
1063 \fBAuthDirRejectUnlisted \fR\fB0\fR|\fB1\fR\fP
1064 Authoritative directories only.  If set to 1, the directory server
1065 rejects all uploaded server descriptors that aren't explicitly listed
1066 in the fingerprints file. This acts as a "panic button" if we get
1067 Sybiled. (Default: 0)
1069 .SH HIDDEN SERVICE OPTIONS
1071 The following options are used to configure a hidden service.
1074 \fBHiddenServiceDir \fR\fIDIRECTORY\fP
1075 Store data files for a hidden service in DIRECTORY.  Every hidden
1076 service must have a separate directory.  You may use this option multiple
1077 times to specify multiple services.
1080 \fBHiddenServicePort \fR\fIVIRTPORT \fR[\fITARGET\fR]\fP
1081 Configure a virtual port VIRTPORT for a hidden service.  You may use this
1082 option multiple times; each time applies to the service using the most recent
1083 hiddenservicedir.  By default, this option maps the virtual port to the
1084 same port on 127.0.0.1.  You may override the target port, address, or both
1085 by specifying a target of addr, port, or addr:port.  You may also have
1086 multiple lines with the same VIRTPORT: when a user connects to that VIRTPORT,
1087 one of the TARGETs from those lines will be chosen at random.
1090 \fBHiddenServiceNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
1091 If possible, use the specified nodes, defined by their identity fingerprints or
1092 nicknames, as introduction points for the hidden service. If this is left
1093 unset, Tor will be smart and pick some reasonable ones; most people can leave
1094 this unset.
1097 \fBHiddenServiceExcludeNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
1098 Do not use the specified nodes, defined by their identity fingerprints or
1099 nicknames, as introduction points for the hidden service. In normal use there
1100 is no reason to set this.
1103 \fBPublishHidServDescriptors \fR\fB0\fR|\fB1\fR\fP
1104 If set to 0, Tor will run any hidden services you configure, but it won't
1105 advertise them to the rendezvous directory. This option is only useful
1106 if you're using a Tor controller that handles hidserv publishing for you.
1107 (Default: 1)
1110 \fBRendPostPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP
1111 Every time the specified period elapses, Tor uploads any rendezvous
1112 service descriptors to the directory servers.  This information is also
1113 uploaded whenever it changes.  (Default: 20 minutes)
1115 .\" UNDOCUMENTED
1116 .\" ignoreversion
1118 .SH SIGNALS
1119 Tor catches the following signals:
1122 \fBSIGTERM\fR
1123 Tor will catch this, clean up and sync to disk if necessary, and exit.
1126 \fBSIGINT\fR
1127 Tor clients behave as with SIGTERM; but Tor servers will do a controlled
1128 slow shutdown, closing listeners and waiting 30 seconds before exiting.
1129 (The delay can be configured with the ShutdownWaitLength config option.)
1132 \fBSIGHUP\fR
1133 The signal instructs Tor to reload its configuration (including closing
1134 and reopening logs), fetch a new directory, and kill and restart its
1135 helper processes if applicable.
1138 \fBSIGUSR1\fR
1139 Log statistics about current connections, past connections, and
1140 throughput.
1143 \fBSIGUSR2\fR
1144 Switch all logs to loglevel debug. You can go back to the old loglevels
1145 by sending a SIGHUP.
1148 \fBSIGCHLD\fR
1149 Tor receives this signal when one of its helper processes has exited,
1150 so it can clean up.
1153 \fBSIGPIPE\fR
1154 Tor catches this signal and ignores it.
1157 \fBSIGXFSZ\fR
1158 If this signal exists on your platform, Tor catches and ignores it.
1160 .SH FILES
1163 .B @CONFDIR@/torrc
1164 The configuration file, which contains "option value" pairs.
1167 .B @LOCALSTATEDIR@/lib/tor/
1168 The tor process stores keys and other data here.
1171 .B \fIDataDirectory\fP/cached-status/*
1172 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.
1175 .B \fIDataDirectory\fB/cached-descriptors\fR and \fBcached-descriptors.new\fR
1176 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.
1179 .B \fIDataDirectory\fB/cached-routers\fR and \fBcached-routers.new\fR
1180 Obsolete versions of cached-descriptors and cached-descriptors.new.  When Tor can't find the newer files, it looks here instead.
1183 .B \fIDataDirectory\fP/state
1184 A set of persistent key-value mappings.  These are documented in the file.  These include:
1185 .PD 0
1186 .RS 5
1187 .IP "- The current entry guards and their status."
1188 .IP "- The current bandwidth accounting values (unused so far; see below)."
1189 .IP "- When the file was last written"
1190 .IP "- What version of Tor generated the state file"
1191 .IP "- A short history of bandwidth usage, as produced in the router descriptors."
1196 .B \fIDataDirectory\fP/bw_accounting
1197 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.
1200 .B \fIDataDirectory\fP/hsusage
1201 Used to track hidden service usage in terms of fetch and publish
1202 requests to this hidden service authoritative directory. Only used when
1203 recording of statistics is enabled.
1206 .B \fIDataDirectory\fP/control_auth_cookie
1207 Used for cookie authentication with the controller. Location can be
1208 overridden by the CookieAuthFile config option. Regenerated on startup.
1209 See control-spec.txt for details.  Only used when cookie authentication
1210 is enabled.
1213 .B \fIDataDirectory\fP/keys/*
1214 Only used by servers.  Holds identity keys and onion keys.
1217 .B \fIDataDirectory\fP/fingerprint
1218 Only used by servers.  Holds the fingerprint of the server's identity key.
1221 .B \fIDataDirectory\fP/approved-routers
1222 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.
1225 .B \fIDataDirectory\fP/router-stability
1226 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.
1229 .B \fIHiddenServiceDirectory\fP/hostname 
1230 The <base32-encoded-fingerprint>.onion domain name for this hidden service.
1233 .B \fIHiddenServiceDirectory\fP/private_key 
1234 The private key for this hidden service.
1235 .SH SEE ALSO
1236 .BR privoxy (1),
1237 .BR tsocks (1),
1238 .BR torify (1)
1240 .BR http://tor.eff.org/
1242 .SH BUGS
1243 Plenty, probably. Tor is still in development. Please report them.
1244 .SH AUTHORS
1245 Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.