diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-12-07 05:13:53 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-12-07 05:13:53 +0000 |
commit | 65b14eae90059578714e6558c558b170c5671bed (patch) | |
tree | 4f60ed4c4963e97c445e6a6b978363c9dd4b2b92 /doc/tor.1.in | |
parent | 25d94d373ced4ef85414dc87b31be2ea891d6e16 (diff) | |
download | tor-65b14eae90059578714e6558c558b170c5671bed.tar.gz tor-65b14eae90059578714e6558c558b170c5671bed.zip |
Added hiddenservice files as well to the man page.
svn:r9033
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index d12f90acac..71f56c6138 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -946,6 +946,14 @@ Only used by servers. Holds the most recently generate router descriptor. .TP .B \fIDataDirectory\fP/approved-routers Only for naming authoritative directory servers (see \fBNamingAuthoritativeDirectory\fP). This file lists nickname to identity bindings. Each line lists a nickname and a fingerprint seperated by whitespace. See your \fBfingerprint\fP file in the \fIDataDirectory\fP for an example line. If the nickname is \fB!reject\fP then descriptors from the given identity (fingerprint) are rejected by the authoritative directory server. If it is \fB!invalid\fP then descriptors are accepted but marked in the directory as not valid, that is, not recommended. +.LP +.TP +.B \fIHiddenServiceDirectory\fP/hostname +The <base32-encoded-fingerprint>.onion domain name for this hidden service. +.LP +.TP +.B \fIHiddenServiceDirecotyr\fP/private_key +The private key for this hidden service. .SH SEE ALSO .BR privoxy (1), .BR tsocks (1), |