This commit is contained in:
PeratX 2017-08-23 10:26:21 +08:00
parent f77dba7f41
commit 9c1f09a50e
2 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,7 @@ DNS Server Providers
* __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__
* __[FUN DNS](http://fundns.cn)__ - *The Most Pure Domain Name Resolution Service*
Rule Providers
-------------
@ -49,6 +49,7 @@ Rule Providers
* __[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/)
* __[2017hosts](https://github.com/wangchunming/2017hosts)__ by *[wangchunming](https://github.com/wangchunming)* - None
Requirements
-------------

View File

@ -76,6 +76,8 @@ public class Daedalus extends Application {
"https://raw.githubusercontent.com/vokins/yhosts/master/hosts", false));
add(new Rule("lengers/connector", "connector.hosts", Rule.TYPE_HOSTS,
"https://git.oschina.net/lengers/connector/raw/master/hosts", false));
add(new Rule("wangchunming/2017hosts", "2017.hosts", Rule.TYPE_HOSTS,
"https://raw.githubusercontent.com/wangchunming/2017hosts/master/hosts-pc", false));
//Build-in DNSMasq rule providers
add(new Rule("sy618/hosts/dnsad", "dnsad.dnsmasq", Rule.TYPE_DNAMASQ,
"https://raw.githubusercontent.com/sy618/hosts/master/dnsmasq/dnsad", false));