Updated FUN DNS nodes

This commit is contained in:
PeratX 2017-10-05 10:32:03 +08:00
parent 90f4aedd2a
commit 2ac7d930de

View File

@ -54,10 +54,10 @@ public class Daedalus extends Application {
private static final String SHORTCUT_ID_ACTIVATE = "shortcut_activate";
public static final List<DNSServer> DNS_SERVERS = new ArrayList<DNSServer>() {{
add(new DNSServer("119.23.248.241", R.string.server_fundns_south_china));
add(new DNSServer("116.196.109.54", R.string.server_fundns_north_china));
add(new DNSServer("115.159.220.214", R.string.server_puredns_east_china));
add(new DNSServer("119.23.248.241", R.string.server_fundns_south_china));
add(new DNSServer("123.207.137.88", R.string.server_puredns_north_china));
add(new DNSServer("118.89.45.176", R.string.server_fundns_north_china));
add(new DNSServer("115.159.146.99", R.string.server_aixyz_east_china));
add(new DNSServer("123.206.21.48", R.string.server_aixyz_south_china));
add(new DNSServer("119.29.105.234", R.string.server_cutedns_south_china));