Updated DNS Providers & README
This commit is contained in:
parent
7e614c7cb6
commit
478271a95b
11
README.md
11
README.md
@ -32,13 +32,19 @@ Through the DNS server and rules which are provided by third parties, users can
|
||||
Features:
|
||||
* No root access required, no ads contained
|
||||
* Functional under data connection
|
||||
* DNS over TCP
|
||||
* A tester for DNS servers
|
||||
* IPv6 support (including Rules!)
|
||||
* Custom DNS server
|
||||
* Custom hosts and DNSMasq configuration
|
||||
* EXTREME LOW power consume
|
||||
* Material Design
|
||||
|
||||
Supported DNS Query Methods:
|
||||
* UDP
|
||||
* TCP
|
||||
* DNS over TLS ([RFC7858](https://tools.ietf.org/html/rfc7858))
|
||||
* DNS over HTTPS ([IETF darft](https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-11))
|
||||
* DNS over HTTPS ([Google JSON](https://developers.google.com/speed/public-dns/docs/dns-over-https))
|
||||
<br>
|
||||
|
||||
__Users must comply with local laws and regulations.__<br>
|
||||
@ -47,8 +53,7 @@ DNS Server Providers
|
||||
-------------
|
||||
* __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*
|
||||
* __[FUN DNS](http://fundns.cn)__ - *Shutdown according to regulations*
|
||||
* __[PdoMo-DNS](https://pdomo.me/)__ - *Intelligent Free Public DNS*
|
||||
|
||||
Rule Providers
|
||||
|
@ -50,16 +50,10 @@
|
||||
<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>
|
||||
<div style="font-size: 25px;"><a href="https://aixyz.com">AIXYZ DNS</a></div>
|
||||
<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>
|
||||
<img width="100" height="100" src="pdomo.jpg"><br>
|
||||
<div style="font-size: 25px;"><a href="https://pdomo.me/">PdoMo DNS</a></div>
|
||||
<br>
|
||||
<br>
|
||||
<div style="font-size: 12px; color: #FF4081">AIXYZ DNS is for academic purposes only!</div>
|
||||
<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>
|
||||
|
@ -50,16 +50,10 @@
|
||||
<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>
|
||||
<div style="font-size: 25px;"><a href="https://aixyz.com">AIXYZ DNS</a></div>
|
||||
<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>
|
||||
<img width="100" height="100" src="pdomo.jpg"><br>
|
||||
<div style="font-size: 25px;"><a href="https://pdomo.me/">PdoMo DNS</a></div>
|
||||
<br>
|
||||
<br>
|
||||
<div style="font-size: 12px; color: #FF4081">AIXYZ DNS 仅限用于学术目的!</div>
|
||||
<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>
|
||||
|
@ -46,11 +46,8 @@ 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("119.23.248.241", R.string.server_fundns_south_china));
|
||||
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("115.159.146.99", R.string.server_aixyz_east_china));
|
||||
add(new DNSServer("123.206.21.48", R.string.server_aixyz_south_china));
|
||||
}};
|
||||
|
||||
public static final List<Rule> RULES = new ArrayList<Rule>() {{
|
||||
|
@ -81,9 +81,6 @@
|
||||
<string name="settings_server_address">服务器地址</string>
|
||||
<string name="settings_server_port">服务器端口</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>
|
||||
<string name="server_pdomo_primary">PdoMo DNS 主服务器</string>
|
||||
<string name="server_pdomo_secondary">PdoMo DNS 辅服务器</string>
|
||||
|
||||
|
@ -81,9 +81,6 @@
|
||||
<string name="settings_server_address">伺服器網址</string>
|
||||
<string name="settings_server_port">伺服器埠</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>
|
||||
<string name="server_pdomo_primary">PdoMo DNS 主伺服器</string>
|
||||
<string name="server_pdomo_secondary">PdoMo DNS 輔伺服器</string>
|
||||
|
||||
|
@ -86,9 +86,6 @@
|
||||
<string name="settings_server_address">Server Address</string>
|
||||
<string name="settings_server_port">Server Port</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_fundns_south_china">FUN DNS South China</string>
|
||||
<string name="server_pdomo_primary">PdoMo DNS Primary</string>
|
||||
<string name="server_pdomo_secondary">PdoMo DNS Secondary</string>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user