mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
committed by
Alexander Færøy
parent
c618c4f279
commit
ee6ad0e592
@@ -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.
|
||||
Reference in New Issue
Block a user