Change Tor settings after asking for confirmation.

This commit is contained in:
akwizgran
2020-02-06 13:38:48 +00:00
parent f0fd1844dd
commit d689cf776c
7 changed files with 123 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ public interface CircumventionProvider {
String[] BLOCKED = {"CN", "IR", "EG", "BY", "TR", "SY", "VE"};
/**
* Countries where obfs4 bridge connection are likely to work.
* Countries where obfs4 or meek bridge connections are likely to work.
* Should be a subset of {@link #BLOCKED}.
*/
String[] BRIDGES = { "CN", "IR", "EG", "BY", "TR", "SY", "VE" };