mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
fix description of PublishServerDescriptor
the values of "v3" and "bridge" have to do with *where* you publish to, not whether you publish.
This commit is contained in:
parent
d655388a4a
commit
77bb85ba87
@ -1815,13 +1815,13 @@ is non-zero):
|
||||
+
|
||||
If this option is set to 0, Tor will not publish its
|
||||
descriptors to any directories. (This is useful if you're testing
|
||||
out your server, or if you're using a Tor controller that handles directory
|
||||
publishing for you.) Otherwise, Tor will publish its descriptors of all
|
||||
type(s) specified. The default is "1",
|
||||
which means "if running as a server, publish the
|
||||
appropriate descriptors to the authorities". Other possibilities are
|
||||
"v3", meaning "publish if running as a relay", and
|
||||
"bridge", meaning "publish if running as a bridge".
|
||||
out your server, or if you're using a Tor controller that handles
|
||||
directory publishing for you.) Otherwise, Tor will publish its
|
||||
descriptors of all type(s) specified. The default is "1", which
|
||||
means "if running as a relay or bridge, publish descriptors to the
|
||||
appropriate authorities". Other possibilities are "v3", meaning
|
||||
"publish as if you're a relay", and "bridge", meaning "publish as
|
||||
if you're a bridge".
|
||||
|
||||
[[ShutdownWaitLength]] **ShutdownWaitLength** __NUM__::
|
||||
When we get a SIGINT and we're a server, we begin shutting down:
|
||||
|
Loading…
Reference in New Issue
Block a user