Update build-in rules
This commit is contained in:
parent
5d9158ca66
commit
f16789ec97
@ -68,7 +68,7 @@ public class Daedalus extends Application {
|
||||
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));
|
||||
"https://raw.githubusercontent.com/sy618/hosts/master/FQ", false));
|
||||
add(new Rule("vokins/yhosts", "vokins.hosts", Rule.TYPE_HOSTS,
|
||||
"https://raw.githubusercontent.com/vokins/yhosts/master/hosts", false));
|
||||
add(new Rule("lengers/connector", "connector.hosts", Rule.TYPE_HOSTS,
|
||||
@ -76,8 +76,8 @@ public class Daedalus extends Application {
|
||||
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));
|
||||
add(new Rule("vokins/yhosts/union", "union.dnsmasq", Rule.TYPE_DNAMASQ,
|
||||
"https://raw.githubusercontent.com/vokins/yhosts/master/dnsmasq/union.conf", false));
|
||||
add(new Rule("sy618/hosts/dnsfq", "dnsfq.dnsmasq", Rule.TYPE_DNAMASQ,
|
||||
"https://raw.githubusercontent.com/sy618/hosts/master/dnsmasq/dnsfq", false));
|
||||
}};
|
||||
|
Loading…
Reference in New Issue
Block a user