e353b9ee6627d15500e379303f24973188511bff
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

1) Content-type: text/html
2) 
3) <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4) <HTML><HEAD><TITLE>Man page of TOR</TITLE>
5) </HEAD><BODY>
6) <H1>TOR</H1>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 18 years ago

7) Section: User Commands  (1)<BR>Updated: September 2005<BR><A HREF="#index">Index</A>
Thomas Sjögren Updated tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

8) <A HREF="../">Return to Main Contents</A><HR>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

9) 
10) <A NAME="lbAB">&nbsp;</A>
11) <H2>NAME</H2>
12) 
13) tor - The second-generation onion router
14) <A NAME="lbAC">&nbsp;</A>
15) <H2>SYNOPSIS</H2>
16) 
17) <B>tor</B>
18) 
19) [<I>OPTION value</I>]...
20) <A NAME="lbAD">&nbsp;</A>
21) <H2>DESCRIPTION</H2>
22) 
23) <I>tor</I>
24) 
25) is a connection-oriented anonymizing communication
26) service. Users choose a source-routed path through a set of nodes, and
27) negotiate a &quot;virtual circuit&quot; through the network, in which each node
28) knows its predecessor and successor, but no others. Traffic flowing down
29) the circuit is unwrapped by a symmetric key at each node, which reveals
30) the downstream node.
31) <P>
32) 
33) Basically <I>tor</I> provides a distributed network of servers (&quot;onion
34) routers&quot;). Users bounce their TCP streams -- web traffic, ftp, ssh, etc --
35) around the routers, and recipients, observers, and even the routers
36) themselves have difficulty tracking the source of the stream.
37) <A NAME="lbAE">&nbsp;</A>
38) <H2>OPTIONS</H2>
39) 
40) <B>-h, -help</B>
41) Display a short help message and exit.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

42) <P>
43) 
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

44) <DL COMPACT>
45) <DT><B>-f </B><I>FILE</I><DD>
46) FILE contains further &quot;option value&quot; pairs. (Default: @CONFDIR@/torrc)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

47) </DL>
48) <P>
49) 
50) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

51) <DT>Other options can be specified either on the command-line (<I>--option<DD>
52) value</I>), or in the configuration file (<I>option value</I>).
53) Options are case-insensitive.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

54) </DL>
55) <P>
56) 
57) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

58) <DT><B>BandwidthRate </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD>
59) A token bucket limits the average incoming bandwidth on this node to
Thomas Sjögren update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

60) the specified number of bytes per second. (Default: 2 MB)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

61) </DL>
62) <P>
63) 
64) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

65) <DT><B>BandwidthBurst </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD>
Thomas Sjögren update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

66) Limit the maximum token bucket size (also known as the burst) to the given number of bytes. (Default: 5 MB)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

67) </DL>
68) <P>
69) 
70) <DL COMPACT>
Thomas Sjögren Updated tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

71) <DT><B>MaxAdvertisedBandwidth </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD>
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.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

77) </DL>
78) <P>
79) 
80) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

81) <DT><B>ControlPort </B><I>Port</I><DD>
82) If set, Tor will accept connections from the same machine (localhost only) on
83) this port, and allow those connections to control the Tor process using the
84) Tor Control Protocol (described in control-spec.txt).  Note: unless you also
85) specify one of <B>HashedControlPassword</B> or <B>CookieAuthentication</B>,
86) setting this option will cause Tor to allow any process on the local host to
87) control it.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

88) </DL>
89) <P>
90) 
91) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

92) <DT><B>HashedControlPassword </B><I>hashed_password</I><DD>
93) Don't allow any connections on the control port except when the other process
94) knows the password whose one-way hash is <I>hashed_password</I>.  You can
95) compute the hash of a password by running &quot;tor --hash-password
96) <I>password</I>&quot;.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

97) </DL>
98) <P>
99) 
100) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

101) <DT><B>CookieAuthentication </B><B>0</B>|<B>1</B><DD>
102) If this option is set to 1, don't allow any connections on the control port
103) except when the connecting process knows the contents of a file named
104) &quot;control_auth_cookie&quot;, which Tor will create in its data directory.  This
105) authentication methods should only be used on systems with good filesystem
106) security. (Default: 0)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

107) </DL>
108) <P>
109) 
110) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

111) <DT><B>DataDirectory </B><I>DIR</I><DD>
112) Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

113) </DL>
114) <P>
115) 
116) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

117) <DT><B>DirFetchPeriod </B><I>N</I> <B>seconds</B>|<B>minutes</B>|<B>hours</B>|<B>days</B>|<B>weeks</B><DD>
118) Every time the specified period elapses, Tor downloads a directory.
119) A directory contains a signed list of all known servers as well as
120) their current liveness status. A value of &quot;0 seconds&quot; tells Tor to choose an
Thomas Sjögren Update tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

121) appropriate default. (Default: 1 hour for clients, 20 minutes for servers)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

122) </DL>
123) <P>
124) 
125) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

