aboutsummaryrefslogtreecommitdiff
path: root/changes/feature18329
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-23 10:38:19 -0400
committerNick Mathewson <nickm@torproject.org>2017-10-24 19:26:24 -0400
commit3581f93d273dfd9fbc56de907b7e3b77575614e1 (patch)
tree0bef9a27bcfffd42c315b2e871b320446abd791b /changes/feature18329
parentebab5215252f9fa810ae091c335c5ae6e619faaf (diff)
downloadtor-3581f93d273dfd9fbc56de907b7e3b77575614e1.tar.gz
tor-3581f93d273dfd9fbc56de907b7e3b77575614e1.zip
Tweak the documentation for BridgeDistribution
Note that it will have no effect yet; note that the default is "any".
Diffstat (limited to 'changes/feature18329')
-rw-r--r--changes/feature183295
1 files changed, 4 insertions, 1 deletions
diff --git a/changes/feature18329 b/changes/feature18329
index 7fdb659e82..f534c76145 100644
--- a/changes/feature18329
+++ b/changes/feature18329
@@ -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.