app: remove default.hosts
This commit is contained in:
parent
c97b65fad7
commit
16744dd75d
@ -17,7 +17,7 @@ __No root required Android DNS modifier and Hosts/DNSMasq resolver.__
|
|||||||
|
|
||||||
## Useful links
|
## Useful links
|
||||||
* __[Telegram](https://t.me/iTXTechDaedalus)__
|
* __[Telegram](https://t.me/iTXTechDaedalus)__
|
||||||
* __[Wiki](https://github.com/iTXTech/Daedalus/wiki)__ - __See before using DoH__
|
* __[Wiki](https://github.com/iTXTech/Daedalus/wiki)__
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
|
@ -55,9 +55,6 @@ public class Daedalus extends Application {
|
|||||||
}};
|
}};
|
||||||
|
|
||||||
public static final List<Rule> RULES = new ArrayList<Rule>() {{
|
public static final List<Rule> RULES = new ArrayList<Rule>() {{
|
||||||
//Build-in Hosts rule providers
|
|
||||||
add(new Rule("iTXTech/Daedalus/Default", "daedalus-default.hosts", Rule.TYPE_HOSTS,
|
|
||||||
"https://raw.githubusercontent.com/iTXTech/Daedalus/master/default.hosts", false));
|
|
||||||
add(new Rule("googlehosts/hosts", "googlehosts.hosts", Rule.TYPE_HOSTS,
|
add(new Rule("googlehosts/hosts", "googlehosts.hosts", Rule.TYPE_HOSTS,
|
||||||
"https://raw.githubusercontent.com/googlehosts/hosts/master/hosts-files/hosts", false));
|
"https://raw.githubusercontent.com/googlehosts/hosts/master/hosts-files/hosts", false));
|
||||||
add(new Rule("vokins/yhosts", "vokins.hosts", Rule.TYPE_HOSTS,
|
add(new Rule("vokins/yhosts", "vokins.hosts", Rule.TYPE_HOSTS,
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
# rubyfish
|
|
||||||
# Ease Asia
|
|
||||||
115.159.154.226 dns.rubyfish.cn
|
|
||||||
# West USA
|
|
||||||
# 47.99.165.31 dns.rubyfish.cn
|
|
Loading…
Reference in New Issue
Block a user