126) <DT><B>DirServer </B><I>address:port fingerprint</I><DD>
127) Use a nonstandard authoritative directory server at the provided
128) address and port, with the specified key fingerprint.  This option can
129) be repeated many times, for multiple authoritative directory
130) servers. If no <B>dirserver</B> line is given, Tor will use the default
131) directory servers: moria1, moria2, and tor26.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

132) </DL>
133) <P>
134) 
135) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

136) <DT><B>Group </B><I>GID</I><DD>
137) On startup, setgid to this user.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

138) </DL>
139) <P>
140) 
141) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

142) <DT><B>HttpProxy</B> <I>host</I>[:<I>port</I>]<DD>
Thomas Sjögren update tor-manual-cvs.html...

Thomas Sjögren authored 18 years ago

143) Tor will make all its directory requests through this host:port
144) (or host:80 if port is not specified),
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

145) rather than connecting directly to any directory servers.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

146) </DL>
147) <P>
148) 
149) <DL COMPACT>
Thomas Sjögren update tor-manual-cvs.html...

Thomas Sjögren authored 18 years ago

150) <DT><B>HttpProxyAuthenticator</B> <I>username:password</I><DD>
151) If defined, Tor will use this username:password for Basic Http proxy
152) authentication, as in RFC 2617. This is currently the only form of
153) Http proxy authentication that Tor supports; feel free to submit a
154) patch if you want it to support others.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

155) </DL>
156) <P>
157) 
158) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

159) <DT><B>HttpsProxy</B> <I>host</I>[:<I>port</I>]<DD>
Thomas Sjögren update tor-manual-cvs.html...

Thomas Sjögren authored 18 years ago

160) Tor will make all its OR (SSL) connections through this host:port
161) (or host:443 if port is not specified), via HTTP CONNECT rather than
162) connecting directly to servers.  You may want to set <B>FascistFirewall</B>
163) to restrict the set of ports you might try to connect to, if your Https
164) proxy only allows connecting to certain ports.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

165) </DL>
166) <P>
167) 
168) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

169) <DT><B>HttpsProxyAuthenticator</B> <I>username:password</I><DD>
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
Thomas Sjögren Update tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

173) patch if you want it to support others.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

174) </DL>
175) <P>
176) 
177) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

178) <DT><B>KeepalivePeriod </B><I>NUM</I><DD>
179) To keep firewalls from expiring connections, send a padding keepalive
Thomas Sjögren update tor-manual-cvs.html...

Thomas Sjögren authored 18 years ago

180) cell every NUM seconds on open connections that are in use. If the
181) connection has no open circuits, it will instead be closed after NUM
182) seconds of idleness. (Default: 5 minutes)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

183) </DL>
184) <P>
185) 
186) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

187) <DT><B>Log </B><I>minSeverity</I>[-<I>maxSeverity</I>] <B>stderr</B>|<B>stdout</B>|<B>syslog</B><DD>
188) Send all messages between <I>minSeverity</I> and <I>maxSeverity</I> to
189) the standard output stream, the standard error stream, or to the system
190) log. (The &quot;syslog&quot; value is only supported on Unix.)  Recognized
191) severity levels are debug, info, notice, warn, and err.  If only one
192) severity level is given, all messages of that level or higher will be
193) sent to the listed destination.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

194) </DL>
195) <P>
196) 
197) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

198) <DT><B>Log </B><I>minSeverity</I>[-<I>maxSeverity</I>] <B>file</B> <I>FILENAME</I><DD>
199) As above, but send log messages to the listed filename.  The &quot;Log&quot;
200) option may appear more than once in a configuration file.  Messages
201) are sent to all the logs that match their severity level.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

202) </DL>
203) <P>
204) 
205) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

206) <DT><B>MaxConn </B><I>NUM</I><DD>
207) Maximum number of simultaneous sockets allowed.  You probably don't need
208) to adjust this. (Default: 1024)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

209) </DL>
210) <P>
211) 
212) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

213) <DT><B>OutboundBindAddress </B><I>IP</I><DD>
214) Make all outbound connections originate from the IP address specified.  This
215) is only useful when you have multiple network interfaces, and you want all
216) of Tor's outgoing connections to use a single one.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

217) </DL>
218) <P>
219) 
220) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 18 years ago

221) <DT><B>PidFile </B><I>FILE</I><DD>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

222) On startup, write our PID to FILE. On clean shutdown, remove FILE.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

223) </DL>
224) <P>
225) 
226) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

227) <DT><B>RunAsDaemon </B><B>0</B>|<B>1</B><DD>
228) If 1, Tor forks and daemonizes to the background. (Default: 0)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

229) </DL>
230) <P>
231) 
232) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

233) <DT><B>SafeLogging </B><B>0</B>|<B>1</B><DD>
234) If 1, Tor replaces potentially sensitive strings in the logs
235) (e.g. addresses) with the string [scrubbed]. This way logs can still be
236) useful, but they don't leave behind personally identifying information
237) about what sites a user might have visited. (Default: 1)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

