Fix an assert error introduced in 0.1.2.5-alpha: if a single TLS
[tor.git] / doc / tor.1.in
blob21fd64be8afadc33db41e2481dcfbf4a85e42e02
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 Other options can be specified either on the command-line (\fI--option
30 value\fR), or in the configuration file (\fIoption value\fR).
31 Options are case-insensitive.
32 .LP
33 .TP
34 \fBBandwidthRate \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
35 A token bucket limits the average incoming bandwidth on this node to
36 the specified number of bytes per second. (Default: 3 MB)
37 .LP
38 .TP
39 \fBBandwidthBurst \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
40 Limit the maximum token bucket size (also known as the burst) to the
41 given number of bytes. (Default: 6 MB)
42 .LP
43 .TP
44 \fBMaxAdvertisedBandwidth \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
45 If set, we will not advertise more than this amount of bandwidth for our
46 BandwidthRate. Server operators who want to reduce the number of clients
47 who ask to build circuits through them (since this is proportional to
48 advertised bandwidth rate) can thus reduce the CPU demands on their
49 server without impacting network performance.
50 .LP
51 .TP
52 \fBConnLimit \fR\fINUM\fP
53 The minimum number of file descriptors that must be available to
54 the Tor process before it will start. Tor will ask the OS for as
55 many file descriptors as the OS will allow (you can find this
56 by "ulimit -H -n"). If this number is less than ConnLimit, then
57 Tor will refuse to start.
59 You probably don't need to adjust this. It has no effect on
60 Windows since that platform lacks getrlimit(). (Default: 1000)
61 .LP
62 .TP
63 \fBControlPort \fR\fIPort\fP
64 If set, Tor will accept connections on
65 this port, and allow those connections to control the Tor process using the
66 Tor Control Protocol (described in control-spec.txt).  Note: unless you also
67 specify one of \fBHashedControlPassword\fP or \fBCookieAuthentication\fP,
68 setting this option will cause Tor to allow any process on the local host to
69 control it.
70 .LP
71 .TP
72 \fBControlListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
73 Bind the controller listener to this address. If you specify a port,
74 bind to this port rather than the one specified in ControlPort. We
75 strongly recommend that you leave this alone unless you know what you're
76 doing, since giving attackers access to your control listener is really
77 dangerous. (Default: 127.0.0.1)
78 This directive can be specified multiple times to bind to multiple
79 addresses/ports.
80 .LP
81 .TP
82 \fBHashedControlPassword \fR\fIhashed_password\fP
83 Don't allow any connections on the control port except when the other process
84 knows the password whose one-way hash is \fIhashed_password\fP.  You can
85 compute the hash of a password by running "tor --hash-password
86 \fIpassword\fP".
87 .LP
88 .TP
89 \fBCookieAuthentication \fR\fB0\fR|\fB1\fP
90 If this option is set to 1, don't allow any connections on the control port
91 except when the connecting process knows the contents of a file named
92 "control_auth_cookie", which Tor will create in its data directory.  This
93 authentication methods should only be used on systems with good filesystem
94 security. (Default: 0)
95 .LP
96 .TP
97 \fBDataDirectory \fR\fIDIR\fP
98 Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor)
99 .LP
101 \fBDirServer \fR[\fInickname\fR] [\fBflags\fR] \fIaddress\fR\fB:\fIport fingerprint\fP
102 Use a nonstandard authoritative directory server at the provided
103 address and port, with the specified key fingerprint.  This option can
104 be repeated many times, for multiple authoritative directory
105 servers.  Flags are separated by spaces, and determine what kind of an
106 authority this directory is.  By default, every authority is authoritative
107 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
108 authority for old-style (v1) directories as well.  (Only directory mirrors
109 care about this.)  Tor will use this server as an authority for hidden
110 service information if the "hs" flag is set, or if the "v1" flag is set and
111 the "no-hs" flag is \fBnot\fP set.  If a flag "orport=\fBport\fR" is given,
112 Tor will use the given port when opening encrypted tunnels to the
113 dirserver.
114 If no \fBdirserver\fP line is given, Tor will use the default
115 directory servers.  NOTE: this option is intended
116 for setting up a private Tor network with its own directory authorities.  If
117 you use it, you will be distinguishable from other users, because you won't
118 believe the same authorities they do.
121 \fBFetchHidServDescriptors \fR\fB0\fR|\fB1\fR\fP
122 If set to 0, Tor will never fetch any hidden service descriptors from
123 the rendezvous directories. This option is only useful if you're using
124 a Tor controller that handles hidserv fetches for you.
125 (Default: 1)
128 \fBFetchServerDescriptors \fR\fB0\fR|\fB1\fR\fP
129 If set to 0, Tor will never fetch any network status summaries or server
130 descriptors from the directory servers. This option is only useful if
131 you're using a Tor controller that handles directory fetches for you.
132 (Default: 1)
135 \fBFetchUselessDescriptors \fR\fB0\fR|\fB1\fR\fP
136 If set to 1, Tor will fetch every non-obsolete descriptor from the
137 authorities that it hears about. Otherwise, it will avoid fetching
138 useless descriptors, for example for routers that are not running.
139 This option is useful if you're using the contributed "exitlist"
140 script to enumerate Tor nodes that exit to certain addresses.
141 (Default: 0)
144 \fBGroup \fR\fIGID\fP
145 On startup, setgid to this group.
148 \fBHttpProxy\fR \fIhost\fR[:\fIport\fR]\fP
149 Tor will make all its directory requests through this host:port
150 (or host:80 if port is not specified),
151 rather than connecting directly to any directory servers.
154 \fBHttpProxyAuthenticator\fR \fIusername:password\fP
155 If defined, Tor will use this username:password for Basic Http proxy
156 authentication, as in RFC 2617. This is currently the only form of
157 Http proxy authentication that Tor supports; feel free to submit a
158 patch if you want it to support others.
161 \fBHttpsProxy\fR \fIhost\fR[:\fIport\fR]\fP
162 Tor will make all its OR (SSL) connections through this host:port
163 (or host:443 if port is not specified), via HTTP CONNECT rather than
164 connecting directly to servers.  You may want to set \fBFascistFirewall\fR
165 to restrict the set of ports you might try to connect to, if your Https
166 proxy only allows connecting to certain ports.
169 \fBHttpsProxyAuthenticator\fR \fIusername:password\fP
170 If defined, Tor will use this username:password for Basic Https proxy
171 authentication, as in RFC 2617. This is currently the only form of
172 Https proxy authentication that Tor supports; feel free to submit a
173 patch if you want it to support others.
176 \fBKeepalivePeriod \fR\fINUM\fP
177 To keep firewalls from expiring connections, send a padding keepalive
178 cell every NUM seconds on open connections that are in use. If the
179 connection has no open circuits, it will instead be closed after NUM
180 seconds of idleness. (Default: 5 minutes)
183 \fBLog \fR\fIminSeverity\fR[-\fImaxSeverity\fR] \fBstderr\fR|\fBstdout\fR|\fBsyslog\fR\fP
184 Send all messages between \fIminSeverity\fR and \fImaxSeverity\fR to
185 the standard output stream, the standard error stream, or to the system
186 log. (The "syslog" value is only supported on Unix.)  Recognized
187 severity levels are debug, info, notice, warn, and err.  We advise using
188 "notice" in most cases, since anything more verbose may provide sensitive
189 information to an attacker who obtains the logs.  If only one
190 severity level is given, all messages of that level or higher will be
191 sent to the listed destination.
194 \fBLog \fR\fIminSeverity\fR[-\fImaxSeverity\fR] \fBfile\fR \fIFILENAME\fP
195 As above, but send log messages to the listed filename.  The "Log"
196 option may appear more than once in a configuration file.  Messages
197 are sent to all the logs that match their severity level.
200 \fBOutboundBindAddress \fR\fIIP\fP
201 Make all outbound connections originate from the IP address specified.  This
202 is only useful when you have multiple network interfaces, and you want all
203 of Tor's outgoing connections to use a single one.
206 \fBPidFile \fR\fIFILE\fP
207 On startup, write our PID to FILE. On clean shutdown, remove FILE.
210 \fBProtocolWarnings \fR\fB0\fR|\fB1\fR\fP
211 If 1, Tor will log with severity 'warn' various cases of other parties
212 not following the Tor specification. Otherwise, they are logged with
213 severity 'info'. (Default: 0)
216 \fBRunAsDaemon \fR\fB0\fR|\fB1\fR\fP
217 If 1, Tor forks and daemonizes to the background. This option has
218 no effect on Windows; instead you should use the --service command-line
219 option. (Default: 0)
222 \fBSafeLogging \fR\fB0\fR|\fB1\fP
223 If 1, Tor replaces potentially sensitive strings in the logs
224 (e.g. addresses) with the string [scrubbed]. This way logs can still be
225 useful, but they don't leave behind personally identifying information
226 about what sites a user might have visited. (Default: 1)
229 \fBUser \fR\fIUID\fP
230 On startup, setuid to this user.
233 \fBHardwareAccel \fR\fB0\fR|\fB1\fP
234 If non-zero, try to use crypto hardware acceleration when
235 available. This is untested and probably buggy. (Default: 0)
238 \fBAvoidDiskWrites \fR\fB0|\fR\fB1\fP
239 If non-zero, try to write to disk less frequently than we would otherwise.
240 This is useful when running on flash memory or other media that support only
241 a limited number of writes.  (Default: 0)
244 \fBTunnelDirConns \fR\fB0|\fR\fB1\fP
245 If non-zero, when a directory server we contact supports it, we will
246 build a one-hop circuit and make an encrypted connection via its
247 ORPort. (Default: 0)
250 \fBPreferTunneledDirConns \fR\fB0|\fR\fB1\fP
251 If non-zero, we will avoid directory servers that don't support tunneled
252 directory connections, when possible. (Default: 0)
254 .SH CLIENT OPTIONS
256 The following options are useful only for clients (that is, if \fBSocksPort\fP is non-zero):
259 \fBAllowInvalidNodes\fR \fBentry\fR|\fBexit\fR|\fBmiddle\fR|\fBintroduction\fR|\fBrendezvous\fR|...\fP
260 If some Tor servers are obviously not working right, the directory
261 authorities can manually mark them as invalid, meaning that it's not
262 recommended you use them for entry or exit positions in your circuits. You
263 can opt to use them in some circuit positions, though. The default is
264 "middle,rendezvous", and other choices are not advised.
267 \fBCircuitBuildTimeout \fR\fINUM\fP
268 Try for at most NUM seconds when building circuits. If the circuit
269 isn't open in that time, give up on it.
270 (Default: 1 minute.)
273 \fBCircuitIdleTimeout \fR\fINUM\fP
274 If we have keept a clean (never used) circuit around for NUM seconds,
275 then close it. This way when the Tor client is entirely idle, it can
276 expire all of its circuits, and then expire its TLS connections. Also,
277 if we end up making a circuit that is not useful for exiting any of
278 the requests we're receiving, it won't forever take up a slot in the
279 circuit list.
280 (Default: 1 hour.)
283 \fBClientOnly \fR\fB0\fR|\fB1\fR\fP
284 If set to 1, Tor will under no circumstances run as a server. The default
285 is to run as a client unless ORPort is configured.  (Usually,
286 you don't need to set this; Tor is pretty smart at figuring out whether
287 you are reliable and high-bandwidth enough to be a useful server.)
288 (Default: 0)
291 \fBExcludeNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
292 A list of nodes to never use when building a circuit.
295 \fBEntryNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
296 A list of preferred nodes to use for the first hop in the circuit.
297 These are treated only as preferences unless StrictEntryNodes (see
298 below) is also set.
301 \fBExitNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
302 A list of preferred nodes to use for the last hop in the circuit.
303 These are treated only as preferences unless StrictExitNodes (see
304 below) is also set.
307 \fBStrictEntryNodes \fR\fB0\fR|\fB1\fR\fP
308 If 1, Tor will never use any nodes besides those listed in "EntryNodes" for
309 the first hop of a circuit.
312 \fBStrictExitNodes \fR\fB0\fR|\fB1\fR\fP
313 If 1, Tor will never use any nodes besides those listed in "ExitNodes" for
314 the last hop of a circuit.
317 \fBFascistFirewall \fR\fB0\fR|\fB1\fR\fP
318 If 1, Tor will only create outgoing connections to ORs running on ports that
319 your firewall allows (defaults to 80 and 443; see \fBFirewallPorts\fR).  This will
320 allow you to run Tor as a client behind a firewall with restrictive policies,
321 but will not allow you to run as a server behind such a firewall.
322 This option is deprecated; use
323 ReachableAddresses instead.
326 \fBFirewallPorts \fR\fIPORTS\fP
327 A list of ports that your firewall allows you to connect to.  Only
328 used when \fBFascistFirewall\fR is set. This option is deprecated; use
329 ReachableAddresses instead. (Default: 80, 443)
332 \fBReachableAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
333 A comma-separated list of IP addresses and ports that your firewall allows you
334 to connect to. The format is as
335 for the addresses in ExitPolicy, except that "accept" is understood
336 unless "reject" is explicitly provided.  For example, 'ReachableAddresses
337 99.0.0.0/8, reject 18.0.0.0/8:80, accept *:80' means that your
338 firewall allows connections to everything inside net 99, rejects port
339 80 connections to net 18, and accepts connections to port 80 otherwise.
340 (Default: 'accept *:*'.)
343 \fBReachableDirAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
344 Like \fBReachableAddresses\fP, a list of addresses and ports.  Tor will obey
345 these restrictions when fetching directory information, using standard HTTP
346 GET requests. If not set explicitly then the value of \fBReachableAddresses\fP
347 is used.  If \fBHttpProxy\fR is set then these connections will go through that
348 proxy.
351 \fBReachableORAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
352 Like \fBReachableAddresses\fP, a list of addresses and ports.  Tor will obey
353 these restrictions when connecting to Onion Routers, using TLS/SSL.  If not set
354 explicitly then the value of \fBReachableAddresses\fP is used. If
355 \fBHttpsProxy\fR is set then these connections will go through that proxy.
357 The separation between \fBReachableORAddresses\fP and
358 \fBReachableDirAddresses\fP is only interesting when you are connecting through
359 proxies (see \fBHttpProxy\fR and \fBHttpsProxy\fR).  Most proxies limit TLS
360 connections (which Tor uses to connect to Onion Routers) to port 443, and some
361 limit HTTP GET requests (which Tor uses for fetching directory information) to
362 port 80.
365 \fBLongLivedPorts \fR\fIPORTS\fP
366 A list of ports for services that tend to have long-running connections
367 (e.g. chat and interactive shells). Circuits for streams that use these
368 ports will contain only high-uptime nodes, to reduce the chance that a
369 node will go down before the stream is finished.
370 (Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 6697, 8300)
373 \fBMapAddress\fR \fIaddress\fR \fInewaddress\fR
374 When a request for address arrives to Tor, it will rewrite it to
375 newaddress before processing it. For example, if you always want
376 connections to www.indymedia.org to exit via \fItorserver\fR (where
377 \fItorserver\fR is the nickname of the server),
378 use "MapAddress www.indymedia.org www.indymedia.org.torserver.exit".
381 \fBNewCircuitPeriod \fR\fINUM\fP
382 Every NUM seconds consider whether to build a new circuit. (Default: 30 seconds)
385 \fBMaxCircuitDirtiness \fR\fINUM\fP
386 Feel free to reuse a circuit that was first used at most NUM seconds ago,
387 but never attach a new stream to a circuit that is too old.
388 (Default: 10 minutes)
391 \fBNodeFamily \fR\fInickname\fR,\fInickname\fR,\fI...\fP
392 The named Tor servers constitute a "family" of similar or co-administered
393 servers, so never use any two of them in the same circuit. Defining a
394 NodeFamily is only needed when a server doesn't list the family itself
395 (with MyFamily). This option can be used multiple times.
398 \fBEnforceDistinctSubnets \fR\fB0\fR|\fB1\fR\fP
399 If 1, Tor will not put two servers whose IP addresses are "too
400 close" on the same circuit.  Currently, two addresses are
401 "too close" if they lie in the same /16 range. (Default: 1)
403 .\" \fBPathlenCoinWeight \fR\fI0.0-1.0\fP
404 .\" Paths are 3 hops plus a geometric distribution centered around this coinweight.
405 .\" Must be >=0.0 and <1.0. (Default: 0.3) NOT USED CURRENTLY
406 .\" .TP
409 \fBRendNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
410 A list of preferred nodes to use for the rendezvous point, if possible.
413 \fBRendExcludeNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
414 A list of nodes to never use when choosing a rendezvous point.
417 \fBSocksPort \fR\fIPORT\fP
418 Advertise this port to listen for connections from Socks-speaking
419 applications.  Set this to 0 if you don't want to allow application
420 connections. (Default: 9050)
423 \fBSocksListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
424 Bind to this address to listen for connections from Socks-speaking
425 applications. (Default: 127.0.0.1) You can also specify a port
426 (e.g. 192.168.0.1:9100).
427 This directive can be specified multiple times to bind to multiple
428 addresses/ports.
431 \fBSocksPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
432 Set an entrance policy for this server, to limit who can connect to the
433 Socks ports.
434 The policies have the same form as exit policies below.
437 \fBSocksTimeout \fR\fINUM\fP
438 Let a socks connection wait NUM seconds unattached before we fail it.
439 (Default: 2 minutes.)
442 \fBTestVia \fR\fInickname\fR,\fInickname\fR,\fI...\fP
443 A list of nodes to prefer for your middle hop when building testing
444 circuits. This option is mainly for debugging reachability problems.
447 \fBTrackHostExits \fR\fIhost\fR,\fI.domain\fR,\fI...\fR\fP
448 For each value in the comma separated list, Tor will track recent connections
449 to hosts that match this value and attempt to
450 reuse the same exit node for each. If the value is prepended with a '.', it is
451 treated as matching an entire domain. If one of the values is just a '.', it
452 means match everything. This option is useful if you frequently connect to
453 sites that will expire all your authentication cookies (ie log you out) if
454 your IP address changes. Note that this option does have the disadvantage of
455 making it more clear that a given history is
456 associated with a single user. However, most people who would wish to observe
457 this will observe it through cookies or other protocol-specific means anyhow.
460 \fBTrackHostExitsExpire \fR\fINUM\fP
461 Since exit servers go up and down, it is desirable to expire the association
462 between host and exit server after NUM seconds. The default
463 is 1800 seconds (30 minutes).
466 \fBUseEntryGuards \fR\fB0\fR|\fB1\fR\fP
467 If this option is set to 1, we pick a few long-term entry servers, and
468 try to stick with them.  This is desirable because
469 constantly changing servers increases the odds that an adversary who owns
470 some servers will observe a fraction of your paths.
471 (Defaults to 1.)
474 \fBNumEntryGuards \fR\fINUM\fP
475 If UseEntryGuards is set to 1, we will try to pick a total of NUM routers
476 as long-term entries for our circuits.
477 (Defaults to 3.)
480 \fBSafeSocks \fR\fB0\fR|\fB1\fR\fP
481 When this option is enabled, Tor will reject application connections that
482 use unsafe variants of the socks protocol -- ones that only provide an
483 IP address, meaning the application is doing a DNS resolve first.
484 Specifically, these are socks4 and socks5 when not doing remote DNS.
485 (Defaults to 0.)
488 \fBTestSocks \fR\fB0\fR|\fB1\fR\fP
489 When this option is enabled, Tor will make a notice-level log entry for
490 each connection to the Socks port indicating whether the request used
491 a safe socks protocol or an unsafe one (see above entry on SafeSocks).
492 This helps to determine whether an application using Tor is possibly
493 leaking DNS requests.
494 (Default: 0)
497 \fBVirtualAddrNetwork \fR\fIAddress\fB/\fIbits\fP
498 When a controller asks for a virtual (unused) address with the
499 'MAPADDRESS' command, Tor picks an unassigned address from this range.
500 (Default: 127.192.0.0/10)
503 \fBAllowNonRFC953Hostnames \fR\fB0\fR|\fB1\fR\fP
504 When this option is enabled, Tor blocks hostnames containing illegal
505 characters (like @ and :) rather than sending them to an exit node to be
506 resolved.  This helps trap accidental attempts to resolve URLs and so on.
507 (Default: 0)
510 \fBFastFirstHopPK \fR\fB0\fR|fB1\fR\fP
511 When this option is enabled and we aren't running as a server, Tor
512 skips the public key step for the first hop of creating circuits.  This is
513 safe since we have already used TLS to authenticate the server and to
514 establish forward-secure keys.  Turning this option off makes circuit
515 building slower.
516 (Default: 1)
518 .SH SERVER OPTIONS
520 The following options are useful only for servers (that is, if \fBORPort\fP is non-zero):
523 \fBAddress \fR\fIaddress\fP
524 The IP or fqdn of this server (e.g. moria.mit.edu). You can leave this
525 unset, and Tor will guess your IP.
528 \fBAssumeReachable \fR\fB0\fR|\fB1\fR\fP
529 This option is used when bootstrapping a new Tor network. If set to 1,
530 don't do self-reachability testing; just upload your server descriptor
531 immediately. If \fBAuthoritativeDirectory\fP is also set, this option
532 instructs the dirserver to bypass remote reachability testing too and
533 list all connected servers as running.
536 \fBContactInfo \fR\fIemail_address\fP
537 Administrative contact information for server. This line might get
538 picked up by spam harvesters, so you may want to obscure the fact
539 that it's an email address.
542 \fBExitPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
543 Set an exit policy for this server. Each policy is of the form
544 "\fBaccept\fP|\fBreject\fP \fIADDR\fP[\fB/\fP\fIMASK\fP]\fB[:\fP\fIPORT\fP]".
545 If \fB/\fP\fIMASK\fP is omitted then this policy just applies to the host
546 given.  Instead of giving a host or network you can also use "\fB*\fP" to
547 denote the universe (0.0.0.0/0).  \fIPORT\fP can be a single port number,
548 an interval of ports "\fIFROM_PORT\fP\fB-\fP\fITO_PORT\fP", or "\fB*\fP".
549 If \fIPORT\fP is omitted, that means "\fB*\fP".
551 For example, "accept 18.7.22.69:*,reject 18.0.0.0/8:*,accept *:*" would
552 reject any traffic destined for MIT except for web.mit.edu, and
553 accept anything else.
555 To specify all internal and link-local networks (including 0.0.0.0/8,
556 169.254.0.0/16, 127.0.0.0/8, 192.168.0.0/16, 10.0.0.0/8, and
557 172.16.0.0/12), you can use the "private" alias instead of an address.
558 These addresses are rejected by default (at the beginning of your
559 exit policy) unless you set the ExitPolicyRejectPrivate config option
560 to 0. For example, once you've done that, you could allow HTTP to
561 127.0.0.1 and block all other connections to internal networks with
562 "accept
563 127.0.0.1:80,reject private:*".  See RFC 1918 and RFC 3330 for more
564 details about internal and reserved IP address space.
566 This directive can be specified multiple times so you don't have to put
567 it all on one line.
569 Policies are considered first to last, and the first match wins. If
570 you want to _replace_ the default exit policy, end your exit policy with
571 either a reject *:* or an accept *:*. Otherwise, you're _augmenting_
572 (prepending to) the default exit policy. The default exit policy is:
573 .PD 0
574 .RS 12
575 .IP "reject *:25"
576 .IP "reject *:119"
577 .IP "reject *:135-139"
578 .IP "reject *:445"
579 .IP "reject *:465"
580 .IP "reject *:563"
581 .IP "reject *:587"
582 .IP "reject *:1214"
583 .IP "reject *:4661-4666"
584 .IP "reject *:6346-6429"
585 .IP "reject *:6699"
586 .IP "reject *:6881-6999"
587 .IP "accept *:*"
592 \fBExitPolicyRejectPrivate \fR\fB0\fR|\fB1\fR\fP
593 Reject all private (local) networks at the beginning of your exit
594 policy. See above entry on ExitPolicy. (Default: 1)
597 \fBMaxOnionsPending \fR\fINUM\fP
598 If you have more than this number of onionskins queued for decrypt, reject new ones. (Default: 100)
601 \fBMyFamily \fR\fInickname\fR,\fInickname\fR,\fI...\fP
602 Declare that this Tor server is controlled or administered by a group
603 or organization identical or similar to that of the other named servers.
604 When two servers both declare that they are in the same 'family', Tor clients
605 will not use them in the same circuit.  (Each server only needs to list the
606 other servers in its family; it doesn't need to list itself, but it won't hurt.)
609 \fBNickname \fR\fIname\fP
610 Set the server's nickname to 'name'. Nicknames must be between 1
611 and 19 characters inclusive, and must contain only the characters
612 [a-zA-Z0-9].
615 \fBNumCPUs \fR\fInum\fP
616 How many processes to use at once for decrypting onionskins. (Default: 1)
619 \fBORPort \fR\fIPORT\fP
620 Advertise this port to listen for connections from Tor clients and servers.
623 \fBORListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
624 Bind to this IP address to listen for connections from Tor clients and
625 servers. If you specify a port, bind to this port rather than the one
626 specified in ORPort. (Default: 0.0.0.0)
627 This directive can be specified multiple times to bind to multiple
628 addresses/ports.
631 \fBPublishServerDescriptor \fR\fB0\fR|\fB1\fR\fP
632 If set to 0, Tor will act as a server if you have an ORPort
633 defined, but it will not publish its descriptor to the dirservers. This
634 option is useful if you're testing out your server, or if you're using
635 a Tor controller that handles directory publishing for you.
636 (Default: 1)
639 \fBRedirectExit \fR\fIpattern target\fP
640 Whenever an outgoing connection tries to connect to one of a given set
641 of addresses, connect to \fItarget\fP (an \fIaddress:port\fP pair) instead.
642 The address
643 pattern is given in the same format as for an exit policy.  The
644 address translation applies after exit policies are applied.  Multiple
645 \fBRedirectExit\fP options can be used: once any one has matched
646 successfully, no subsequent rules are considered.  You can specify that no
647 redirection is to be performed on a given set of addresses by using the
648 special target string "pass", which prevents subsequent rules from being
649 considered.
652 \fBShutdownWaitLength\fR \fINUM\fP
653 When we get a SIGINT and we're a server, we begin shutting down: we close
654 listeners and start refusing new circuits. After \fBNUM\fP seconds,
655 we exit. If we get a second SIGINT, we exit immediately.  (Default:
656 30 seconds)
659 \fBAccountingMax \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
660 Never send more than the specified number of bytes in a given
661 accounting period, or receive more than that number in the period.
662 For example, with AccountingMax set to 1 GB, a server could send 900 MB
663 and receive 800 MB and continue running. It will only hibernate once one
664 of the two reaches 1 GB.
665 When the number of bytes is exhausted, Tor will hibernate until some
666 time in the next accounting period.  To prevent all servers from
667 waking at the same time, Tor will also wait until a random point in
668 each period before waking up.  If you have bandwidth cost issues,
669 enabling hibernation is preferable to setting a low bandwidth, since it
670 provides users with a collection of fast servers that are up some of
671 the time, which is more useful than a set of slow servers that are
672 always "available".
675 \fBAccountingStart \fR\fBday\fR|\fBweek\fR|\fBmonth\fR [\fIday\fR] \fIHH:MM\fR\fP
676 Specify how long accounting periods last.  If \fBmonth\fP is given,
677 each accounting period runs from the time \fIHH:MM\fR on the
678 \fIday\fRth day of one month to the same day and time of the next.
679 (The day must be between 1 and 28.)  If \fBweek\fP is given, each
680 accounting period runs from the time \fIHH:MM\fR of the \fIday\fRth
681 day of one week to the same day and time of the next week, with Monday
682 as day 1 and Sunday as day 7.  If \fBday\fR is given, each accounting
683 period runs from the time \fIHH:MM\fR each day to the same time on the
684 next day.  All times are local, and given in 24-hour time.  (Defaults to
685 "month 1 0:00".)
688 \fBServerDNSResolvConfFile \fR\fIfilename\fP
689 Overrides the default DNS configuration with the configuration in
690 \fIfilename\fP.  The file format is the same as the standard Unix
691 "\fBresolv.conf\fP" file (7).  This option only affects name lookup for
692 addresses requested by clients; and only takes effect if Tor was built with
693 eventdns support.  (Defaults to use the system DNS configuration.)
696 \fBServerDNSSearchDomains \fR\fB0\fR|\fB1\fR\fP
697 If set to \fB1\fP, then we will search for addresses in the local search
698 domain.  For example, if this system is configured to believe it is in
699 "example.com", and a client tries to connect to "www", the client will be
700 connected to "www.example.com".
701 This option only affects name lookup for addresses requested by clients.
702 (Defaults to "0".)
705 \fBServerDNSDetectHijacking \fR\fB0\fR|\fB1\fR\fP
706 When this option is set to 1, we will test periodically to determine whether
707 our local nameservers have been configured to hijack failing DNS requests
708 (usually to an advertising site).  If they are, we will attempt to correct
709 this.  This option only affects name lookup for addresses requested by
710 clients; and only takes effect if Tor was built with eventdns support.
711 (Defaults to "1".)
714 \fBServerDNSTestAddresses \fR\fIaddress\fR,\fIaddress\fR,\fI...\fP
715 When we're detecting DNS hijacking, make sure that these \fIvalid\fP
716 addresses aren't getting redirected.  If they are, then our DNS is
717 completely useless, and we'll reset our exit policy to "reject *:*".
718 (Defaults to "www.google.com, www.mit.edu, www.yahoo.com,
719 www.slashdot.org".)
721 .SH DIRECTORY SERVER OPTIONS
723 The following options are useful only for directory servers (that is, if \fBDirPort\fP is non-zero):
726 \fBAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
727 When this option is set to 1, Tor operates as an authoritative
728 directory server.  Instead of caching the directory, it generates its
729 own list of good servers, signs it, and sends that to the clients.
730 Unless the clients already have you listed as a trusted directory, you
731 probably do not want to set this option.  Please coordinate with the other
732 admins at tor-ops@freehaven.net if you think you should be a directory.
735 \fBV1AuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
736 When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor also
737 generates a version 1 directory (for Tor clients up to 0.1.0.x).
738 (As of Tor 0.1.1.12 every (v2) authoritative directory still provides most of
739 the v1 directory functionality, even without this option set to 1.
740 This however is expected to change in the future.)
743 \fBVersioningAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
744 When this option is set to 1, Tor adds information on
745 which versions of Tor are still believed safe for use to
746 the published directory.  Each version 1 authority is
747 automatically a versioning authority; version 2 authorities
748 provide this service optionally.  See \fBRecommendedVersions\fP,
749 \fBRecommendedClientVersions\fP, and \fBRecommendedServerVersions\fP.
752 \fBNamingAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
753 When this option is set to 1, then the server advertises that it has
754 opinions about nickname-to-fingerprint bindings.  It will include these
755 opinions in its published network-status pages, by listing servers with
756 the flag "Named" if a correct binding between that nickname and
757 fingerprint has been registered with the dirserver.  Naming dirservers
758 will refuse to accept or publish descriptors that contradict a
759 registered binding.  See \fBapproved-routers\fP in the \fBFILES\fP
760 section below.
763 \fBHSAuthoritativeDir \fR\fB0\fR|\fB1\fR\fP
764 When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor also
765 accepts and serves hidden service descriptors. (Default: 0)
768 \fBDirPort \fR\fIPORT\fP
769 Advertise the directory service on this port.
772 \fBDirListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
773 Bind the directory service to this address. If you specify a port, bind
774 to this port rather than the one specified in DirPort. (Default: 0.0.0.0)
775 This directive can be specified multiple times to bind to multiple
776 addresses/ports.
779 \fBDirPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
780 Set an entrance policy for this server, to limit who can connect to the
781 directory ports.
782 The policies have the same form as exit policies above.
785 \fBRecommendedVersions \fR\fISTRING\fP
786 STRING is a comma-separated list of Tor versions currently believed
787 to be safe. The list is included in each directory, and nodes which
788 pull down the directory learn whether they need to upgrade.  This
789 option can appear multiple times: the values from multiple lines are
790 spliced together.
791 When this is set then
792 \fBVersioningAuthoritativeDirectory\fP should be set too.
795 \fBRecommendedClientVersions \fR\fISTRING\fP
796 STRING is a comma-separated list of Tor versions currently believed
797 to be safe for clients to use.  This information is included in version 2
798 directories.  If this is not set then the value of \fBRecommendedVersions\fR
799 is used.
800 When this is set then
801 \fBVersioningAuthoritativeDirectory\fP should be set too.
804 \fBRecommendedServerVersions \fR\fISTRING\fP
805 STRING is a comma-separated list of Tor versions currently believed
806 to be safe for servers to use.  This information is included in version 2
807 directories.  If this is not set then the value of \fBRecommendedVersions\fR
808 is used.
809 When this is set then
810 \fBVersioningAuthoritativeDirectory\fP should be set too.
813 \fBDirAllowPrivateAddresses \fR\fB0\fR|\fB1\fR\fP
814 If set to 1, Tor will accept router descriptors with arbitrary "Address"
815 elements. Otherwise, if the address is not an IP or is a private IP,
816 it will reject the router descriptor. Defaults to 0.
819 \fBAuthDirBadExit \fR\fIAddressPattern\fR...\fP
820 Authoritative directories only.  A set of address patterns for servers that
821 will be listed as bad exits in any network status document this authority
822 publishes, if \fBAuthDirListBadExits\fR is set.
825 \fBAuthDirInvalid \fR\fIAddressPattern\fR...\fP
826 Authoritative directories only. A set of address patterns for servers that
827 will never be listed as "valid" in any network status document that this
828 authority publishes.
831 \fBAuthDirReject \fR\fIAddressPattern\fR...\fP
832 Authoritative directories only.  A set of address patterns for servers that
833 will never be listed at all in any network status document that this
834 authority publishes, or accepted as an OR address in any descriptor submitted
835 for publication by this authority.
838 \fBAuthDirListBadExits \fR\fB0\fR|\fB1\fR\fP
839 Authoritative directories only.  If set to 1, this directory has
840 some opinion about which nodes are unsuitable as exit nodes.  (Do not
841 set this to 1 unless you plan to list nonfunctioning exits as bad;
842 otherwise, you are effectively voting in favor of every declared exit
843 as an exit.)
846 \fBAuthDirRejectUnlisted \fR\fB0\fR|\fB1\fR\fP
847 Authoritative directories only.  If set to 1, the directory server
848 rejects all uploaded server descriptors that aren't explicitly listed
849 in the fingerprints file. This acts as a "panic button" if we get
850 Sybiled. (Default: 0)
852 .SH HIDDEN SERVICE OPTIONS
854 The following options are used to configure a hidden service.
857 \fBHiddenServiceDir \fR\fIDIRECTORY\fP
858 Store data files for a hidden service in DIRECTORY.  Every hidden
859 service must have a separate directory.  You may use this option multiple
860 times to specify multiple services.
863 \fBHiddenServicePort \fR\fIVIRTPORT \fR[\fITARGET\fR]\fP
864 Configure a virtual port VIRTPORT for a hidden service.  You may use this
865 option multiple times; each time applies to the service using the most recent
866 hiddenservicedir.  By default, this option maps the virtual port to the
867 same port on 127.0.0.1.  You may override the target port, address, or both
868 by specifying a target of addr, port, or addr:port.
871 \fBHiddenServiceNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
872 If possible, use the specified nodes as introduction points for the hidden
873 service. If this is left unset, Tor will be smart and pick some reasonable
874 ones; most people can leave this unset.
877 \fBHiddenServiceExcludeNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
878 Do not use the specified nodes as introduction points for the hidden
879 service. In normal use there is no reason to set this.
882 \fBPublishHidServDescriptors \fR\fB0\fR|\fB1\fR\fP
883 If set to 0, Tor will run any hidden services you configure, but it won't
884 advertise them to the rendezvous directory. This option is only useful
885 if you're using a Tor controller that handles hidserv publishing for you.
886 (Default: 1)
889 \fBRendPostPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP
890 Every time the specified period elapses, Tor uploads any rendezvous
891 service descriptors to the directory servers.  This information is also
892 uploaded whenever it changes.  (Default: 20 minutes)
894 .\" UNDOCUMENTED
895 .\" ignoreversion
897 .SH SIGNALS
898 Tor catches the following signals:
901 \fBSIGTERM\fR
902 Tor will catch this, clean up and sync to disk if necessary, and exit.
905 \fBSIGINT\fR
906 Tor clients behave as with SIGTERM; but Tor servers will do a controlled
907 slow shutdown, closing listeners and waiting 30 seconds before exiting.
908 (The delay can be configured with the ShutdownWaitLength config option.)
911 \fBSIGHUP\fR
912 The signal instructs Tor to reload its configuration (including closing
913 and reopening logs), fetch a new directory, and kill and restart its
914 helper processes if applicable.
917 \fBSIGUSR1\fR
918 Log statistics about current connections, past connections, and
919 throughput.
922 \fBSIGUSR2\fR
923 Switch all logs to loglevel debug. You can go back to the old loglevels
924 by sending a SIGHUP.
927 \fBSIGCHLD\fR
928 Tor receives this signal when one of its helper processes has exited,
929 so it can clean up.
932 \fBSIGPIPE\fR
933 Tor catches this signal and ignores it.
936 \fBSIGXFSZ\fR
937 If this signal exists on your platform, Tor catches and ignores it.
939 .SH FILES
942 .B @CONFDIR@/torrc
943 The configuration file, which contains "option value" pairs.
946 .B @LOCALSTATEDIR@/lib/tor/
947 The tor process stores keys and other data here.
950 .B \fIDataDirectory\fP/cached-status/*
951 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.
954 .B \fIDataDirectory\fB/cached-routers\fR and \fBcached-routers.new\fR
955 These files hold downloaded router statuses.  Some routers may appear more than once; if so, the most recently published descriptor is used.  The ".new" file is an append-only journal; when it gets too large, all entries are merged into a new cached-routers file.
958 .B \fIDataDirectory\fP/state
959 A set of persistent key-value mappings.  These are documented in the file.  These include:
960 .PD 0
961 .RS 5
962 .IP "- The current entry guards and their status."
963 .IP "- The current bandwidth accounting values (unused so far; see below)."
964 .IP "- When the file was last written"
965 .IP "- What version of Tor generated the state file"
966 .IP "- A short history of bandwidth usage, as produced in the router descriptors."
971 .B \fIDataDirectory\fP/bw_accounting
972 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.
975 .B \fIDataDirectory\fP/control_auth_cookie
976 Used for cookie authentication with the controller. Regenerated on startup.  See control-spec.txt for details.  Only used when cookie authentication is enabled.
979 .B \fIDataDirectory\fP/keys/*
980 Only used by servers.  Holds identity keys and onion keys.
983 .B \fIDataDirectory\fP/fingerprint
984 Only used by servers.  Holds the fingerprint of the server's identity key.
987 .B \fIDataDirectory\fP/approved-routers
988 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.
991 .B \fIHiddenServiceDirectory\fP/hostname 
992 The <base32-encoded-fingerprint>.onion domain name for this hidden service.
995 .B \fIHiddenServiceDirectory\fP/private_key 
996 The private key for this hidden service.
997 .SH SEE ALSO
998 .BR privoxy (1),
999 .BR tsocks (1),
1000 .BR torify (1)
1002 .BR http://tor.eff.org/
1004 .SH BUGS
1005 Plenty, probably. Tor is still in development. Please report them.
1006 .SH AUTHORS
1007 Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.