Removed Pure DNS nodes. Close #49

This commit is contained in:
PeratX 2017-10-14 11:29:54 +08:00
parent ebcb05477f
commit 393e410855
9 changed files with 2 additions and 16 deletions

View File

@ -42,7 +42,7 @@ __Users must comply with local laws and regulations.__<br>
DNS Server Providers
-------------
* __CuteDNS__
* __[Pure DNS](http://puredns.cn/)__ - *I DO NOT KNOW HOW TO DESCRIBE~~~*
* __[Pure DNS](http://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*

View File

@ -4,7 +4,7 @@ def gitCommit = 'git rev-parse --short HEAD'.execute([], project.rootDir).text.t
android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
buildToolsVersion "26.0.2"
defaultConfig {
applicationId "org.itxtech.daedalus"
minSdkVersion 15

View File

@ -52,12 +52,9 @@
<br>
<img width="185" height="55" src="cutedns_logo.png">
<br>
<img width="100" height="100" src="puredns.ico"><br>
<div style="font-size: 25px;"><a href="http://puredns.cn">Pure DNS</a></div>
<br>
<div style="font-size: 25px;"><a href="https://aixyz.com">AIXYZ DNS</a></div>
<br>
<br>
<img width="100" height="100" src="fundns.png"><br>
<div style="font-size: 25px;"><a href="http://fundns.cn">FUN DNS</a></div>
<br>

View File

@ -53,9 +53,6 @@
<img width="185" height="55" src="cutedns_logo.png">
<br>
<br>
<img width="100" height="100" src="puredns.ico"><br>
<div style="font-size: 25px;"><a href="http://puredns.cn">Pure DNS</a></div>
<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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -54,9 +54,7 @@ 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("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));

View File

@ -37,8 +37,6 @@
<string name="nav_version">版本:</string>
<string name="nav_git_commit">Git commit:</string>
<string name="settings_help_and_support">支持和帮助</string>
<string name="server_puredns_north_china">Pure DNS 华北</string>
<string name="server_puredns_east_china">Pure DNS 华东</string>
<string name="server_aixyz_south_china">AIXYZ DNS 华南</string>
<string name="server_aixyz_east_china">AIXYZ DNS 华东</string>
<string name="server_fundns_south_china">FUN DNS 华南</string>

View File

@ -37,8 +37,6 @@
<string name="nav_version">版本:</string>
<string name="nav_git_commit">Git commit:</string>
<string name="settings_help_and_support">支援與說明</string>
<string name="server_puredns_north_china">Pure DNS 中國華北</string>
<string name="server_puredns_east_china">Pure DNS 中國華東</string>
<string name="server_aixyz_south_china">AIXYZ DNS 中國華南</string>
<string name="server_aixyz_east_china">AIXYZ DNS 中國華東</string>
<string name="server_fundns_south_china">FUN DNS 中國華南</string>

View File

@ -79,8 +79,6 @@
<string name="settings_server_address">Server Address</string>
<string name="settings_server_port">Server Port</string>
<string name="server_puredns_north_china">Pure DNS North China</string>
<string name="server_puredns_east_china">Pure DNS East China</string>
<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>