238) </DL>
239) <P>
240) 
241) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

242) <DT><B>StatusFetchPeriod </B><I>N</I> <B>seconds</B>|<B>minutes</B>|<B>hours</B>|<B>days</B>|<B>weeks</B><DD>
243) Every time the specified period elapses, Tor downloads signed status
244) information about the current state of known servers.  A value of
245) &quot;0 seconds&quot; tells Tor to choose an appropriate default. (Default: 30
Thomas Sjögren Update tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

246) minutes for clients, 15 minutes for servers)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

247) </DL>
248) <P>
249) 
250) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

251) <DT><B>User </B><I>UID</I><DD>
252) On startup, setuid to this user.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

253) </DL>
254) <P>
255) 
256) <DL COMPACT>
Thomas Sjögren tor-manual-cvs.html update

Thomas Sjögren authored 18 years ago

257) <DT><B>HardwareAccel </B><I>0|1</I><DD>
258) If non-zero, try to use crypto hardware acceleration when
259) available. (Default: 1. )
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

260) <P>
261) </DL>
262) <A NAME="lbAF">&nbsp;</A>
263) <H2>CLIENT OPTIONS</H2>
264) 
265) <P>
266) 
267) The following options are useful only for clients (that is, if <B>SOCKSPort</B> is non-zero):
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

268) <P>
269) 
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

270) <DL COMPACT>
271) <DT><B>AllowUnverifiedNodes</B> <B>entry</B>|<B>exit</B>|<B>middle</B>|<B>introduction</B>|<B>rendezvous</B>|...<DD>
272) Where on our circuits should we allow Tor servers that the directory
Thomas Sjögren Update tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

273) servers haven't authenticated as &quot;verified&quot;?  (Default: middle,rendezvous)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

274) </DL>
275) <P>
276) 
277) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

278) <DT><B>ClientOnly </B><B>0</B>|<B>1</B><DD>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

279) If set to 1, Tor will under no circumstances run as a server. The default
280) is to run as a client unless ORPort is configured.  (Usually,
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

281) you don't need to set this; Tor is pretty smart at figuring out whether
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

282) you are reliable and high-bandwidth enough to be a useful server.)
Thomas Sjögren update tor-manual-cvs.html...

Thomas Sjögren authored 18 years ago

283) <P>
284) This option will likely be deprecated in the future; see the NoPublish
285) option below. (Default: 0)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

286) </DL>
287) <P>
288) 
289) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

290) <DT><B>EntryNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
291) A list of preferred nodes to use for the first hop in the circuit, if possible.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

292) </DL>
293) <P>
294) 
295) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

296) <DT><B>ExitNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
297) A list of preferred nodes to use for the last hop in the circuit, if possible.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

298) </DL>
299) <P>
300) 
301) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

302) <DT><B>ExcludeNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
303) A list of nodes to never use when building a circuit.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

304) </DL>
305) <P>
306) 
307) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

308) <DT><B>StrictExitNodes </B><B>0</B>|<B>1</B><DD>
309) If 1, Tor will never use any nodes besides those listed in &quot;exitnodes&quot; for
310) the last hop of a circuit.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

311) </DL>
312) <P>
313) 
314) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

315) <DT><B>StrictEntryNodes </B><B>0</B>|<B>1</B><DD>
316) If 1, Tor will never use any nodes besides those listed in &quot;entrynodes&quot; for
317) the first hop of a circuit.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

318) </DL>
319) <P>
320) 
321) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

322) <DT><B>FascistFirewall </B><B>0</B>|<B>1</B><DD>
323) If 1, Tor will only create outgoing connections to ORs running on ports that
324) your firewall allows (defaults to 80 and 443; see <B>FirewallPorts</B>).  This will
325) allow you to run Tor as a client behind a firewall with restrictive policies,
326) but will not allow you to run as a server behind such a firewall.
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 18 years ago

327) This option is deprecated; use
328) ReachableAddresses instead.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

329) </DL>
330) <P>
331) 
332) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

333) <DT><B>FirewallPorts </B><I>PORTS</I><DD>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 18 years ago

334) A list of ports that your firewall allows you to connect to.  Only
335) used when <B>FascistFirewall</B> is set. This option is deprecated; use
336) ReachableAddresses instead. (Default: 80, 443)
337) </DL>
338) <P>
339) 
340) <DL COMPACT>
341) <DT><B>ReachableAddresses </B><I>ADDR</I>[<B>/</B><I>MASK</I>][:<I>PORT</I>]...<DD>
342) A comma-separated list of IPs that your firewall allows you to connect
343) to.  Only used when <B>FascistFirewall</B> is set.  The format is as
344) for the addresses in ExitPolicy, except that &quot;accept&quot; is understood
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 18 years ago

345) unless &quot;reject&quot; is explicitly provided.  For example, 'ReachableAddresses
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 18 years ago

