From a3efc8e3d19a4b221c460f687f780915502542fb Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 1 Oct 2006 22:16:55 +0000 Subject: - V1 authorities should set "HSAuthoritativeDir 1" to continue being hidden service authorities too. - Just because your DirPort is open doesn't mean people should be able to remotely teach you about hidden service descriptors. Now only accept rendezvous posts if you've got HSAuthoritativeDir set. svn:r8573 --- doc/TODO | 2 +- doc/tor.1.in | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index 7da1ba9239..9c390b0143 100644 --- a/doc/TODO +++ b/doc/TODO @@ -176,7 +176,7 @@ N - Later, servers will stop generating new descriptors simply - Critical but minor bugs, backport candidates. d - Failed rend desc fetches sometimes don't get retried. True/false? -R - non-v1 authorities should not accept rend descs. + o non-v1 authorities should not accept rend descs. R - support dir 503s better o clients don't log as loudly when they receive them - they don't count toward the 3-strikes rule diff --git a/doc/tor.1.in b/doc/tor.1.in index 1d03ba7d47..c3ad410c5f 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -716,6 +716,11 @@ registered binding. See \fBapproved-routers\fP in the \fBFILES\fP section below. .LP .TP +\fBHSAuthoritativeDir \fR\fB0\fR|\fB1\fR\fP +When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor also +accepts and serves hidden service descriptors. (Default: 0) +.LP +.TP \fBDirPort \fR\fIPORT\fP Advertise the directory service on this port. .LP -- cgit v1.2.3-54-g00ecf