mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 06:39:54 +01:00
Disable bridges when network is manually enabled.
This commit is contained in:
@@ -688,6 +688,7 @@ class TorPlugin implements DuplexPlugin, EventHandler, EventListener {
|
|||||||
enableNetwork(false);
|
enableNetwork(false);
|
||||||
} else {
|
} else {
|
||||||
LOG.info("Enabling network but country is blocked");
|
LOG.info("Enabling network but country is blocked");
|
||||||
|
enableBridges(false);
|
||||||
enableNetwork(true);
|
enableNetwork(true);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user