346) 99.0.0.0/8, reject 18.0.0.0/8:80, accept *:80' means that your
347) firewall allows connections to everything inside net 99, rejects port
348) 80 connections to net 18, and accepts connections to port 80 otherwise.
349) (Default: 'accept *:*'.)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

350) </DL>
351) <P>
352) 
353) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

354) <DT><B>LongLivedPorts </B><I>PORTS</I><DD>
355) A list of ports for services that tend to have long-running connections
356) (e.g. chat and interactive shells). Circuits for streams that use these
357) ports will contain only high-uptime nodes, to reduce the chance that a
Thomas Sjögren Update tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

358) node will go down before the stream is finished. (Default: 21, 22, 706, 1863, 5050, 
359) 5190, 5222, 5223, 6667, 8300, 8888)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

360) </DL>
361) <P>
362) 
363) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

364) <DT><B>MapAddress</B> <I>address</I> <I>newaddress</I><DD>
Thomas Sjögren Update tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

365) When a request for address arrives to Tor, it will rewrite it to newaddress before 
366) processing it. For example, if you always want connections to <A HREF="http://www.indymedia.org">www.indymedia.org</A> to 
367) exit via <I>torserver</I> (where <I>torserver</I> is the nickname of the server), 
368) use &quot;MapAddress <A HREF="http://www.indymedia.org">www.indymedia.org</A> <A HREF="http://www.indymedia.org.torserver.exit">www.indymedia.org.torserver.exit</A>&quot;.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

369) </DL>
370) <P>
371) 
372) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

373) <DT><B>NewCircuitPeriod </B><I>NUM</I><DD>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

374) Every NUM seconds consider whether to build a new circuit. (Default: 30 seconds)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

375) </DL>
376) <P>
377) 
378) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

379) <DT><B>MaxCircuitDirtiness </B><I>NUM</I><DD>
380) Feel free to reuse a circuit that was first used at most NUM seconds
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

381) ago, but never attach a new stream to a circuit that is too old. (Default: 10 minutes)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

382) </DL>
383) <P>
384) 
385) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

386) <DT><B>NodeFamily </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
387) The named Tor servers constitute a &quot;family&quot; of similar or co-administered
388) servers, so never use any two of them in the same circuit. Defining a
389) NodeFamily is only needed when a server doesn't list the family itself
390) (with MyFamily). This option can be used multiple times.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

391) </DL>
392) <P>
Thomas Sjögren Update tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

393) 
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

394) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 18 years ago

395) <DT>
396) <DD>
397) 
398) 
399) 
400) <B>RendNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

401) A list of preferred nodes to use for the rendezvous point, if possible.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

402) </DL>
403) <P>
404) 
405) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

406) <DT><B>RendExcludeNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
407) A list of nodes to never use when choosing a rendezvous point.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

408) </DL>
409) <P>
410) 
411) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

412) <DT><B>SOCKSPort </B><I>PORT</I><DD>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

413) Advertise this port to listen for connections from SOCKS-speaking
414) applications.  Set this to 0 if you don't want to allow application
415) connections. (Default: 9050)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

416) </DL>
417) <P>
418) 
419) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

420) <DT><B>SOCKSBindAddress </B><I>IP</I>[:<I>PORT</I>]<DD>
421) Bind to this address to listen for connections from SOCKS-speaking
422) applications. (Default: 127.0.0.1) You can also specify a port
423) (e.g. 192.168.0.1:9100). This directive can be specified multiple times
424) to bind to multiple addresses/ports.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

425) </DL>
426) <P>
427) 
428) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

429) <DT><B>SOCKSPolicy </B><I>policy</I>,<I>policy</I>,<I>...</I><DD>
Thomas Sjögren Update tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

430) Set an entrance policy for this server, to limit who can connect to the SOCKS ports. 
431) The policies have the same form as exit policies below.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

432) </DL>
433) <P>
434) 
435) <DL COMPACT>
Thomas Sjögren update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

436) <DT><B>TrackHostExits </B><I>host</I>,<I>.domain</I>,<I>...</I><DD>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

437) For each value in the comma separated list, Tor will track recent connections
438) to hosts that match this value and attempt to
439) reuse the same exit node for each. If the value is prepended with a '.', it is
440) treated as matching an entire domain. If one of the values is just a '.', it
441) means match everything. This option is useful if you frequently connect to
442) sites that will expire all your authentication cookies (ie log you out) if
443) your IP address changes. Note that this option does have the disadvantage of
444) making it more clear that a given history is
445) associated with a single user. However, most people who would wish to observe
446) this will observe it through cookies or other protocol-specific means anyhow.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

447) </DL>
448) <P>
449) 
450) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

451) <DT><B>TrackHostExitsExpire </B><I>NUM</I><DD>
452) Since exit servers go up and down, it is desirable to expire the association
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 18 years ago

453) between host and exit server after NUM seconds. The default
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

454) is 1800 seconds (30 minutes).
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 18 years ago

