Skip to content
Snippets Groups Projects
Verified Commit 0d658513 authored by akwizgran's avatar akwizgran
Browse files

Disable bridges when network is manually enabled.

parent 732bf6d4
No related branches found
No related tags found
No related merge requests found
......@@ -688,6 +688,7 @@ class TorPlugin implements DuplexPlugin, EventHandler, EventListener {
enableNetwork(false);
} else {
LOG.info("Enabling network but country is blocked");
enableBridges(false);
enableNetwork(true);
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment