From 0408eb237a74bb059d73a04c8a1bcae0b60a121f Mon Sep 17 00:00:00 2001 From: PeratX <1215714524@qq.com> Date: Fri, 2 Jun 2017 21:28:29 +0800 Subject: [PATCH] CuteDNS is back online! --- README.md | 3 ++- app/src/main/java/org/itxtech/daedalus/Daedalus.java | 2 +- app/src/main/res/values-zh/strings.xml | 1 + app/src/main/res/values/strings.xml | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7429b6..376431b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ __Users must comply with local laws and regulations.__
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 ------------- diff --git a/app/src/main/java/org/itxtech/daedalus/Daedalus.java b/app/src/main/java/org/itxtech/daedalus/Daedalus.java index 9593916..ec8ac08 100644 --- a/app/src/main/java/org/itxtech/daedalus/Daedalus.java +++ b/app/src/main/java/org/itxtech/daedalus/Daedalus.java @@ -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 RULES = new ArrayList() {{ @@ -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[]{ diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index afb2cb7..a81a42c 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -76,4 +76,5 @@ 日志 刷新 日志大小限制 + CuteDNS 华南 \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 39552d1..a24b89b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -75,4 +75,5 @@ Log Refresh Log size limit + CuteDNS South China