455) </DL>
456) <P>
457) 
458) <DL COMPACT>
459) <DT><B>UseHelperNodes </B><I>0|1</I><DD>
460) If this option is set to 1, we pick a few entry servers as our &quot;helpers&quot;, and
461) try to use only those fixed entry servers.  This is desirable, because
462) constantly changing servers increases the odds that an adversary who owns
463) some servers will observe a fraction of your paths.
464) (Defaults to 0; will eventually default to 1.)
465) </DL>
466) <P>
467) 
468) <DL COMPACT>
469) <DT><B>NumHelperNodes </B><I>NUM</I><DD>
470) If UseHelperNodes is set to 1, we will try to pick a total of NUM helper
471) nodes as entries for our circuits.
472) (Defaults to 3.)
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

473) <P>
474) </DL>
475) <A NAME="lbAG">&nbsp;</A>
476) <H2>SERVER OPTIONS</H2>
477) 
478) <P>
479) 
480) The following options are useful only for servers (that is, if <B>ORPort</B> is non-zero):
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

481) <P>
482) 
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

483) <DL COMPACT>
484) <DT><B>Address </B><I>address</I><DD>
485) The IP or fqdn of this server (e.g. moria.mit.edu). You can leave this
486) unset, and Tor will guess your IP.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

487) </DL>
488) <P>
489) 
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 18 years ago

490) <DL COMPACT>
491) <DT><B>AssumeReachable </B><B>0</B>|<B>1</B><DD>
492) This option is used when bootstrapping a new Tor network. If set to 1,
493) don't do self-reachability testing; just upload your server descriptor
494) immediately. If <B>AuthoritativeDirectory</B> is also set, this option
495) instructs the dirserver to bypass remote reachability testing too and
496) list all connected servers as running.
497) </DL>
498) <P>
499) 
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

500) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

501) <DT><B>ContactInfo </B><I>email_address</I><DD>
502) Administrative contact information for server.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

503) </DL>
504) <P>
505) 
506) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

507) <DT><B>ExitPolicy </B><I>policy</I>,<I>policy</I>,<I>...</I><DD>
508) Set an exit policy for this server. Each policy is of the form
Thomas Sjögren update tor-manual-cvs.html...

Thomas Sjögren authored 18 years ago

509) &quot;<B>accept</B>|<B>reject</B> <I>ADDR</I>[<B>/</B><I>MASK</I>]<B>[:</B><I>PORT</I>]&quot;.
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

510) If <B>/</B><I>MASK</I> is omitted then this policy just applies to the host
511) given.  Instead of giving a host or network you can also use &quot;<B>*</B>&quot; to
512) denote the universe (0.0.0.0/0).  <I>PORT</I> can be a single port number,
513) an interval of ports &quot;<I>FROM_PORT</I><B>-</B><I>TO_PORT</I>&quot;, or &quot;<B>*</B>&quot;.
Thomas Sjögren update tor-manual-cvs.html...

Thomas Sjögren authored 18 years ago

514) If PORT is omitted, that means &quot;<B>*</B>&quot;.
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

515) <P>
516) For example, &quot;reject 127.0.0.1:*,reject 192.168.1.0/24:*,accept *:*&quot; would
517) reject any traffic destined for localhost and any 192.168.1.* address, but
518) accept anything else.
519) <P>
520) This directive can be specified multiple times so you don't have to put
521) it all on one line.
522) <P>
523) See RFC 3330 for more details about internal and reserved IP address
524) space. Policies are considered first to last, and the first match wins. If
525) you want to _replace_ the default exit policy, end your exit policy with
526) either a reject *:* or an accept *:*. Otherwise, you're _augmenting_
527) (prepending to) the default exit policy. The default exit policy is:
528) 
529) <DL COMPACT><DT><DD>
530) <DL COMPACT>
531) <DT>reject 0.0.0.0/8<DD>
532) <DT>reject 169.254.0.0/16<DD>
533) <DT>reject 127.0.0.0/8<DD>
534) <DT>reject 192.168.0.0/16<DD>
535) <DT>reject 10.0.0.0/8<DD>
536) <DT>reject 172.16.0.0/12<DD>
537) <DT>reject *:25<DD>
538) <DT>reject *:119<DD>
539) <DT>reject *:135-139<DD>
540) <DT>reject *:445<DD>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 18 years ago

541) <DT>reject *:465<DD>
542) <DT>reject *:587<DD>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

543) <DT>reject *:1214<DD>
544) <DT>reject *:4661-4666<DD>
545) <DT>reject *:6346-6429<DD>
546) <DT>reject *:6699<DD>
547) <DT>reject *:6881-6999<DD>
548) <DT>accept *:*<DD>
549) </DL>
550) </DL>
551) 
552) 
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

553) </DL>
554) <P>
555) 
556) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

557) <DT><B>MaxOnionsPending </B><I>NUM</I><DD>
558) If you have more than this number of onionskins queued for decrypt, reject new ones. (Default: 100)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

559) </DL>
560) <P>
561) 
562) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

