This commit is contained in:
PeratX 2018-02-14 14:31:09 +08:00
parent 5a7a479b96
commit bb20579690
9 changed files with 17 additions and 5 deletions

View File

@ -49,6 +49,7 @@ DNS Server Providers
* __[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*
* __[PdoMo-DNS](https://pdomo.me/)__ - *Intelligent Free Public DNS*
Rule Providers
-------------
@ -73,7 +74,7 @@ Open Source Licenses
Credits
------------
* __[Jetbrains](https://www.jetbrains.com/)__ - For providing free license for [IntelliJ IDEA](https://www.jetbrains.com/idea/)
* __[ZXDA Cloud](https://cloud.zxda.net/)__ - For donating free VPS
* __[SNC IDC](http://www.sncidc.com/)__ - For supporting us with love
License
------------

View File

@ -55,6 +55,9 @@
<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>

View File

@ -55,6 +55,9 @@
<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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -56,6 +56,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("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));
}};

View File

@ -84,7 +84,8 @@
<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_fundns_north_china">FUN DNS 华北</string>
<string name="server_pdomo_primary">PdoMo DNS 主服务器</string>
<string name="server_pdomo_secondary">PdoMo DNS 辅服务器</string>
<string name="primary_server">首选 DNS 服务器</string>
<string name="secondary_server">备用 DNS 服务器</string>

View File

@ -84,7 +84,8 @@
<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_fundns_north_china">FUN DNS 中國華北</string>
<string name="server_pdomo_primary">PdoMo DNS 主伺服器</string>
<string name="server_pdomo_secondary">PdoMo DNS 輔伺服器</string>
<string name="primary_server">主要 DNS 伺服器</string>
<string name="secondary_server">次要 DNS 伺服器</string>

View File

@ -83,7 +83,8 @@
<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_fundns_north_china">FUN DNS North China</string>
<string name="server_pdomo_primary">PdoMo DNS Primary</string>
<string name="server_pdomo_secondary">PdoMo DNS Secondary</string>
<string name="primary_server">Primary DNS server</string>
<string name="secondary_server">Secondary DNS server</string>

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-4.5.1-bin.zip