Updated nodes

This commit is contained in:
PeratX 2017-10-19 21:17:21 +08:00
parent a2c81c4f57
commit 4a4df71d13
8 changed files with 1 additions and 12 deletions

View File

@ -47,7 +47,7 @@ __Users must comply with local laws and regulations.__<br>
DNS Server Providers
-------------
* __CuteDNS__
* __CuteDNS__ - *Shutdown according to regulations*
* __[Pure DNS](https://puredns.cn/)__ - *Shutdown according to regulations*
* __[AIXYZ DNS](https://aixyz.com/)__ - __*For academic purposes only.*__
* __[FUN DNS](http://fundns.cn)__ - *The Most Pure Domain Name Resolution Service*

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@ -50,9 +50,6 @@
<div id="build_time" style="font-size: 10px; color: gray;">Build time: Unknown</div>
<div id="git_commit" style="font-size: 10px; color: gray;">Git commit: Unknown</div>
<br>
<img width="185" height="55" src="cutedns_logo.png">
<br>
<br>
<div style="font-size: 25px;"><a href="https://aixyz.com">AIXYZ DNS</a></div>
<br>
<img width="100" height="100" src="fundns.png"><br>

View File

@ -50,9 +50,6 @@
<div id="build_time" style="font-size: 10px; color: gray;">Build time: Unknown</div>
<div id="git_commit" style="font-size: 10px; color: gray;">Git commit: Unknown</div>
<br>
<img width="185" height="55" src="cutedns_logo.png">
<br>
<br>
<div style="font-size: 25px;"><a href="https://aixyz.com">AIXYZ DNS</a></div>
<br>
<img width="100" height="100" src="fundns.png"><br>

View File

@ -55,10 +55,8 @@ public class Daedalus extends Application {
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("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));
}};
public static final List<Rule> RULES = new ArrayList<Rule>() {{

View File

@ -85,7 +85,6 @@
<string name="server_aixyz_east_china">AIXYZ DNS 华东</string>
<string name="server_fundns_south_china">FUN DNS 华南</string>
<string name="server_fundns_north_china">FUN DNS 华北</string>
<string name="server_cutedns_south_china">CuteDNS 华南</string>
<string name="primary_server">首选 DNS 服务器</string>
<string name="secondary_server">备用 DNS 服务器</string>

View File

@ -85,7 +85,6 @@
<string name="server_aixyz_east_china">AIXYZ DNS 中國華東</string>
<string name="server_fundns_south_china">FUN DNS 中國華南</string>
<string name="server_fundns_north_china">FUN DNS 中國華北</string>
<string name="server_cutedns_south_china">CuteDNS 中國華南</string>
<string name="primary_server">主要 DNS 伺服器</string>
<string name="secondary_server">次要 DNS 伺服器</string>

View File

@ -82,7 +82,6 @@
<string name="server_aixyz_south_china">AIXYZ DNS South China</string>
<string name="server_aixyz_east_china">AIXYZ DNS East China</string>
<string name="server_cutedns_south_china">CuteDNS South China</string>
<string name="server_fundns_south_china">FUN DNS South China</string>
<string name="server_fundns_north_china">FUN DNS North China</string>