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>
This commit is contained in:
David Goulet
2020-12-08 10:01:23 -05:00
committed by Alexander Færøy
parent c618c4f279
commit ee6ad0e592
4 changed files with 30 additions and 1 deletions
+5
View File
@@ -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.