3e10f10bdf45dfc49188b967e819228afbc1580d
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: June 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 18 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 18 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 tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

221) <DT><B>PIDFile </B><I>FILE</I><DD>
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 18 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 18 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 tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

331) <DT><B>FirewallPorts </B><I>PORTS</I><DD>
332) A list of ports that your firewall allows you to connect to.  Only used when
Thomas Sjögren Update tor-manual-cvs.html...

Thomas Sjögren authored 18 years ago

333) <B>FascistFirewall</B> is set. (Default: 80, 443)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

334) </DL>
335) <P>
336) 
337) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

338) <DT><B>LongLivedPorts </B><I>PORTS</I><DD>
339) A list of ports for services that tend to have long-running connections
340) (e.g. chat and interactive shells). Circuits for streams that use these
341) 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 18 years ago

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

Thomas Sjögren authored 18 years ago

344) </DL>
345) <P>
346) 
347) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

349) When a request for address arrives to Tor, it will rewrite it to newaddress before 
350) processing it. For example, if you always want connections to <A HREF="http://www.indymedia.org">www.indymedia.org</A> to 
351) exit via <I>torserver</I> (where <I>torserver</I> is the nickname of the server), 
352) 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

353) </DL>
354) <P>
355) 
356) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 19 years ago

358) 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

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

Thomas Sjögren authored 19 years ago

363) <DT><B>MaxCircuitDirtiness </B><I>NUM</I><DD>
364) 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

365) 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

366) </DL>
367) <P>
368) 
369) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

370) <DT><B>NodeFamily </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
371) The named Tor servers constitute a &quot;family&quot; of similar or co-administered
372) servers, so never use any two of them in the same circuit. Defining a
373) NodeFamily is only needed when a server doesn't list the family itself
374) (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

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

378) <DL COMPACT>
379) <DT><B>RendNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

380) 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

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

Thomas Sjögren authored 19 years ago

385) <DT><B>RendExcludeNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
386) 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

387) </DL>
388) <P>
389) 
390) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

395) </DL>
396) <P>
397) 
398) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

408) <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 18 years ago

409) Set an entrance policy for this server, to limit who can connect to the SOCKS ports. 
410) 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

411) </DL>
412) <P>
413) 
414) <DL COMPACT>
Thomas Sjögren update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

415) <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

416) For each value in the comma separated list, Tor will track recent connections
417) to hosts that match this value and attempt to
418) reuse the same exit node for each. If the value is prepended with a '.', it is
419) treated as matching an entire domain. If one of the values is just a '.', it
420) means match everything. This option is useful if you frequently connect to
421) sites that will expire all your authentication cookies (ie log you out) if
422) your IP address changes. Note that this option does have the disadvantage of
423) making it more clear that a given history is
424) associated with a single user. However, most people who would wish to observe
425) 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

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

Thomas Sjögren authored 19 years ago

430) <DT><B>TrackHostExitsExpire </B><I>NUM</I><DD>
431) Since exit servers go up and down, it is desirable to expire the association
432) between host and exit server after NUM seconds of inactivity. The default
433) is 1800 seconds (30 minutes).
434) <P>
435) </DL>
436) <A NAME="lbAG">&nbsp;</A>
437) <H2>SERVER OPTIONS</H2>
438) 
439) <P>
440) 
441) 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

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

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

454) </DL>
455) <P>
456) 
457) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

458) <DT><B>ExitPolicy </B><I>policy</I>,<I>policy</I>,<I>...</I><DD>
459) 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

460) &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

461) If <B>/</B><I>MASK</I> is omitted then this policy just applies to the host
462) given.  Instead of giving a host or network you can also use &quot;<B>*</B>&quot; to
463) denote the universe (0.0.0.0/0).  <I>PORT</I> can be a single port number,
464) 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

465) 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

466) <P>
467) For example, &quot;reject 127.0.0.1:*,reject 192.168.1.0/24:*,accept *:*&quot; would
468) reject any traffic destined for localhost and any 192.168.1.* address, but
469) accept anything else.
470) <P>
471) This directive can be specified multiple times so you don't have to put
472) it all on one line.
473) <P>
474) See RFC 3330 for more details about internal and reserved IP address
475) space. Policies are considered first to last, and the first match wins. If
476) you want to _replace_ the default exit policy, end your exit policy with
477) either a reject *:* or an accept *:*. Otherwise, you're _augmenting_
478) (prepending to) the default exit policy. The default exit policy is:
479) 
480) <DL COMPACT><DT><DD>
481) <DL COMPACT>
482) <DT>reject 0.0.0.0/8<DD>
483) <DT>reject 169.254.0.0/16<DD>
484) <DT>reject 127.0.0.0/8<DD>
485) <DT>reject 192.168.0.0/16<DD>
486) <DT>reject 10.0.0.0/8<DD>
487) <DT>reject 172.16.0.0/12<DD>
488) <DT>reject *:25<DD>
489) <DT>reject *:119<DD>
490) <DT>reject *:135-139<DD>
491) <DT>reject *:445<DD>
492) <DT>reject *:1214<DD>
493) <DT>reject *:4661-4666<DD>
494) <DT>reject *:6346-6429<DD>
495) <DT>reject *:6699<DD>
496) <DT>reject *:6881-6999<DD>
497) <DT>accept *:*<DD>
498) </DL>
499) </DL>
500) 
501) 
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

