CuteDNS is back online!

This commit is contained in:
PeratX 2017-06-02 21:28:29 +08:00
parent eac5656fec
commit 0408eb237a
4 changed files with 5 additions and 2 deletions

View File

@ -32,7 +32,7 @@ __Users must comply with local laws and regulations.__<br>
DNS server providers
-------------
* __CuteDNS!__ - *Stop service due to police intervention.*
* __CuteDNS__ - *Restart service recently.*
* __[Pure DNS](http://puredns.cn/)__ - *I DO NOT KNOW HOW TO DESCRIBE~~~*
* __[AIXYZ DNS](https://aixyz.com/)__ - __*For academic purposes only.*__
@ -42,6 +42,7 @@ Rule providers
* __[google-hosts](https://github.com/fengixng/google-hosts)__ by *[fengixng](https://github.com/fengixng)* - None
* __[hosts](https://github.com/sy618/hosts)__ by *[sy618](https://github.com/sy618)* - [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.zh)
* __[connector](https://git.oschina.net/lengers/connector)__ by *[lankes](https://git.oschina.net/lengers)* - [GPLv3](https://git.oschina.net/lengers/connector/blob/master/LICENSE)
* __[yhosts](https://github.com/vokins/yhosts)__ by *[vokins](https://github.com/vokins)* - [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)
Requirements
-------------

View File

@ -57,6 +57,7 @@ public class Daedalus extends Application {
add(new DnsServer("123.207.137.88", R.string.server_puredns_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));
add(new DnsServer("119.29.105.234", R.string.server_cutedns_south_china));
}};
public static final List<Rule> RULES = new ArrayList<Rule>() {{
@ -76,7 +77,6 @@ public class Daedalus extends Application {
"https://raw.githubusercontent.com/sy618/hosts/master/dnsmasq/dnsad", false));
add(new Rule("sy618/hosts/dnsfq", "dnsfq.dnsmasq", Rule.TYPE_DNAMASQ,
"https://raw.githubusercontent.com/sy618/hosts/master/dnsmasq/dnsfq", false));
}};
public static final String[] DEFAULT_TEST_DOMAINS = new String[]{

View File

@ -76,4 +76,5 @@
<string name="action_log">日志</string>
<string name="action_refresh">刷新</string>
<string name="settings_log_size">日志大小限制</string>
<string name="server_cutedns_south_china">CuteDNS 华南</string>
</resources>

View File

@ -75,4 +75,5 @@
<string name="action_log">Log</string>
<string name="action_refresh">Refresh</string>
<string name="settings_log_size">Log size limit</string>
<string name="server_cutedns_south_china">CuteDNS South China</string>
</resources>