r11900@catbus: nickm | 2007-02-23 18:11:04 -0500
[tor.git] / doc / tor.1.in
blob7aef45bd00ab970ddd462ba72af8bba9c5297c94
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. This value should be at least
69 twice your BandwidthRate. (Default: 6 MB)
70 .LP
71 .TP
72 \fBMaxAdvertisedBandwidth \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
73 If set, we will not advertise more than this amount of bandwidth for our
74 BandwidthRate. Server operators who want to reduce the number of clients
75 who ask to build circuits through them (since this is proportional to
76 advertised bandwidth rate) can thus reduce the CPU demands on their
77 server without impacting network performance.
78 .LP
79 .TP
80 \fBConnLimit \fR\fINUM\fP
81 The minimum number of file descriptors that must be available to
82 the Tor process before it will start. Tor will ask the OS for as
83 many file descriptors as the OS will allow (you can find this
84 by "ulimit -H -n"). If this number is less than ConnLimit, then
85 Tor will refuse to start.
87 You probably don't need to adjust this. It has no effect on
88 Windows since that platform lacks getrlimit(). (Default: 1000)
89 .LP
90 .TP
91 \fBControlPort \fR\fIPort\fP
92 If set, Tor will accept connections on this port and allow those
93 connections to control the Tor process using the Tor Control Protocol
94 (described in control-spec.txt).  Note: unless you also specify one of
95 \fBHashedControlPassword\fP or \fBCookieAuthentication\fP, setting
96 this option will cause Tor to allow any process on the local host to
97 control it. This option is required for many Tor controllers; most use
98 the value of 9051.
99 .LP
101 \fBControlListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
102 Bind the controller listener to this address. If you specify a port,
103 bind to this port rather than the one specified in ControlPort. We
104 strongly recommend that you leave this alone unless you know what you're
105 doing, since giving attackers access to your control listener is really
106 dangerous. (Default: 127.0.0.1)
107 This directive can be specified multiple times to bind to multiple
108 addresses/ports.
111 \fBHashedControlPassword \fR\fIhashed_password\fP
112 Don't allow any connections on the control port except when the other process
113 knows the password whose one-way hash is \fIhashed_password\fP.  You can
114 compute the hash of a password by running "tor --hash-password
115 \fIpassword\fP".
118 \fBCookieAuthentication \fR\fB0\fR|\fB1\fP
119 If this option is set to 1, don't allow any connections on the control port
120 except when the connecting process knows the contents of a file named
121 "control_auth_cookie", which Tor will create in its data directory.  This
122 authentication methods should only be used on systems with good filesystem
123 security. (Default: 0)
126 \fBDataDirectory \fR\fIDIR\fP
127 Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor)
130 \fBDirServer \fR[\fInickname\fR] [\fBflags\fR] \fIaddress\fR\fB:\fIport fingerprint\fP
131 Use a nonstandard authoritative directory server at the provided
132 address and port, with the specified key fingerprint.  This option can
133 be repeated many times, for multiple authoritative directory
134 servers.  Flags are separated by spaces, and determine what kind of an
135 authority this directory is.  By default, every authority is authoritative
136 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
137 authority for old-style (v1) directories as well.  (Only directory mirrors
138 care about this.)  Tor will use this server as an authority for hidden
139 service information if the "hs" flag is set, or if the "v1" flag is set and
140 the "no-hs" flag is \fBnot\fP set.  If a flag "orport=\fBport\fR" is given,
141 Tor will use the given port when opening encrypted tunnels to the
142 dirserver.
143 If no \fBdirserver\fP line is given, Tor will use the default
144 directory servers.  NOTE: this option is intended
145 for setting up a private Tor network with its own directory authorities.  If
146 you use it, you will be distinguishable from other users, because you won't
147 believe the same authorities they do.
150 \fBFetchHidServDescriptors \fR\fB0\fR|\fB1\fR\fP
151 If set to 0, Tor will never fetch any hidden service descriptors from
152 the rendezvous directories. This option is only useful if you're using
153 a Tor controller that handles hidserv fetches for you.
154 (Default: 1)
157 \fBFetchServerDescriptors \fR\fB0\fR|\fB1\fR\fP
158 If set to 0, Tor will never fetch any network status summaries or server
159 descriptors from the directory servers. This option is only useful if
160 you're using a Tor controller that handles directory fetches for you.
161 (Default: 1)
164 \fBFetchUselessDescriptors \fR\fB0\fR|\fB1\fR\fP
165 If set to 1, Tor will fetch every non-obsolete descriptor from the
166 authorities that it hears about. Otherwise, it will avoid fetching
167 useless descriptors, for example for routers that are not running.
168 This option is useful if you're using the contributed "exitlist"
169 script to enumerate Tor nodes that exit to certain addresses.
170 (Default: 0)
173 \fBGroup \fR\fIGID\fP
174 On startup, setgid to this group.
177 \fBHttpProxy\fR \fIhost\fR[:\fIport\fR]\fP
178 Tor will make all its directory requests through this host:port
179 (or host:80 if port is not specified),
180 rather than connecting directly to any directory servers.
183 \fBHttpProxyAuthenticator\fR \fIusername:password\fP
184 If defined, Tor will use this username:password for Basic Http proxy
185 authentication, as in RFC 2617. This is currently the only form of
186 Http proxy authentication that Tor supports; feel free to submit a
187 patch if you want it to support others.
190 \fBHttpsProxy\fR \fIhost\fR[:\fIport\fR]\fP
191 Tor will make all its OR (SSL) connections through this host:port
192 (or host:443 if port is not specified), via HTTP CONNECT rather than
193 connecting directly to servers.  You may want to set \fBFascistFirewall\fR
194 to restrict the set of ports you might try to connect to, if your Https
195 proxy only allows connecting to certain ports.
198 \fBHttpsProxyAuthenticator\fR \fIusername:password\fP
199 If defined, Tor will use this username:password for Basic Https proxy
200 authentication, as in RFC 2617. This is currently the only form of
201 Https proxy authentication that Tor supports; feel free to submit a
202 patch if you want it to support others.
205 \fBKeepalivePeriod \fR\fINUM\fP
206 To keep firewalls from expiring connections, send a padding keepalive
207 cell every NUM seconds on open connections that are in use. If the
208 connection has no open circuits, it will instead be closed after NUM
209 seconds of idleness. (Default: 5 minutes)
212 \fBLog \fR\fIminSeverity\fR[-\fImaxSeverity\fR] \fBstderr\fR|\fBstdout\fR|\fBsyslog\fR\fP
213 Send all messages between \fIminSeverity\fR and \fImaxSeverity\fR to
214 the standard output stream, the standard error stream, or to the system
215 log. (The "syslog" value is only supported on Unix.)  Recognized
216 severity levels are debug, info, notice, warn, and err.  We advise using
217 "notice" in most cases, since anything more verbose may provide sensitive
218 information to an attacker who obtains the logs.  If only one
219 severity level is given, all messages of that level or higher will be
220 sent to the listed destination.
223 \fBLog \fR\fIminSeverity\fR[-\fImaxSeverity\fR] \fBfile\fR \fIFILENAME\fP
224 As above, but send log messages to the listed filename.  The "Log"
225 option may appear more than once in a configuration file.  Messages
226 are sent to all the logs that match their severity level.
229 \fBOutboundBindAddress \fR\fIIP\fP
230 Make all outbound connections originate from the IP address specified.  This
231 is only useful when you have multiple network interfaces, and you want all
232 of Tor's outgoing connections to use a single one.
235 \fBPidFile \fR\fIFILE\fP
236 On startup, write our PID to FILE. On clean shutdown, remove FILE.
239 \fBProtocolWarnings \fR\fB0\fR|\fB1\fR\fP
240 If 1, Tor will log with severity 'warn' various cases of other parties
241 not following the Tor specification. Otherwise, they are logged with
242 severity 'info'. (Default: 0)
245 \fBRunAsDaemon \fR\fB0\fR|\fB1\fR\fP
246 If 1, Tor forks and daemonizes to the background. This option has
247 no effect on Windows; instead you should use the --service command-line
248 option. (Default: 0)
251 \fBSafeLogging \fR\fB0\fR|\fB1\fP
252 If 1, Tor replaces potentially sensitive strings in the logs
253 (e.g. addresses) with the string [scrubbed]. This way logs can still be
254 useful, but they don't leave behind personally identifying information
255 about what sites a user might have visited. (Default: 1)
258 \fBUser \fR\fIUID\fP
259 On startup, setuid to this user.
262 \fBHardwareAccel \fR\fB0\fR|\fB1\fP
263 If non-zero, try to use crypto hardware acceleration when
264 available. This is untested and probably buggy. (Default: 0)
267 \fBAvoidDiskWrites \fR\fB0|\fR\fB1\fP
268 If non-zero, try to write to disk less frequently than we would otherwise.
269 This is useful when running on flash memory or other media that support only
270 a limited number of writes.  (Default: 0)
273 \fBTunnelDirConns \fR\fB0|\fR\fB1\fP
274 If non-zero, when a directory server we contact supports it, we will
275 build a one-hop circuit and make an encrypted connection via its
276 ORPort. (Default: 0)
279 \fBPreferTunneledDirConns \fR\fB0|\fR\fB1\fP
280 If non-zero, we will avoid directory servers that don't support tunneled
281 directory connections, when possible. (Default: 0)
283 .SH CLIENT OPTIONS
285 The following options are useful only for clients (that is, if \fBSocksPort\fP is non-zero):
288 \fBAllowInvalidNodes\fR \fBentry\fR|\fBexit\fR|\fBmiddle\fR|\fBintroduction\fR|\fBrendezvous\fR|...\fP
289 If some Tor servers are obviously not working right, the directory
290 authorities can manually mark them as invalid, meaning that it's not
291 recommended you use them for entry or exit positions in your circuits. You
292 can opt to use them in some circuit positions, though. The default is
293 "middle,rendezvous", and other choices are not advised.
296 \fBCircuitBuildTimeout \fR\fINUM\fP
297 Try for at most NUM seconds when building circuits. If the circuit
298 isn't open in that time, give up on it.
299 (Default: 1 minute.)
302 \fBCircuitIdleTimeout \fR\fINUM\fP
303 If we have keept a clean (never used) circuit around for NUM seconds,
304 then close it. This way when the Tor client is entirely idle, it can
305 expire all of its circuits, and then expire its TLS connections. Also,
306 if we end up making a circuit that is not useful for exiting any of
307 the requests we're receiving, it won't forever take up a slot in the
308 circuit list.
309 (Default: 1 hour.)
312 \fBClientOnly \fR\fB0\fR|\fB1\fR\fP
313 If set to 1, Tor will under no circumstances run as a server. The default
314 is to run as a client unless ORPort is configured.  (Usually,
315 you don't need to set this; Tor is pretty smart at figuring out whether
316 you are reliable and high-bandwidth enough to be a useful server.)
317 (Default: 0)
320 \fBExcludeNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
321 A list of nodes to never use when building a circuit.
324 \fBEntryNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
325 A list of preferred nodes to use for the first hop in the circuit.
326 These are treated only as preferences unless StrictEntryNodes (see
327 below) is also set.
330 \fBExitNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
331 A list of preferred nodes to use for the last hop in the circuit.
332 These are treated only as preferences unless StrictExitNodes (see
333 below) is also set.
336 \fBStrictEntryNodes \fR\fB0\fR|\fB1\fR\fP
337 If 1, Tor will never use any nodes besides those listed in "EntryNodes" for
338 the first hop of a circuit.
341 \fBStrictExitNodes \fR\fB0\fR|\fB1\fR\fP
342 If 1, Tor will never use any nodes besides those listed in "ExitNodes" for
343 the last hop of a circuit.
346 \fBFascistFirewall \fR\fB0\fR|\fB1\fR\fP
347 If 1, Tor will only create outgoing connections to ORs running on ports that
348 your firewall allows (defaults to 80 and 443; see \fBFirewallPorts\fR).  This will
349 allow you to run Tor as a client behind a firewall with restrictive policies,
350 but will not allow you to run as a server behind such a firewall.
351 This option is deprecated; use
352 ReachableAddresses instead.
355 \fBFirewallPorts \fR\fIPORTS\fP
356 A list of ports that your firewall allows you to connect to.  Only
357 used when \fBFascistFirewall\fR is set. This option is deprecated; use
358 ReachableAddresses instead. (Default: 80, 443)
361 \fBReachableAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
362 A comma-separated list of IP addresses and ports that your firewall allows you
363 to connect to. The format is as
364 for the addresses in ExitPolicy, except that "accept" is understood
365 unless "reject" is explicitly provided.  For example, 'ReachableAddresses
366 99.0.0.0/8, reject 18.0.0.0/8:80, accept *:80' means that your
367 firewall allows connections to everything inside net 99, rejects port
368 80 connections to net 18, and accepts connections to port 80 otherwise.
369 (Default: 'accept *:*'.)
372 \fBReachableDirAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
373 Like \fBReachableAddresses\fP, a list of addresses and ports.  Tor will obey
374 these restrictions when fetching directory information, using standard HTTP
375 GET requests. If not set explicitly then the value of \fBReachableAddresses\fP
376 is used.  If \fBHttpProxy\fR is set then these connections will go through that
377 proxy.
380 \fBReachableORAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP
381 Like \fBReachableAddresses\fP, a list of addresses and ports.  Tor will obey
382 these restrictions when connecting to Onion Routers, using TLS/SSL.  If not set
383 explicitly then the value of \fBReachableAddresses\fP is used. If
384 \fBHttpsProxy\fR is set then these connections will go through that proxy.
386 The separation between \fBReachableORAddresses\fP and
387 \fBReachableDirAddresses\fP is only interesting when you are connecting through
388 proxies (see \fBHttpProxy\fR and \fBHttpsProxy\fR).  Most proxies limit TLS
389 connections (which Tor uses to connect to Onion Routers) to port 443, and some
390 limit HTTP GET requests (which Tor uses for fetching directory information) to
391 port 80.
394 \fBLongLivedPorts \fR\fIPORTS\fP
395 A list of ports for services that tend to have long-running connections
396 (e.g. chat and interactive shells). Circuits for streams that use these
397 ports will contain only high-uptime nodes, to reduce the chance that a
398 node will go down before the stream is finished.
399 (Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 6697, 8300)
402 \fBMapAddress\fR \fIaddress\fR \fInewaddress\fR
403 When a request for address arrives to Tor, it will rewrite it to
404 newaddress before processing it. For example, if you always want
405 connections to www.indymedia.org to exit via \fItorserver\fR (where
406 \fItorserver\fR is the nickname of the server),
407 use "MapAddress www.indymedia.org www.indymedia.org.torserver.exit".
410 \fBNewCircuitPeriod \fR\fINUM\fP
411 Every NUM seconds consider whether to build a new circuit. (Default: 30 seconds)
414 \fBMaxCircuitDirtiness \fR\fINUM\fP
415 Feel free to reuse a circuit that was first used at most NUM seconds ago,
416 but never attach a new stream to a circuit that is too old.
417 (Default: 10 minutes)
420 \fBNodeFamily \fR\fInickname\fR,\fInickname\fR,\fI...\fP
421 The named Tor servers constitute a "family" of similar or co-administered
422 servers, so never use any two of them in the same circuit. Defining a
423 NodeFamily is only needed when a server doesn't list the family itself
424 (with MyFamily). This option can be used multiple times.
427 \fBEnforceDistinctSubnets \fR\fB0\fR|\fB1\fR\fP
428 If 1, Tor will not put two servers whose IP addresses are "too
429 close" on the same circuit.  Currently, two addresses are
430 "too close" if they lie in the same /16 range. (Default: 1)
432 .\" \fBPathlenCoinWeight \fR\fI0.0-1.0\fP
433 .\" Paths are 3 hops plus a geometric distribution centered around this coinweight.
434 .\" Must be >=0.0 and <1.0. (Default: 0.3) NOT USED CURRENTLY
435 .\" .TP
438 \fBRendNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
439 A list of preferred nodes to use for the rendezvous point, if possible.
442 \fBRendExcludeNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
443 A list of nodes to never use when choosing a rendezvous point.
446 \fBSocksPort \fR\fIPORT\fP
447 Advertise this port to listen for connections from Socks-speaking
448 applications.  Set this to 0 if you don't want to allow application
449 connections. (Default: 9050)
452 \fBSocksListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
453 Bind to this address to listen for connections from Socks-speaking
454 applications. (Default: 127.0.0.1) You can also specify a port
455 (e.g. 192.168.0.1:9100).
456 This directive can be specified multiple times to bind to multiple
457 addresses/ports.
460 \fBSocksPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
461 Set an entrance policy for this server, to limit who can connect to the
462 Socks ports.
463 The policies have the same form as exit policies below.
466 \fBSocksTimeout \fR\fINUM\fP
467 Let a socks connection wait NUM seconds handshaking, and NUM seconds
468 unattached waiting for an appropriate circuit, before we fail it.
469 (Default: 2 minutes.)
472 \fBTestVia \fR\fInickname\fR,\fInickname\fR,\fI...\fP
473 A list of nodes to prefer for your middle hop when building testing
474 circuits. This option is mainly for debugging reachability problems.
477 \fBTrackHostExits \fR\fIhost\fR,\fI.domain\fR,\fI...\fR\fP
478 For each value in the comma separated list, Tor will track recent connections
479 to hosts that match this value and attempt to
480 reuse the same exit node for each. If the value is prepended with a '.', it is
481 treated as matching an entire domain. If one of the values is just a '.', it
482 means match everything. This option is useful if you frequently connect to
483 sites that will expire all your authentication cookies (ie log you out) if
484 your IP address changes. Note that this option does have the disadvantage of
485 making it more clear that a given history is
486 associated with a single user. However, most people who would wish to observe
487 this will observe it through cookies or other protocol-specific means anyhow.
490 \fBTrackHostExitsExpire \fR\fINUM\fP
491 Since exit servers go up and down, it is desirable to expire the association
492 between host and exit server after NUM seconds. The default
493 is 1800 seconds (30 minutes).
496 \fBUseEntryGuards \fR\fB0\fR|\fB1\fR\fP
497 If this option is set to 1, we pick a few long-term entry servers, and
498 try to stick with them.  This is desirable because
499 constantly changing servers increases the odds that an adversary who owns
500 some servers will observe a fraction of your paths.
501 (Defaults to 1.)
504 \fBNumEntryGuards \fR\fINUM\fP
505 If UseEntryGuards is set to 1, we will try to pick a total of NUM routers
506 as long-term entries for our circuits.
507 (Defaults to 3.)
510 \fBSafeSocks \fR\fB0\fR|\fB1\fR\fP
511 When this option is enabled, Tor will reject application connections that
512 use unsafe variants of the socks protocol -- ones that only provide an
513 IP address, meaning the application is doing a DNS resolve first.
514 Specifically, these are socks4 and socks5 when not doing remote DNS.
515 (Defaults to 0.)
518 \fBTestSocks \fR\fB0\fR|\fB1\fR\fP
519 When this option is enabled, Tor will make a notice-level log entry for
520 each connection to the Socks port indicating whether the request used
521 a safe socks protocol or an unsafe one (see above entry on SafeSocks).
522 This helps to determine whether an application using Tor is possibly
523 leaking DNS requests.
524 (Default: 0)
527 \fBVirtualAddrNetwork \fR\fIAddress\fB/\fIbits\fP
528 When a controller asks for a virtual (unused) address with the
529 'MAPADDRESS' command, Tor picks an unassigned address from this range.
530 (Default: 127.192.0.0/10)
532 When providing proxy server service to a network of computers using a tool like
533 dns-proxy-tor,
534 change this address to "10.192.0.0/10" or "172.16.0.0/12".
535 The default \fBVirtualAddrNetwork\fP address range on a 
536 properly configured machine will route to the loopback interface. 
537 For local use, no change to the
538 default \fBVirtualAddrNetwork\fP setting is needed.
541 \fBAllowNonRFC953Hostnames \fR\fB0\fR|\fB1\fR\fP
542 When this option is disabled, Tor blocks hostnames containing illegal
543 characters (like @ and :) rather than sending them to an exit node to be
544 resolved.  This helps trap accidental attempts to resolve URLs and so on.
545 (Default: 0)
548 \fBFastFirstHopPK \fR\fB0\fR|fB1\fR\fP
549 When this option is enabled and we aren't running as a server, Tor
550 skips the public key step for the first hop of creating circuits.  This is
551 safe since we have already used TLS to authenticate the server and to
552 establish forward-secure keys.  Turning this option off makes circuit
553 building slower.
554 (Default: 1)
557 \fBTransPort\fP \fR\fIPORT\fP
558 If non-zero, enables transparent proxy support on \fR\fIPORT\fP (by
559 convention, 9040).
560 .\" This is required to enable support for \fBdns-proxy-tor\fP.
561 .\" ControlPort must be set when using \fBTransPort\fP.
562 Requires OS support for transparent proxies, such as BSDs' pf or
563 Linux's IPTables.
564 If you're planning 
565 to use Tor as a transparent proxy for a network, you'll want to examine 
566 and change VirtualAddrNetwork from the default setting. You'll also want
567 to set the TransListenAddress option for the network you'd like to proxy.
568 (Default: 0).
571 \fBTransListenAddress\fP \fR\fIIP\fR[:\fIPORT\fR]\fP
572 Bind to this address to listen for transparent proxy connections.
573 (Default: 127.0.0.1).  
574 This is useful for exporting a transparent proxy server 
575 to an entire network.
578 \fBNATDPort\fP \fR\fIPORT\fP
579 Allow old versions of ipfw (as included in old versions of FreeBSD,
580 etc.) to send connections through Tor using the NATD protocol.
581 This option is only for people who cannot
582 use TransPort.
585 \fBNATDListenAddress\fP \fR\fIIP\fR[:\fIPORT\fR]\fP
586 Bind to this address to listen for NATD connections.
587 (Default: 127.0.0.1).
590 .SH SERVER OPTIONS
592 The following options are useful only for servers (that is, if \fBORPort\fP is non-zero):
595 \fBAddress \fR\fIaddress\fP
596 The IP or fqdn of this server (e.g. moria.mit.edu). You can leave this
597 unset, and Tor will guess your IP.
600 \fBAssumeReachable \fR\fB0\fR|\fB1\fR\fP
601 This option is used when bootstrapping a new Tor network. If set to 1,
602 don't do self-reachability testing; just upload your server descriptor
603 immediately. If \fBAuthoritativeDirectory\fP is also set, this option
604 instructs the dirserver to bypass remote reachability testing too and
605 list all connected servers as running.
608 \fBContactInfo \fR\fIemail_address\fP
609 Administrative contact information for server. This line might get
610 picked up by spam harvesters, so you may want to obscure the fact
611 that it's an email address.
614 \fBExitPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
615 Set an exit policy for this server. Each policy is of the form
616 "\fBaccept\fP|\fBreject\fP \fIADDR\fP[\fB/\fP\fIMASK\fP]\fB[:\fP\fIPORT\fP]".
617 If \fB/\fP\fIMASK\fP is omitted then this policy just applies to the host
618 given.  Instead of giving a host or network you can also use "\fB*\fP" to
619 denote the universe (0.0.0.0/0).  \fIPORT\fP can be a single port number,
620 an interval of ports "\fIFROM_PORT\fP\fB-\fP\fITO_PORT\fP", or "\fB*\fP".
621 If \fIPORT\fP is omitted, that means "\fB*\fP".
623 For example, "accept 18.7.22.69:*,reject 18.0.0.0/8:*,accept *:*" would
624 reject any traffic destined for MIT except for web.mit.edu, and
625 accept anything else.
627 To specify all internal and link-local networks (including 0.0.0.0/8,
628 169.254.0.0/16, 127.0.0.0/8, 192.168.0.0/16, 10.0.0.0/8, and
629 172.16.0.0/12), you can use the "private" alias instead of an address.
630 These addresses are rejected by default (at the beginning of your
631 exit policy) unless you set the ExitPolicyRejectPrivate config option
632 to 0. For example, once you've done that, you could allow HTTP to
633 127.0.0.1 and block all other connections to internal networks with
634 "accept
635 127.0.0.1:80,reject private:*".  See RFC 1918 and RFC 3330 for more
636 details about internal and reserved IP address space.
638 This directive can be specified multiple times so you don't have to put
639 it all on one line.
641 Policies are considered first to last, and the first match wins. If
642 you want to _replace_ the default exit policy, end your exit policy with
643 either a reject *:* or an accept *:*. Otherwise, you're _augmenting_
644 (prepending to) the default exit policy. The default exit policy is:
645 .PD 0
646 .RS 12
647 .IP "reject *:25"
648 .IP "reject *:119"
649 .IP "reject *:135-139"
650 .IP "reject *:445"
651 .IP "reject *:465"
652 .IP "reject *:563"
653 .IP "reject *:587"
654 .IP "reject *:1214"
655 .IP "reject *:4661-4666"
656 .IP "reject *:6346-6429"
657 .IP "reject *:6699"
658 .IP "reject *:6881-6999"
659 .IP "accept *:*"
664 \fBExitPolicyRejectPrivate \fR\fB0\fR|\fB1\fR\fP
665 Reject all private (local) networks at the beginning of your exit
666 policy. See above entry on ExitPolicy. (Default: 1)
669 \fBMaxOnionsPending \fR\fINUM\fP
670 If you have more than this number of onionskins queued for decrypt, reject new ones. (Default: 100)
673 \fBMyFamily \fR\fInickname\fR,\fInickname\fR,\fI...\fP
674 Declare that this Tor server is controlled or administered by a group
675 or organization identical or similar to that of the other named servers.
676 When two servers both declare that they are in the same 'family', Tor clients
677 will not use them in the same circuit.  (Each server only needs to list the
678 other servers in its family; it doesn't need to list itself, but it won't hurt.)
681 \fBNickname \fR\fIname\fP
682 Set the server's nickname to 'name'. Nicknames must be between 1
683 and 19 characters inclusive, and must contain only the characters
684 [a-zA-Z0-9].
687 \fBNumCPUs \fR\fInum\fP
688 How many processes to use at once for decrypting onionskins. (Default: 1)
691 \fBORPort \fR\fIPORT\fP
692 Advertise this port to listen for connections from Tor clients and servers.
695 \fBORListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
696 Bind to this IP address to listen for connections from Tor clients and
697 servers. If you specify a port, bind to this port rather than the one
698 specified in ORPort. (Default: 0.0.0.0)
699 This directive can be specified multiple times to bind to multiple
700 addresses/ports.
703 \fBPublishServerDescriptor \fR\fB0\fR|\fB1\fR\fP
704 If set to 0, Tor will act as a server if you have an ORPort
705 defined, but it will not publish its descriptor to the dirservers. This
706 option is useful if you're testing out your server, or if you're using
707 a Tor controller that handles directory publishing for you.
708 (Default: 1)
711 \fBRedirectExit \fR\fIpattern target\fP
712 Whenever an outgoing connection tries to connect to one of a given set
713 of addresses, connect to \fItarget\fP (an \fIaddress:port\fP pair) instead.
714 The address
715 pattern is given in the same format as for an exit policy.  The
716 address translation applies after exit policies are applied.  Multiple
717 \fBRedirectExit\fP options can be used: once any one has matched
718 successfully, no subsequent rules are considered.  You can specify that no
719 redirection is to be performed on a given set of addresses by using the
720 special target string "pass", which prevents subsequent rules from being
721 considered.
724 \fBShutdownWaitLength\fR \fINUM\fP
725 When we get a SIGINT and we're a server, we begin shutting down: we close
726 listeners and start refusing new circuits. After \fBNUM\fP seconds,
727 we exit. If we get a second SIGINT, we exit immediately.  (Default:
728 30 seconds)
731 \fBAccountingMax \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
732 Never send more than the specified number of bytes in a given
733 accounting period, or receive more than that number in the period.
734 For example, with AccountingMax set to 1 GB, a server could send 900 MB
735 and receive 800 MB and continue running. It will only hibernate once one
736 of the two reaches 1 GB.
737 When the number of bytes is exhausted, Tor will hibernate until some
738 time in the next accounting period.  To prevent all servers from
739 waking at the same time, Tor will also wait until a random point in
740 each period before waking up.  If you have bandwidth cost issues,
741 enabling hibernation is preferable to setting a low bandwidth, since it
742 provides users with a collection of fast servers that are up some of
743 the time, which is more useful than a set of slow servers that are
744 always "available".
747 \fBAccountingStart \fR\fBday\fR|\fBweek\fR|\fBmonth\fR [\fIday\fR] \fIHH:MM\fR\fP
748 Specify how long accounting periods last.  If \fBmonth\fP is given,
749 each accounting period runs from the time \fIHH:MM\fR on the
750 \fIday\fRth day of one month to the same day and time of the next.
751 (The day must be between 1 and 28.)  If \fBweek\fP is given, each
752 accounting period runs from the time \fIHH:MM\fR of the \fIday\fRth
753 day of one week to the same day and time of the next week, with Monday
754 as day 1 and Sunday as day 7.  If \fBday\fR is given, each accounting
755 period runs from the time \fIHH:MM\fR each day to the same time on the
756 next day.  All times are local, and given in 24-hour time.  (Defaults to
757 "month 1 0:00".)
760 \fBServerDNSResolvConfFile \fR\fIfilename\fP
761 Overrides the default DNS configuration with the configuration in
762 \fIfilename\fP.  The file format is the same as the standard Unix
763 "\fBresolv.conf\fP" file (7).  This option, like all other
764 ServerDNS options, only affects name lookup that your server does on
765 behalf of clients.  Also, it only takes effect if Tor was built with
766 eventdns support.  (Defaults to use the system DNS configuration.)
769 \fBServerDNSSearchDomains \fR\fB0\fR|\fB1\fR\fP
770 If set to \fB1\fP, then we will search for addresses in the local search
771 domain.  For example, if this system is configured to believe it is in
772 "example.com", and a client tries to connect to "www", the client will be
773 connected to "www.example.com".
774 This option only affects name lookup that your server does on
775 behalf of clients, and only takes effect if Tor was build with
776 eventdns support.
777 (Defaults to "0".)
780 \fBServerDNSDetectHijacking \fR\fB0\fR|\fB1\fR\fP
781 When this option is set to 1, we will test periodically to determine whether
782 our local nameservers have been configured to hijack failing DNS requests
783 (usually to an advertising site).  If they are, we will attempt to correct
784 this.
785 This option only affects name lookup that your server does on
786 behalf of clients, and only takes effect if Tor was build with
787 eventdns support.
788 (Defaults to "1".)
791 \fBServerDNSTestAddresses \fR\fIaddress\fR,\fIaddress\fR,\fI...\fP
792 When we're detecting DNS hijacking, make sure that these \fIvalid\fP
793 addresses aren't getting redirected.  If they are, then our DNS is
794 completely useless, and we'll reset our exit policy to "reject *:*".
795 This option only affects name lookup that your server does on
796 behalf of clients, and only takes effect if Tor was build with
797 eventdns support.
798 (Defaults to "www.google.com, www.mit.edu, www.yahoo.com,
799 www.slashdot.org".)
802 \fBServerDNSAllowNonRFC953Hostnames \fR\fB0\fR|\fB1\fR\fP
803 When this option is disabled, Tor does not try to resolve hostnames
804 containing illegal characters (like @ and :) rather than sending them to an
805 exit node to be resolved.  This helps trap accidental attempts to resolve
806 URLs and so on.
807 This option only affects name lookup that your server does on
808 behalf of clients, and only takes effect if Tor was build with
809 eventdns support.
810 (Default: 0)
812 .SH DIRECTORY SERVER OPTIONS
814 The following options are useful only for directory servers (that is, if \fBDirPort\fP is non-zero):
817 \fBAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
818 When this option is set to 1, Tor operates as an authoritative
819 directory server.  Instead of caching the directory, it generates its
820 own list of good servers, signs it, and sends that to the clients.
821 Unless the clients already have you listed as a trusted directory, you
822 probably do not want to set this option.  Please coordinate with the other
823 admins at tor-ops@freehaven.net if you think you should be a directory.
826 \fBV1AuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
827 When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor also
828 generates a version 1 directory (for Tor clients up to 0.1.0.x).
829 (As of Tor 0.1.1.12 every (v2) authoritative directory still provides most of
830 the v1 directory functionality, even without this option set to 1.
831 This however is expected to change in the future.)
834 \fBVersioningAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
835 When this option is set to 1, Tor adds information on
836 which versions of Tor are still believed safe for use to
837 the published directory.  Each version 1 authority is
838 automatically a versioning authority; version 2 authorities
839 provide this service optionally.  See \fBRecommendedVersions\fP,
840 \fBRecommendedClientVersions\fP, and \fBRecommendedServerVersions\fP.
843 \fBNamingAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP
844 When this option is set to 1, then the server advertises that it has
845 opinions about nickname-to-fingerprint bindings.  It will include these
846 opinions in its published network-status pages, by listing servers with
847 the flag "Named" if a correct binding between that nickname and
848 fingerprint has been registered with the dirserver.  Naming dirservers
849 will refuse to accept or publish descriptors that contradict a
850 registered binding.  See \fBapproved-routers\fP in the \fBFILES\fP
851 section below.
854 \fBHSAuthoritativeDir \fR\fB0\fR|\fB1\fR\fP
855 When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor also
856 accepts and serves hidden service descriptors. (Default: 0)
859 \fBDirPort \fR\fIPORT\fP
860 Advertise the directory service on this port.
863 \fBDirListenAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
864 Bind the directory service to this address. If you specify a port, bind
865 to this port rather than the one specified in DirPort. (Default: 0.0.0.0)
866 This directive can be specified multiple times to bind to multiple
867 addresses/ports.
870 \fBDirPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
871 Set an entrance policy for this server, to limit who can connect to the
872 directory ports.
873 The policies have the same form as exit policies above.
876 \fBRecommendedVersions \fR\fISTRING\fP
877 STRING is a comma-separated list of Tor versions currently believed
878 to be safe. The list is included in each directory, and nodes which
879 pull down the directory learn whether they need to upgrade.  This
880 option can appear multiple times: the values from multiple lines are
881 spliced together.
882 When this is set then
883 \fBVersioningAuthoritativeDirectory\fP should be set too.
886 \fBRecommendedClientVersions \fR\fISTRING\fP
887 STRING is a comma-separated list of Tor versions currently believed
888 to be safe for clients to use.  This information is included in version 2
889 directories.  If this is not set then the value of \fBRecommendedVersions\fR
890 is used.
891 When this is set then
892 \fBVersioningAuthoritativeDirectory\fP should be set too.
895 \fBRecommendedServerVersions \fR\fISTRING\fP
896 STRING is a comma-separated list of Tor versions currently believed
897 to be safe for servers to use.  This information is included in version 2
898 directories.  If this is not set then the value of \fBRecommendedVersions\fR
899 is used.
900 When this is set then
901 \fBVersioningAuthoritativeDirectory\fP should be set too.
904 \fBDirAllowPrivateAddresses \fR\fB0\fR|\fB1\fR\fP
905 If set to 1, Tor will accept router descriptors with arbitrary "Address"
906 elements. Otherwise, if the address is not an IP or is a private IP,
907 it will reject the router descriptor. Defaults to 0.
910 \fBAuthDirBadExit \fR\fIAddressPattern\fR...\fP
911 Authoritative directories only.  A set of address patterns for servers that
912 will be listed as bad exits in any network status document this authority
913 publishes, if \fBAuthDirListBadExits\fR is set.
916 \fBAuthDirInvalid \fR\fIAddressPattern\fR...\fP
917 Authoritative directories only. A set of address patterns for servers that
918 will never be listed as "valid" in any network status document that this
919 authority publishes.
922 \fBAuthDirReject \fR\fIAddressPattern\fR...\fP
923 Authoritative directories only.  A set of address patterns for servers that
924 will never be listed at all in any network status document that this
925 authority publishes, or accepted as an OR address in any descriptor submitted
926 for publication by this authority.
929 \fBAuthDirListBadExits \fR\fB0\fR|\fB1\fR\fP
930 Authoritative directories only.  If set to 1, this directory has
931 some opinion about which nodes are unsuitable as exit nodes.  (Do not
932 set this to 1 unless you plan to list nonfunctioning exits as bad;
933 otherwise, you are effectively voting in favor of every declared exit
934 as an exit.)
937 \fBAuthDirRejectUnlisted \fR\fB0\fR|\fB1\fR\fP
938 Authoritative directories only.  If set to 1, the directory server
939 rejects all uploaded server descriptors that aren't explicitly listed
940 in the fingerprints file. This acts as a "panic button" if we get
941 Sybiled. (Default: 0)
943 .SH HIDDEN SERVICE OPTIONS
945 The following options are used to configure a hidden service.
948 \fBHiddenServiceDir \fR\fIDIRECTORY\fP
949 Store data files for a hidden service in DIRECTORY.  Every hidden
950 service must have a separate directory.  You may use this option multiple
951 times to specify multiple services.
954 \fBHiddenServicePort \fR\fIVIRTPORT \fR[\fITARGET\fR]\fP
955 Configure a virtual port VIRTPORT for a hidden service.  You may use this
956 option multiple times; each time applies to the service using the most recent
957 hiddenservicedir.  By default, this option maps the virtual port to the
958 same port on 127.0.0.1.  You may override the target port, address, or both
959 by specifying a target of addr, port, or addr:port.
962 \fBHiddenServiceNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
963 If possible, use the specified nodes as introduction points for the hidden
964 service. If this is left unset, Tor will be smart and pick some reasonable
965 ones; most people can leave this unset.
968 \fBHiddenServiceExcludeNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
969 Do not use the specified nodes as introduction points for the hidden
970 service. In normal use there is no reason to set this.
973 \fBPublishHidServDescriptors \fR\fB0\fR|\fB1\fR\fP
974 If set to 0, Tor will run any hidden services you configure, but it won't
975 advertise them to the rendezvous directory. This option is only useful
976 if you're using a Tor controller that handles hidserv publishing for you.
977 (Default: 1)
980 \fBRendPostPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP
981 Every time the specified period elapses, Tor uploads any rendezvous
982 service descriptors to the directory servers.  This information is also
983 uploaded whenever it changes.  (Default: 20 minutes)
985 .\" UNDOCUMENTED
986 .\" ignoreversion
988 .SH SIGNALS
989 Tor catches the following signals:
992 \fBSIGTERM\fR
993 Tor will catch this, clean up and sync to disk if necessary, and exit.
996 \fBSIGINT\fR
997 Tor clients behave as with SIGTERM; but Tor servers will do a controlled
998 slow shutdown, closing listeners and waiting 30 seconds before exiting.
999 (The delay can be configured with the ShutdownWaitLength config option.)
1002 \fBSIGHUP\fR
1003 The signal instructs Tor to reload its configuration (including closing
1004 and reopening logs), fetch a new directory, and kill and restart its
1005 helper processes if applicable.
1008 \fBSIGUSR1\fR
1009 Log statistics about current connections, past connections, and
1010 throughput.
1013 \fBSIGUSR2\fR
1014 Switch all logs to loglevel debug. You can go back to the old loglevels
1015 by sending a SIGHUP.
1018 \fBSIGCHLD\fR
1019 Tor receives this signal when one of its helper processes has exited,
1020 so it can clean up.
1023 \fBSIGPIPE\fR
1024 Tor catches this signal and ignores it.
1027 \fBSIGXFSZ\fR
1028 If this signal exists on your platform, Tor catches and ignores it.
1030 .SH FILES
1033 .B @CONFDIR@/torrc
1034 The configuration file, which contains "option value" pairs.
1037 .B @LOCALSTATEDIR@/lib/tor/
1038 The tor process stores keys and other data here.
1041 .B \fIDataDirectory\fP/cached-status/*
1042 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.
1045 .B \fIDataDirectory\fB/cached-routers\fR and \fBcached-routers.new\fR
1046 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.
1049 .B \fIDataDirectory\fP/state
1050 A set of persistent key-value mappings.  These are documented in the file.  These include:
1051 .PD 0
1052 .RS 5
1053 .IP "- The current entry guards and their status."
1054 .IP "- The current bandwidth accounting values (unused so far; see below)."
1055 .IP "- When the file was last written"
1056 .IP "- What version of Tor generated the state file"
1057 .IP "- A short history of bandwidth usage, as produced in the router descriptors."
1062 .B \fIDataDirectory\fP/bw_accounting
1063 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.
1066 .B \fIDataDirectory\fP/control_auth_cookie
1067 Used for cookie authentication with the controller. Regenerated on startup.  See control-spec.txt for details.  Only used when cookie authentication is enabled.
1070 .B \fIDataDirectory\fP/keys/*
1071 Only used by servers.  Holds identity keys and onion keys.
1074 .B \fIDataDirectory\fP/fingerprint
1075 Only used by servers.  Holds the fingerprint of the server's identity key.
1078 .B \fIDataDirectory\fP/approved-routers
1079 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.
1082 .B \fIHiddenServiceDirectory\fP/hostname 
1083 The <base32-encoded-fingerprint>.onion domain name for this hidden service.
1086 .B \fIHiddenServiceDirectory\fP/private_key 
1087 The private key for this hidden service.
1088 .SH SEE ALSO
1089 .BR privoxy (1),
1090 .BR tsocks (1),
1091 .BR torify (1)
1093 .BR http://tor.eff.org/
1095 .SH BUGS
1096 Plenty, probably. Tor is still in development. Please report them.
1097 .SH AUTHORS
1098 Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.