Disable bridges when network is manually enabled.

This commit is contained in:
akwizgran
2018-08-03 11:28:03 +01:00
parent 732bf6d4ec
commit 0d658513ba

View File

@@ -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 {