Added LUG@USTC(https://lug.ustc.edu.cn) Neat DNS nodes

This commit is contained in:
PeratX 2017-04-22 16:33:15 +08:00
parent 53e835f481
commit ec3dd38e3d
6 changed files with 16 additions and 2 deletions

View File

@ -56,6 +56,7 @@
<br>
<div style="font-size: 25px;"><a href="https://aixyz.com">AIXYZ DNS</a></div>
<br>
<div style="font-size: 25px;"><a href="https://groups.google.com/forum/#!forum/neat-dns">Neat DNS</a></div>
<br>
<div style="font-size: 12px; color: #FF4081">AIXYZ DNS is for academic use only!</div>
<div style="font-size: 12px; color: gray;">

View File

@ -56,6 +56,8 @@
<br>
<div style="font-size: 25px;"><a href="https://aixyz.com">AIXYZ DNS</a></div>
<br>
<div style="font-size: 25px;"><a href="https://groups.google.com/forum/#!forum/neat-dns">Neat DNS</a></div>
<br>
<br>
<div style="font-size: 12px; color: #FF4081">AIXYZ DNS 仅限用于学术目的!</div>
<div style="font-size: 12px; color: gray;">

View File

@ -40,6 +40,10 @@ public class Daedalus extends Application {
add(new DnsServer("1", "123.207.137.88", R.string.server_puredns_north_china));
add(new DnsServer("2", "115.159.146.99", R.string.server_aixyz_east_china));
add(new DnsServer("3", "123.206.21.48", R.string.server_aixyz_south_china));
add(new DnsServer("4", "202.141.178.13", R.string.server_neat_dns_cmcc));
add(new DnsServer("5", "202.141.162.123", R.string.server_neat_dns_china_telecom));
add(new DnsServer("6", "202.38.93.153", R.string.server_neat_dns_education_network));
add(new DnsServer("7", "202.38.93.94", R.string.server_neat_dns_education_network_alternative));
}};
public static final String[] DEFAULT_TEST_DOMAINS = new String[]{

View File

@ -185,7 +185,7 @@ public class ServerTestActivity extends AppCompatActivity {
this.textViewTestInfo = textViewTestInfo;
}
public void shutdown() {
void shutdown() {
startTestBtn = null;
textViewTestInfo = null;
}
@ -199,7 +199,6 @@ public class ServerTestActivity extends AppCompatActivity {
break;
case MSG_TEST_DONE:
startTestBtn.setVisibility(View.VISIBLE);
stopThread();
break;
}

View File

@ -49,4 +49,8 @@
<string name="server_aixyz_south_china">AIXYZ DNS 华南</string>
<string name="server_aixyz_east_china">AIXYZ DNS 华东</string>
<string name="action_license">开源许可证</string>
<string name="server_neat_dns_education_network">Neat DNS 教育网</string>
<string name="server_neat_dns_education_network_alternative">Neat DNS 教育网备选</string>
<string name="server_neat_dns_cmcc">Neat DNS 中国移动</string>
<string name="server_neat_dns_china_telecom">Neat DNS 中国电信</string>
</resources>

View File

@ -49,4 +49,8 @@
<string name="server_aixyz_south_china">AIXYZ DNS South China</string>
<string name="server_aixyz_east_china">AIXYZ DNS East China</string>
<string name="action_license">Open Source License</string>
<string name="server_neat_dns_education_network">Neat DNS Education Network</string>
<string name="server_neat_dns_education_network_alternative">Neat DNS Education Network Alternative</string>
<string name="server_neat_dns_cmcc">Neat DNS CMCC</string>
<string name="server_neat_dns_china_telecom">Neat DNS China Telecom</string>
</resources>