Added FUN DNS

This commit is contained in:
PeratX 2017-08-23 10:17:20 +08:00
parent b3d14029ea
commit e386deaaae
7 changed files with 13 additions and 4 deletions
README.md
app/src/main
assets/about_html
java/org/itxtech/daedalus
res/values

View File

@ -37,9 +37,10 @@ __Users must comply with local laws and regulations.__<br>
DNS Server Providers
-------------
* __CuteDNS__ - *Restart service recently.*
* __CuteDNS__
* __[Pure DNS](http://puredns.cn/)__ - *I DO NOT KNOW HOW TO DESCRIBE~~~*
* __[AIXYZ DNS](https://aixyz.com/)__ - __*For academic purposes only.*__
* __[FUN DNS](http://fundns.cn)__ - __The Most Pure Domain Name Resolution Service__
Rule Providers
-------------

Binary file not shown.

After

(image error) Size: 23 KiB

View File

@ -52,13 +52,16 @@
<br>
<img width="185" height="55" src="cutedns_logo.png">
<br>
<br>
<img width="100" height="100" src="favicon.ico"><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>
<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>

View File

@ -53,11 +53,14 @@
<img width="185" height="55" src="cutedns_logo.png">
<br>
<br>
<img width="100" height="100" src="favicon.ico"><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>
<div style="font-size: 25px;"><a href="http://fundns.cn">FUN DNS</a></div>
<br>
<br>
<div style="font-size: 12px; color: #FF4081">AIXYZ DNS 仅限用于学术目的!</div>
<div style="font-size: 12px; color: gray;">使用者必须遵守当地法律法规。</div>

View File

Before

Width: 64px  |  Height: 64px  |  Size: 5.6 KiB

After

(image error) Size: 5.6 KiB

View File

@ -61,6 +61,7 @@ public class Daedalus extends Application {
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));
add(new DNSServer("119.23.248.241", R.string.server_fundns));
}};
public static final List<Rule> RULES = new ArrayList<Rule>() {{

View File

@ -79,6 +79,7 @@
<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">FUN DNS</string>
<string name="primary_server">Primary DNS server</string>
<string name="secondary_server">Secondary DNS server</string>