Add Rule provider https://github.com/wangchunming/2017hosts
This commit is contained in:
parent
f77dba7f41
commit
9c1f09a50e
@ -40,7 +40,7 @@ DNS Server Providers
|
|||||||
* __CuteDNS__
|
* __CuteDNS__
|
||||||
* __[Pure DNS](http://puredns.cn/)__ - *I DO NOT KNOW HOW TO DESCRIBE~~~*
|
* __[Pure DNS](http://puredns.cn/)__ - *I DO NOT KNOW HOW TO DESCRIBE~~~*
|
||||||
* __[AIXYZ DNS](https://aixyz.com/)__ - __*For academic purposes only.*__
|
* __[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
|
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)
|
* __[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)
|
* __[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/)
|
* __[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
|
Requirements
|
||||||
-------------
|
-------------
|
||||||
|
@ -76,6 +76,8 @@ public class Daedalus extends Application {
|
|||||||
"https://raw.githubusercontent.com/vokins/yhosts/master/hosts", false));
|
"https://raw.githubusercontent.com/vokins/yhosts/master/hosts", false));
|
||||||
add(new Rule("lengers/connector", "connector.hosts", Rule.TYPE_HOSTS,
|
add(new Rule("lengers/connector", "connector.hosts", Rule.TYPE_HOSTS,
|
||||||
"https://git.oschina.net/lengers/connector/raw/master/hosts", false));
|
"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
|
//Build-in DNSMasq rule providers
|
||||||
add(new Rule("sy618/hosts/dnsad", "dnsad.dnsmasq", Rule.TYPE_DNAMASQ,
|
add(new Rule("sy618/hosts/dnsad", "dnsad.dnsmasq", Rule.TYPE_DNAMASQ,
|
||||||
"https://raw.githubusercontent.com/sy618/hosts/master/dnsmasq/dnsad", false));
|
"https://raw.githubusercontent.com/sy618/hosts/master/dnsmasq/dnsad", false));
|
||||||
|
Loading…
Reference in New Issue
Block a user