dns: add PureDNS. close #90

This commit is contained in:
PeratX 2018-11-04 10:38:43 +08:00
parent 269f95b55b
commit b46c9d2174
10 changed files with 18 additions and 16 deletions

View File

@ -52,8 +52,8 @@ __Users must comply with local laws and regulations.__<br>
DNS Server Providers
-------------
* __CuteDNS__ - *Shutdown according to regulations*
* __[Pure DNS](https://puredns.cn/)__ - *Shutdown according to regulations*
* __[FUN DNS](http://fundns.cn)__ - *Shutdown according to regulations*
* __[Pure DNS](https://puredns.cn/)__
* __[PdoMo-DNS](https://pdomo.me/)__ - *Intelligent Free Public DNS*
Rule Providers
@ -83,9 +83,9 @@ Credits
License
------------
Copyright (C) 2017-2018 by iTXTech <[admin@itxtech.org](mailto:admin@itxtech.org)><br>
Copyright (C) 2017-2018 by PeratX <[peratx@itxtech.org](mailto:peratx@itxtech.org)>
Copyright (C) 2017-2018 iTX Technologies <admin@itxtech.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@ -97,4 +97,4 @@ Copyright (C) 2017-2018 by PeratX <[peratx@itxtech.org](mailto:peratx@itxtech.or
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -41,10 +41,10 @@
<body>
<br>
<img width="100" height="100" src="itxtech_logo.png"/><br>
<img width="100" height="100" src="itxtech.png"/><br>
<div style="font-size:25px"><a href="https://itxtech.org">iTX Technologies</a></div>
<br>
<img width="100" height="100" src="ic_launcher.png"><br>
<img width="100" height="100" src="icon.png"><br>
<div style="font-size: 25px;"><a href="https://github.com/iTXTech/Daedalus">Daedalus</a></div>
<div id="version" style="font-size: 10px; color: gray;">Version: Unknown</div>
<div id="build_time" style="font-size: 10px; color: gray;">Build time: Unknown</div>
@ -56,11 +56,8 @@
<br>
<div style="font-size: 12px; color: gray;">Users must comply with local laws and regulations.</div>
<br>
<div style="font-size: 12px; color: gray;">Copyright (C) 2017-2018 by iTXTech <a href="mailto:admin@itxtech.org">admin@itxtech.org</a>
<div style="font-size: 12px; color: gray;">Copyright (C) 2017-2018 iTX Technologies <a href="mailto:admin@itxtech.org">admin@itxtech.org</a>
</div>
<div style="font-size: 12px; color: gray;">Copyright (C) 2017-2018 by PeratX <a href="mailto:peratx@itxtech.org">peratx@itxtech.org</a>
</div>
<br>
<br>
<div style="font-size: 10px; color: gray;">
This program is free software: you can redistribute it and/or modify<br>

View File

@ -41,10 +41,10 @@
<body>
<br>
<img width="100" height="100" src="itxtech_logo.png"/><br>
<img width="100" height="100" src="itxtech.png"/><br>
<div style="font-size:25px"><a href="https://itxtech.org">iTX Technologies</a></div>
<br>
<img width="100" height="100" src="ic_launcher.png"><br>
<img width="100" height="100" src="icon.png"><br>
<div style="font-size: 25px;"><a href="https://github.com/iTXTech/Daedalus">Daedalus</a></div>
<div id="version" style="font-size: 10px; color: gray;">Version: Unknown</div>
<div id="build_time" style="font-size: 10px; color: gray;">Build time: Unknown</div>
@ -56,11 +56,8 @@
<br>
<div style="font-size: 12px; color: gray;">使用者必须遵守当地法律法规。</div>
<br>
<div style="font-size: 12px; color: gray;">Copyright (C) 2017-2018 by iTXTech <a href="mailto:admin@itxtech.org">admin@itxtech.org</a>
<div style="font-size: 12px; color: gray;">Copyright (C) 2017-2018 iTX Technologies <a href="mailto:admin@itxtech.org">admin@itxtech.org</a>
</div>
<div style="font-size: 12px; color: gray;">Copyright (C) 2017-2018 by PeratX <a href="mailto:peratx@itxtech.org">peratx@itxtech.org</a>
</div>
<br>
<br>
<div style="font-size: 10px; color: gray;">
This program is free software: you can redistribute it and/or modify<br>

View File

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -48,6 +48,8 @@ public class Daedalus extends Application {
public static final List<DNSServer> DNS_SERVERS = new ArrayList<DNSServer>() {{
add(new DNSServer("101.132.183.99", R.string.server_pdomo_primary));
add(new DNSServer("193.112.15.186", R.string.server_pdomo_secondary));
add(new DNSServer("123.207.13.111", R.string.server_puredns_south_china));
add(new DNSServer("123.207.137.88", R.string.server_puredns_north_china));
}};
public static final List<Rule> RULES = new ArrayList<Rule>() {{

View File

@ -85,6 +85,8 @@
<string name="server_pdomo_primary">PdoMo DNS 主服务器</string>
<string name="server_pdomo_secondary">PdoMo DNS 辅服务器</string>
<string name="server_puredns_south_china">PureDNS 华南</string>
<string name="server_puredns_north_china">PureDNS 华北</string>
<string name="primary_server">首选 DNS 服务器</string>
<string name="secondary_server">备用 DNS 服务器</string>

View File

@ -85,6 +85,8 @@
<string name="server_pdomo_primary">PdoMo DNS 主伺服器</string>
<string name="server_pdomo_secondary">PdoMo DNS 輔伺服器</string>
<string name="server_puredns_south_china">PureDNS 華南</string>
<string name="server_puredns_north_china">PureDNS 華北</string>
<string name="primary_server">主要 DNS 伺服器</string>
<string name="secondary_server">次要 DNS 伺服器</string>

View File

@ -90,6 +90,8 @@
<string name="server_pdomo_primary">PdoMo DNS Primary</string>
<string name="server_pdomo_secondary">PdoMo DNS Secondary</string>
<string name="server_puredns_south_china">PureDNS South China</string>
<string name="server_puredns_north_china">PureDNS North China</string>
<string name="primary_server">Primary DNS server</string>
<string name="secondary_server">Secondary DNS server</string>