Skip to content

Commit d48a399

Browse files
committed
update host
1 parent dbbba63 commit d48a399

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/com/hippo/ehviewer/client/EhHosts.java

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public class EhHosts implements Dns {
7373

7474
if (Settings.getBuiltEXHosts()) {
7575
put(map, "exhentai.org",
76+
"104.24.56.202",
7677
"178.175.128.251",
7778
"178.175.128.252",
7879
"178.175.128.253",
@@ -87,6 +88,7 @@ public class EhHosts implements Dns {
8788
"178.175.132.22"
8889
);
8990
put(map, "s.exhentai.org",
91+
"104.24.56.202",
9092
"178.175.128.251",
9193
"178.175.128.252",
9294
"178.175.128.253",

0 commit comments

Comments
 (0)