563) <DT><B>MyFamily </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
564) Declare that this Tor server is controlled or administered by a group
565) or organization identical or similar to that of the other named servers.
566) When two servers both declare that they are in the same 'family', Tor clients
567) will not use them in the same circuit.  (Each server only needs to list the
568) other servers in its family; it doesn't need to list itself, but it won't hurt.)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

569) </DL>
570) <P>
571) 
572) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

573) <DT><B>Nickname </B><I>name</I><DD>
574) Set the server's nickname to 'name'.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

575) </DL>
576) <P>
577) 
578) <DL COMPACT>
Thomas Sjögren update tor-manual-cvs.html...

Thomas Sjögren authored 18 years ago

579) <DT><B>NoPublish </B><B>0</B>|<B>1</B><DD>
580) If you set NoPublish 1, Tor will act as a server if you have an ORPort
581) defined, but it will not publish its descriptor to the dirservers. This
582) option is useful if you're testing out your server, or if you're using
583) alternate dirservers (e.g. for other Tor networks such as Blossom).
584) (Default: 0)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

585) </DL>
586) <P>
587) 
588) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

589) <DT><B>NumCPUs </B><I>num</I><DD>
590) How many processes to use at once for decrypting onionskins. (Default: 1)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

591) </DL>
592) <P>
593) 
594) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

595) <DT><B>ORPort </B><I>PORT</I><DD>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

596) Advertise this port to listen for connections from Tor clients and servers.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

597) </DL>
598) <P>
599) 
600) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

601) <DT><B>ORBindAddress </B><I>IP</I>[:<I>PORT</I>]<DD>
602) Bind to this IP address to listen for connections from Tor clients and
603) servers. If you specify a port, bind to this port rather than the one
604) specified in ORPort. (Default: 0.0.0.0)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

605) </DL>
606) <P>
607) 
608) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

609) <DT><B>RedirectExit </B><I>pattern target</I><DD>
610) Whenever an outgoing connection tries to connect to one of a given set
611) of addresses, connect to <I>target</I> (an <I>address:port</I> pair) instead.
612) The address
613) pattern is given in the same format as for an exit policy.  The
614) address translation applies after exit policies are applied.  Multiple
615) <B>RedirectExit</B> options can be used: once any one has matched
616) successfully, no subsequent rules are considered.  You can specify that no
617) redirection is to be performed on a given set of addresses by using the
618) special target string &quot;pass&quot;, which prevents subsequent rules from being
619) considered.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

620) </DL>
621) <P>
622) 
623) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 18 years ago

624) <DT><B>ShutdownWaitLength</B> <I>NUM</I><DD>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

625) When we get a SIGINT and we're a server, we begin shutting down: we close
626) listeners and start refusing new circuits. After <B>NUM</B> seconds,
627) we exit. If we get a second SIGINT, we exit immediately.  (Default:
628) 30 seconds)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

629) </DL>
630) <P>
631) 
632) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

633) <DT><B>DirPostPeriod </B><I>N</I> <B>seconds</B>|<B>minutes</B>|<B>hours</B>|<B>days</B>|<B>weeks</B><DD>
634) Every time the specified period elapses, Tor uploads its server
635) descriptors to the directory servers.  This information is also
Thomas Sjögren Update tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

636) uploaded whenever it changes.  (Default: 20 minutes)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

637) </DL>
638) <P>
639) 
640) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

641) <DT><B>AccountingMax </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD>
642) Never send more than the specified number of bytes in a given
643) accounting period, or receive more than that number in the period.
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

644) For example, with AccountingMax set to 1 GB, a server could send 900 MB
645) and receive 800 MB and continue running. It will only hibernate once one
646) of the two reaches 1 GB.
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

647) When the number of bytes is exhausted, Tor will hibernate until some
648) time in the next accounting period.  To prevent all servers from
649) waking at the same time, Tor will also wait until a random point in
650) each period before waking up.  If you have bandwidth cost issues,
Thomas Sjögren Updated tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

651) enabling hibernation is preferable to setting a low bandwidth, since it
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

652) provides users with a collection of fast servers that are up some of
653) the time, which is more useful than a set of slow servers that are
654) always &quot;available&quot;.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

655) </DL>
656) <P>
657) 
658) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

659) <DT><B>AccountingStart </B><B>day</B>|<B>week</B>|<B>month</B> [<I>day</I>] <I>HH:MM</I><DD>
660) Specify how long accounting periods last.  If <B>month</B> is given,
661) each accounting period runs from the time <I>HH:MM</I> on the
662) <I>day</I>th day of one month to the same day and time of the next.
663) (The day must be between 1 and 28.)  If <B>week</B> is given, each
664) accounting period runs from the time <I>HH:MM</I> of the <I>day</I>th
665) day of one week to the same day and time of the next week, with Monday
666) as day 1 and Sunday as day 7.  If <B>day</B> is given, each accounting
667) period runs from the time <I>HH:MM</I> each day to the same time on the
668) next day.  All times are local, and given in 24-hour time.  (Defaults to
669) &quot;month 1 0:00&quot;.)
670) <P>
671) </DL>
672) <A NAME="lbAH">&nbsp;</A>
673) <H2>DIRECTORY SERVER OPTIONS</H2>
674) 
675) <P>
676) 
677) The following options are useful only for directory servers (that is, if <B>DirPort</B> is non-zero):
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