506) <DT><B>MaxOnionsPending </B><I>NUM</I><DD>
507) 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

508) </DL>
509) <P>
510) 
511) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

512) <DT><B>MyFamily </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
513) Declare that this Tor server is controlled or administered by a group
514) or organization identical or similar to that of the other named servers.
515) When two servers both declare that they are in the same 'family', Tor clients
516) will not use them in the same circuit.  (Each server only needs to list the
517) 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

518) </DL>
519) <P>
520) 
521) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

524) </DL>
525) <P>
526) 
527) <DL COMPACT>
Thomas Sjögren update tor-manual-cvs.html...

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

534) </DL>
535) <P>
536) 
537) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

538) <DT><B>NumCPUs </B><I>num</I><DD>
539) 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

540) </DL>
541) <P>
542) 
543) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 19 years ago

545) 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

546) </DL>
547) <P>
548) 
549) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

558) <DT><B>RedirectExit </B><I>pattern target</I><DD>
559) Whenever an outgoing connection tries to connect to one of a given set
560) of addresses, connect to <I>target</I> (an <I>address:port</I> pair) instead.
561) The address
562) pattern is given in the same format as for an exit policy.  The
563) address translation applies after exit policies are applied.  Multiple
564) <B>RedirectExit</B> options can be used: once any one has matched
565) successfully, no subsequent rules are considered.  You can specify that no
566) redirection is to be performed on a given set of addresses by using the
567) special target string &quot;pass&quot;, which prevents subsequent rules from being
568) considered.
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>ShutdownWaitLength</B><I>NUM</I><DD>
574) When we get a SIGINT and we're a server, we begin shutting down: we close
575) listeners and start refusing new circuits. After <B>NUM</B> seconds,
576) we exit. If we get a second SIGINT, we exit immediately.  (Default:
577) 30 seconds)
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

578) </DL>
579) <P>
580) 
581) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

590) <DT><B>AccountingMax </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD>
591) Never send more than the specified number of bytes in a given
592) 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

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

Thomas Sjögren authored 19 years ago

596) When the number of bytes is exhausted, Tor will hibernate until some
597) time in the next accounting period.  To prevent all servers from
598) waking at the same time, Tor will also wait until a random point in
599) 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

600) 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

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

608) <DT><B>AccountingStart </B><B>day</B>|<B>week</B>|<B>month</B> [<I>day</I>] <I>HH:MM</I><DD>
609) Specify how long accounting periods last.  If <B>month</B> is given,
610) each accounting period runs from the time <I>HH:MM</I> on the
611) <I>day</I>th day of one month to the same day and time of the next.
612) (The day must be between 1 and 28.)  If <B>week</B> is given, each
613) accounting period runs from the time <I>HH:MM</I> of the <I>day</I>th
614) day of one week to the same day and time of the next week, with Monday
615) as day 1 and Sunday as day 7.  If <B>day</B> is given, each accounting
616) period runs from the time <I>HH:MM</I> each day to the same time on the
617) next day.  All times are local, and given in 24-hour time.  (Defaults to
618) &quot;month 1 0:00&quot;.)
619) <P>
620) </DL>
621) <A NAME="lbAH">&nbsp;</A>
622) <H2>DIRECTORY SERVER OPTIONS</H2>
623) 
624) <P>
625) 
626) 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

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

Thomas Sjögren authored 19 years ago

629) <DL COMPACT>
630) <DT><B>AuthoritativeDirectory </B><B>0</B>|<B>1</B><DD>
631) When this option is set to 1, Tor operates as an authoritative
632) directory server.  Instead of caching the directory, it generates its
633) own list of good servers, signs it, and sends that to the clients.
634) Unless the clients already have you listed as a trusted directory, you
635) probably do not want to set this option.  Please coordinate with the other
636) 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

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>DirPort </B><I>PORT</I><DD>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

643) </DL>
644) <P>
645) 
646) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

647) <DT><B>DirBindAddress </B><I>IP</I>[:<I>PORT</I>]<DD>
648) Bind the directory service to this address. If you specify a port, bind
649) 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

650) </DL>
651) <P>
652) 
653) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

654) <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 18 years ago

655) Set an entrance policy for this server, to limit who can connect to the directory ports. 
656) 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

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

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

667) </DL>
668) <P>
669) 
670) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

671) <DT><B>DirAllowPrivateAddresses </B><B>0</B>|<B>1</B><DD>
672) If set to 1, Tor will accept router descriptors with arbitrary &quot;Address&quot;
673) elements. Otherwise, if the address is not an IP or is a private IP,
674) 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

