parent
5e8b27699e
commit
72c5ac488f
@ -47,7 +47,7 @@ DNS Server Providers
|
||||
|
||||
Rule Providers
|
||||
-------------
|
||||
* __[hosts](https://github.com/racaljk/hosts)__ by *[Cthulhu](https://github.com/racaljk)* - [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh)
|
||||
* __[hosts](https://github.com/googlehosts/hosts)__ by *[googlehosts](hhttps://github.com/googlehosts)* - [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/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)
|
||||
* __[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/)
|
||||
|
@ -65,8 +65,8 @@ public class Daedalus extends Application {
|
||||
|
||||
public static final List<Rule> RULES = new ArrayList<Rule>() {{
|
||||
//Build-in Hosts rule providers
|
||||
add(new Rule("racaljk/hosts", "racaljk.hosts", Rule.TYPE_HOSTS,
|
||||
"https://coding.net/u/scaffrey/p/hosts/git/raw/master/hosts", false));
|
||||
add(new Rule("googlehosts/hosts", "googlehosts.hosts", Rule.TYPE_HOSTS,
|
||||
"https://raw.githubusercontent.com/googlehosts/hosts/master/hosts-files/hosts", false));
|
||||
add(new Rule("sy618/hosts", "sy618.hosts", Rule.TYPE_HOSTS,
|
||||
"https://raw.githubusercontent.com/sy618/hosts/master/ADFQ", false));
|
||||
add(new Rule("vokins/yhosts", "vokins.hosts", Rule.TYPE_HOSTS,
|
||||
|
Loading…
Reference in New Issue
Block a user