678) <P>
679) 
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

680) <DL COMPACT>
681) <DT><B>AuthoritativeDirectory </B><B>0</B>|<B>1</B><DD>
682) When this option is set to 1, Tor operates as an authoritative
683) directory server.  Instead of caching the directory, it generates its
684) own list of good servers, signs it, and sends that to the clients.
685) Unless the clients already have you listed as a trusted directory, you
686) probably do not want to set this option.  Please coordinate with the other
687) admins at <A HREF="mailto:tor-ops@freehaven.net">tor-ops@freehaven.net</A> if you think you should be a directory.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

688) </DL>
689) <P>
690) 
691) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

692) <DT><B>DirPort </B><I>PORT</I><DD>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

693) Advertise the directory service on this port.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

694) </DL>
695) <P>
696) 
697) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

698) <DT><B>DirBindAddress </B><I>IP</I>[:<I>PORT</I>]<DD>
699) Bind the directory service to this address. If you specify a port, bind
700) to this port rather than the one specified in DirPort. (Default: 0.0.0.0)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

701) </DL>
702) <P>
703) 
704) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

705) <DT><B>DirPolicy </B><I>policy</I>,<I>policy</I>,<I>...</I><DD>
Thomas Sjögren Update tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

706) Set an entrance policy for this server, to limit who can connect to the directory ports. 
707) The policies have the same form as exit policies above.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

708) </DL>
709) <P>
710) 
711) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

712) <DT><B>RecommendedVersions </B><I>STRING</I><DD>
713) STRING is a command-separated list of Tor versions currently believed
714) to be safe. The list is included in each directory, and nodes which
715) pull down the directory learn whether they need to upgrade.  This
716) option can appear multiple times: the values from multiple lines are
717) spliced together.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

718) </DL>
719) <P>
720) 
721) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

722) <DT><B>DirAllowPrivateAddresses </B><B>0</B>|<B>1</B><DD>
723) If set to 1, Tor will accept router descriptors with arbitrary &quot;Address&quot;
724) elements. Otherwise, if the address is not an IP or is a private IP,
725) it will reject the router descriptor. Defaults to 0.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

726) </DL>
727) <P>
728) 
729) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

730) <DT><B>RunTesting </B><B>0</B>|<B>1</B><DD>
731) If set to 1, Tor tries to build circuits through all of the servers it
732) knows about, so it can tell which are up and which are down.  This
733) option is only useful for authoritative directories, so you probably
734) don't want to use it.
735) <P>
736) </DL>
737) <A NAME="lbAI">&nbsp;</A>
738) <H2>HIDDEN SERVICE OPTIONS</H2>
739) 
740) <P>
741) 
742) The following options are used to configure a hidden service.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

743) <P>
744) 
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

745) <DL COMPACT>
746) <DT><B>HiddenServiceDir </B><I>DIRECTORY</I><DD>
747) Store data files for a hidden service in DIRECTORY.  Every hidden
748) service must have a separate directory.  You may use this option multiple
749) times to specify multiple services.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

750) </DL>
751) <P>
752) 
753) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

754) <DT><B>HiddenServicePort </B><I>VIRTPORT </I>[<I>TARGET</I>]<DD>
755) Configure a virtual port VIRTPORT for a hidden service.  You may use this
756) option multiple times; each time applies to the service using the most recent
757) hiddenservicedir.  By default, this option maps the virtual port to the
758) same port on 127.0.0.1.  You may override the target port, address, or both
759) by specifying a target of addr, port, or addr:port.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

760) </DL>
761) <P>
762) 
763) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

764) <DT><B>HiddenServiceNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
765) If possible, use the specified nodes as introduction points for the hidden
766) service. If this is left unset, Tor will be smart and pick some reasonable
767) ones; most people can leave this unset.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

768) </DL>
769) <P>
770) 
771) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

772) <DT><B>HiddenServiceExcludeNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
773) Do not use the specified nodes as introduction points for the hidden
774) service. In normal use there is no reason to set this.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

775) </DL>
776) <P>
777) 
778) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

779) <DT><B>RendPostPeriod </B><I>N</I> <B>seconds</B>|<B>minutes</B>|<B>hours</B>|<B>days</B>|<B>weeks</B><DD>
780) Every time the specified period elapses, Tor uploads any rendezvous
781) service descriptors to the directory servers.  This information is also
Thomas Sjögren Update tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

782) uploaded whenever it changes.  (Default: 20 minutes)
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

783) <P>
784) 
785) 
786) <P>
787) </DL>
788) <A NAME="lbAJ">&nbsp;</A>
789) <H2>SIGNALS</H2>
790) 
791) Tor catches the following signals:
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