675) </DL>
676) <P>
677) 
678) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

679) <DT><B>RunTesting </B><B>0</B>|<B>1</B><DD>
680) If set to 1, Tor tries to build circuits through all of the servers it
681) knows about, so it can tell which are up and which are down.  This
682) option is only useful for authoritative directories, so you probably
683) don't want to use it.
684) <P>
685) </DL>
686) <A NAME="lbAI">&nbsp;</A>
687) <H2>HIDDEN SERVICE OPTIONS</H2>
688) 
689) <P>
690) 
691) 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

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

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

703) <DT><B>HiddenServicePort </B><I>VIRTPORT </I>[<I>TARGET</I>]<DD>
704) Configure a virtual port VIRTPORT for a hidden service.  You may use this
705) option multiple times; each time applies to the service using the most recent
706) hiddenservicedir.  By default, this option maps the virtual port to the
707) same port on 127.0.0.1.  You may override the target port, address, or both
708) 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

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

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

721) <DT><B>HiddenServiceExcludeNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
722) Do not use the specified nodes as introduction points for the hidden
723) 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

724) </DL>
725) <P>
726) 
727) <DL COMPACT>
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

732) <P>
733) 
734) 
735) <P>
736) </DL>
737) <A NAME="lbAJ">&nbsp;</A>
738) <H2>SIGNALS</H2>
739) 
740) Tor catches the following signals:
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

743) <DL COMPACT>
744) <DT><B>SIGTERM</B><DD>
745) 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

746) </DL>
747) <P>
748) 
749) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

750) <DT><B>SIGINT</B><DD>
751) Tor clients behave as with SIGTERM; but Tor servers will do a controlled
752) 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

753) (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

754) </DL>
755) <P>
756) 
757) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

776) </DL>
777) <P>
778) 
779) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

783) </DL>
784) <P>
785) 
786) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 18 years ago

789) </DL>
790) <P>
791) 
792) <DL COMPACT>
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

793) <DT><B>SIGXFSZ</B><DD>
794) If this signal exists on your platform, Tor catches and ignores it.
795) <P>
796) </DL>
797) <A NAME="lbAK">&nbsp;</A>
798) <H2>FILES</H2>
799) 
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

802) <DL COMPACT>
803) <DT><I>@CONFDIR@/torrc</I>
804) 
805) <DD>
806) 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

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

Thomas Sjögren authored 19 years ago

811) <DT><I>@LOCALSTATEDIR@/lib/tor/</I>
812) 
813) <DD>
814) The tor process stores keys and other data here.
815) <P>
816) </DL>
817) <A NAME="lbAL">&nbsp;</A>
818) <H2>SEE ALSO</H2>
819) 
Thomas Sjögren Updated tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

820) <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

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

Thomas Sjögren authored 19 years ago

822) <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

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

Thomas Sjögren authored 19 years ago

824) <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

825) 
826) <P>
827) <B><A HREF="http://tor.eff.org/">http://tor.eff.org/</A></B>
828) 
829) <P>
830) <A NAME="lbAM">&nbsp;</A>
831) <H2>BUGS</H2>
832) 
Thomas Sjögren Update tor-manual-cvs.html

Thomas Sjögren authored 19 years ago

833) 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

834) <A NAME="lbAN">&nbsp;</A>
835) <H2>AUTHORS</H2>
836) 
837) 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;.
838) <P>
839) 
840) <HR>
841) <A NAME="index">&nbsp;</A><H2>Index</H2>
842) <DL>
843) <DT><A HREF="#lbAB">NAME</A><DD>
844) <DT><A HREF="#lbAC">SYNOPSIS</A><DD>
845) <DT><A HREF="#lbAD">DESCRIPTION</A><DD>
846) <DT><A HREF="#lbAE">OPTIONS</A><DD>
847) <DT><A HREF="#lbAF">CLIENT OPTIONS</A><DD>
848) <DT><A HREF="#lbAG">SERVER OPTIONS</A><DD>
849) <DT><A HREF="#lbAH">DIRECTORY SERVER OPTIONS</A><DD>
850) <DT><A HREF="#lbAI">HIDDEN SERVICE OPTIONS</A><DD>
851) <DT><A HREF="#lbAJ">SIGNALS</A><DD>
852) <DT><A HREF="#lbAK">FILES</A><DD>
853) <DT><A HREF="#lbAL">SEE ALSO</A><DD>
854) <DT><A HREF="#lbAM">BUGS</A><DD>
855) <DT><A HREF="#lbAN">AUTHORS</A><DD>
856) </DL>
857) <HR>
858) This document was created by
Thomas Sjögren Updated tor-manual-cvs.html...

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 19 years ago

860) using the manual pages.<BR>
Thomas Sjögren tor-manual-cvs.html: post r...

Thomas Sjögren authored 18 years ago

861) Time: 22:36:14 GMT, June 26, 2005