Added vokins/yhosts

This commit is contained in:
PeratX 2017-05-21 16:17:55 +08:00
parent 988c49a99f
commit b94ed4f5eb

View File

@ -65,6 +65,8 @@ public class Daedalus extends Application {
"https://raw.githubusercontent.com/fengixng/google-hosts/master/hosts", false)); "https://raw.githubusercontent.com/fengixng/google-hosts/master/hosts", false));
add(new Rule("sy618/hosts", "sy618.hosts", Rule.TYPE_HOSTS, 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/ADFQ", false));
add(new Rule("vokins/yhosts", "vokins.hosts", Rule.TYPE_HOSTS,
"https://raw.githubusercontent.com/vokins/yhosts/master/hosts", 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));