diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-24 19:35:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-24 19:35:28 -0400 |
commit | 594cf92498c8ea12dc0b19f743d6b88d4a98f1eb (patch) | |
tree | c4358510a57824e1b21b5de6adfdfff30626e027 /doc | |
parent | 122a7f8848785e3cefef812749c7ec1844b26402 (diff) | |
parent | 02cde0d9398c43de3a67133b7982d9df6962fe32 (diff) | |
download | tor-594cf92498c8ea12dc0b19f743d6b88d4a98f1eb.tar.gz tor-594cf92498c8ea12dc0b19f743d6b88d4a98f1eb.zip |
Merge branch 'feature18329_029_squashed' into maint-0.3.2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index ba2bc13dad..e76efddcd5 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1670,6 +1670,17 @@ is non-zero): server descriptor to the bridge database, rather than to the public directory authorities. +[[BridgeDistribution]] **BridgeDistribution** __string__:: + If set along with BridgeRelay, Tor will include a new line in its + bridge descriptor which indicates to the BridgeDB service how it + would like its bridge address to be given out. Set it to "none" if + you want BridgeDB to avoid distributing your bridge address, or "any" to + let BridgeDB decide. (Default: any) + + + Note: as of Oct 2017, the BridgeDB part of this option is not yet + implemented. Until BridgeDB is updated to obey this option, your + bridge will make this request, but it will not (yet) be obeyed. + [[ContactInfo]] **ContactInfo** __email_address__:: Administrative contact information for this relay or bridge. This line can be used to contact you if your relay or bridge is misconfigured or |