Change Tor settings after asking for confirmation.

This commit is contained in:
akwizgran
2020-02-06 13:38:48 +00:00
parent 0664720680
commit 02b4925609
7 changed files with 122 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" };