We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84435f9 commit 531ab7aCopy full SHA for 531ab7a
app/src/main/java/com/vm/shadowsocks/core/ProxyConfig.java
@@ -33,7 +33,7 @@ public class ProxyConfig {
33
public static String AppInstallID;
34
public static String AppVersion;
35
public final static int FAKE_NETWORK_MASK = CommonMethods.ipStringToInt("255.255.0.0");
36
- public final static int FAKE_NETWORK_IP = CommonMethods.ipStringToInt("10.231.0.0");
+ public final static int FAKE_NETWORK_IP = CommonMethods.ipStringToInt("172.25.0.0");
37
38
ArrayList<IPAddress> m_IpList;
39
ArrayList<IPAddress> m_DnsList;
0 commit comments