Skip to content

Commit 16744dd

Browse files
committed
app: remove default.hosts
1 parent c97b65f commit 16744dd

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ __No root required Android DNS modifier and Hosts/DNSMasq resolver.__
1717

1818
## Useful links
1919
* __[Telegram](https://t.me/iTXTechDaedalus)__
20-
* __[Wiki](https://github.com/iTXTech/Daedalus/wiki)__ - __See before using DoH__
20+
* __[Wiki](https://github.com/iTXTech/Daedalus/wiki)__
2121

2222
## Introduction
2323

app/src/main/java/org/itxtech/daedalus/Daedalus.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ public class Daedalus extends Application {
5555
}};
5656

5757
public static final List<Rule> RULES = new ArrayList<Rule>() {{
58-
//Build-in Hosts rule providers
59-
add(new Rule("iTXTech/Daedalus/Default", "daedalus-default.hosts", Rule.TYPE_HOSTS,
60-
"https://raw.githubusercontent.com/iTXTech/Daedalus/master/default.hosts", false));
6158
add(new Rule("googlehosts/hosts", "googlehosts.hosts", Rule.TYPE_HOSTS,
6259
"https://raw.githubusercontent.com/googlehosts/hosts/master/hosts-files/hosts", false));
6360
add(new Rule("vokins/yhosts", "vokins.hosts", Rule.TYPE_HOSTS,

default.hosts

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)