792) <P>
793) 
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

794) <DL COMPACT>
795) <DT><B>SIGTERM</B><DD>
796) Tor will catch this, clean up and sync to disk if necessary, and exit.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

797) </DL>
798) <P>
799) 
800) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

801) <DT><B>SIGINT</B><DD>
802) Tor clients behave as with SIGTERM; but Tor servers will do a controlled
803) slow shutdown, closing listeners and waiting 30 seconds before exiting.
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

804) (The delay can be configured with the ShutdownWaitLength config option.)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

805) </DL>
806) <P>
807) 
808) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

809) <DT><B>SIGHUP</B><DD>
810) The signal instructs Tor to reload its configuration (including closing
811) and reopening logs), fetch a new directory, and kill and restart its
812) helper processes if applicable.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

813) </DL>
814) <P>
815) 
816) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

817) <DT><B>SIGUSR1</B><DD>
818) Log statistics about current connections, past connections, and
819) throughput.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

820) </DL>
821) <P>
822) 
823) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

824) <DT><B>SIGUSR2</B><DD>
825) Switch all logs to loglevel debug. You can go back to the old loglevels
826) by sending a SIGHUP.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

827) </DL>
828) <P>
829) 
830) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

831) <DT><B>SIGCHLD</B><DD>
832) Tor receives this signal when one of its helper processes has exited,
833) so it can clean up.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

834) </DL>
835) <P>
836) 
837) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

838) <DT><B>SIGPIPE</B><DD>
839) Tor catches this signal and ignores it.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

840) </DL>
841) <P>
842) 
843) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

844) <DT><B>SIGXFSZ</B><DD>
845) If this signal exists on your platform, Tor catches and ignores it.
846) <P>
847) </DL>
848) <A NAME="lbAK">&nbsp;</A>
849) <H2>FILES</H2>
850) 
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

851) <P>
852) 
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

853) <DL COMPACT>
854) <DT><I>@CONFDIR@/torrc</I>
855) 
856) <DD>
857) The configuration file, which contains &quot;option value&quot; pairs.
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

858) </DL>
859) <P>
860) 
861) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

862) <DT><I>@LOCALSTATEDIR@/lib/tor/</I>
863) 
864) <DD>
865) The tor process stores keys and other data here.
866) <P>
867) </DL>
868) <A NAME="lbAL">&nbsp;</A>
869) <H2>SEE ALSO</H2>
870) 
Thomas Sjögren Updated tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

871) <B><A HREF="../?1+privoxy">privoxy</A></B>(1),
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

872) 
Thomas Sjögren Updated tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

873) <B><A HREF="../?1+tsocks">tsocks</A></B>(1),
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

874) 
Thomas Sjögren Updated tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

875) <B><A HREF="../?1+torify">torify</A></B>(1)
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

876) 
877) <P>
878) <B><A HREF="http://tor.eff.org/">http://tor.eff.org/</A></B>
879) 
880) <P>
881) <A NAME="lbAM">&nbsp;</A>
882) <H2>BUGS</H2>
883) 
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

884) Plenty, probably. Tor is still in development. Please report them.
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

885) <A NAME="lbAN">&nbsp;</A>
886) <H2>AUTHORS</H2>
887) 
888) Roger Dingledine &lt;<A HREF="mailto:arma@mit.edu">arma@mit.edu</A>&gt;, Nick Mathewson &lt;<A HREF="mailto:nickm@alum.mit.edu">nickm@alum.mit.edu</A>&gt;.
889) <P>
890) 
891) <HR>
892) <A NAME="index">&nbsp;</A><H2>Index</H2>
893) <DL>
894) <DT><A HREF="#lbAB">NAME</A><DD>
895) <DT><A HREF="#lbAC">SYNOPSIS</A><DD>
896) <DT><A HREF="#lbAD">DESCRIPTION</A><DD>
897) <DT><A HREF="#lbAE">OPTIONS</A><DD>
898) <DT><A HREF="#lbAF">CLIENT OPTIONS</A><DD>
899) <DT><A HREF="#lbAG">SERVER OPTIONS</A><DD>
900) <DT><A HREF="#lbAH">DIRECTORY SERVER OPTIONS</A><DD>
901) <DT><A HREF="#lbAI">HIDDEN SERVICE OPTIONS</A><DD>
902) <DT><A HREF="#lbAJ">SIGNALS</A><DD>
903) <DT><A HREF="#lbAK">FILES</A><DD>
904) <DT><A HREF="#lbAL">SEE ALSO</A><DD>
905) <DT><A HREF="#lbAM">BUGS</A><DD>
906) <DT><A HREF="#lbAN">AUTHORS</A><DD>
907) </DL>
908) <HR>
909) This document was created by
Thomas Sjögren Updated tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

910) <A HREF="../">man2html</A>,
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

911) using the manual pages.<BR>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 18 years ago

912) Time: 22:34:22 GMT, September 14, 2005