Skip to content

Commit 531ab7a

Browse files
author
大卫
committed
把伪装ip网段改为172.25.0.0
1 parent 84435f9 commit 531ab7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/vm/shadowsocks/core/ProxyConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class ProxyConfig {
3333
public static String AppInstallID;
3434
public static String AppVersion;
3535
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");
36+
public final static int FAKE_NETWORK_IP = CommonMethods.ipStringToInt("172.25.0.0");
3737

3838
ArrayList<IPAddress> m_IpList;
3939
ArrayList<IPAddress> m_DnsList;

0 commit comments

Comments
 (0)