aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40106
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-12-08 10:01:23 -0500
committerAlexander Færøy <ahf@torproject.org>2020-12-16 20:37:57 +0000
commitee6ad0e592c9b6239066697ae8aff83136edc2ed (patch)
tree0f5bdf6971eefbb498f66b47676132046601d675 /changes/ticket40106
parentc618c4f27986825df2026fb22b8ee222edd1afa1 (diff)
downloadtor-ee6ad0e592c9b6239066697ae8aff83136edc2ed.tar.gz
tor-ee6ad0e592c9b6239066697ae8aff83136edc2ed.zip
config: Catch missing Bridge for ClientTransportPlugin
When making sure we have a Bridge line with a ClientTransportPlugin, we now check in the managed proxy list and so we can catch any missing ClientTransportPlugin for a Bridge line. Fixes #40106 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40106')
-rw-r--r--changes/ticket401065
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40106 b/changes/ticket40106
new file mode 100644
index 0000000000..d007cf535e
--- /dev/null
+++ b/changes/ticket40106
@@ -0,0 +1,5 @@
+ o Minor bugfixes (config, bridge):
+ - Really fix the case where torrc has a missing ClientTransportPlugin but
+ configured with a Bridge line and UseBridges. Previously, we failed to
+ also look at the managed proxy list and thus it would fail for the
+ "exec" case. Fixes bug 40106; bugfix on 0.4.5.1-alpha.