Belarus needs non-default bridges.

This commit is contained in:
akwizgran
2022-03-12 17:25:11 +00:00
parent d8a925a94f
commit ec6b999d30

View File

@@ -34,13 +34,13 @@ public interface CircumventionProvider {
* Countries where default obfs4 bridges are likely to work.
* Should be a subset of {@link #BRIDGES}.
*/
String[] DEFAULT_OBFS4_BRIDGES = {"BY", "EG", "VE"};
String[] DEFAULT_OBFS4_BRIDGES = {"EG", "VE"};
/**
* Countries where non-default obfs4 bridges are likely to work.
* Should be a subset of {@link #BRIDGES}.
*/
String[] NON_DEFAULT_OBFS4_BRIDGES = {"RU"};
String[] NON_DEFAULT_OBFS4_BRIDGES = {"BY", "RU"};
/**
* Countries where obfs4 bridges won't work and meek is needed.