Tweak the documentation for BridgeDistribution

Note that it will have no effect yet; note that the default is
"any".
This commit is contained in:
Nick Mathewson
2017-10-23 10:38:19 -04:00
parent ebab521525
commit 3581f93d27
2 changed files with 10 additions and 2 deletions
+4 -1
View File
@@ -2,5 +2,8 @@
- Bridge relays can now set the BridgeDistribution config option to
add a "bridge-distribution-request" line to their bridge descriptor,
which tells BridgeDB how they'd like their bridge address to be
given out. Implements tickets 18329.
given out. (Note that as of Oct 2017, BridgeDB does not yet implement
this feature.) As a side benefit, this feature provides a way
to distinguish bridge descriptors from non-bridge descriptors.
Implements tickets 18329.