Skip to content

Commit

Permalink
Updated FUN DNS nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Oct 5, 2017
1 parent 90f4aed commit 2ac7d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/org/itxtech/daedalus/Daedalus.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ public void uncaughtException(Thread t, Throwable e) {
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));
Expand Down

0 comments on commit 2ac7d93

Please sign in to comment.