mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
move datadirectory to the 'general' section,
move contactinfo to the 'server' section svn:r2801
This commit is contained in:
parent
fde595feb7
commit
a24bd3c024
10
doc/tor.1.in
10
doc/tor.1.in
@ -47,6 +47,9 @@ A token bucket limits the average incoming bandwidth on this node to NUM bytes p
|
|||||||
\fBBandwidthBurstBytes \fR\fINUM\fP
|
\fBBandwidthBurstBytes \fR\fINUM\fP
|
||||||
Limit the maximum token bucket size (also known as the burst) to NUM bytes. (Default: 50000000)
|
Limit the maximum token bucket size (also known as the burst) to NUM bytes. (Default: 50000000)
|
||||||
.TP
|
.TP
|
||||||
|
\fBDataDirectory \fR\fIDIR\fP
|
||||||
|
Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor)
|
||||||
|
.TP
|
||||||
\fBDirServer \fR\fIaddress:port fingerprint\fP
|
\fBDirServer \fR\fIaddress:port fingerprint\fP
|
||||||
Use a nonstandard authoritative directory server at the provided
|
Use a nonstandard authoritative directory server at the provided
|
||||||
address and port, with the specified key fingerprint. This option can
|
address and port, with the specified key fingerprint. This option can
|
||||||
@ -167,8 +170,8 @@ The following options are useful only for servers (that is, if \fBORPort\fP is n
|
|||||||
\fBAddress \fR\fIaddress\fP
|
\fBAddress \fR\fIaddress\fP
|
||||||
The IP or fqdn of this server (e.g. moria.mit.edu).
|
The IP or fqdn of this server (e.g. moria.mit.edu).
|
||||||
.TP
|
.TP
|
||||||
\fBDataDirectory \fR\fIDIR\fP
|
\fBContactInfo \fR\fIemail address\fP
|
||||||
Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor)
|
Administrative contact information for server.
|
||||||
.TP
|
.TP
|
||||||
\fBExitPolicy \fR\fIpolicy,policy,...\fP
|
\fBExitPolicy \fR\fIpolicy,policy,...\fP
|
||||||
Set an exit policy for this server. Each policy is of the form
|
Set an exit policy for this server. Each policy is of the form
|
||||||
@ -271,9 +274,6 @@ Unless the clients already have you listed as a trusted directory, you
|
|||||||
probably do not want to set this option. Please coordinate with the other
|
probably do not want to set this option. Please coordinate with the other
|
||||||
admins at tor-ops@freehaven.net if you think you should be a directory.
|
admins at tor-ops@freehaven.net if you think you should be a directory.
|
||||||
.TP
|
.TP
|
||||||
\fBContactInfo \fR\fIemail address\fP
|
|
||||||
Administrative contact information for server.
|
|
||||||
.TP
|
|
||||||
\fBDirPort \fR\fIPORT\fP
|
\fBDirPort \fR\fIPORT\fP
|
||||||
Bind the directory service to this port.
|
Bind the directory service to this port.
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
Reference in New Issue
Block a user