Skip to content

Commit 3eb9231

Browse files
committed
Merge remote-tracking branch 'orgin/BiLi_PC_Gamer' into BiLi_PC_Gamer
2 parents 36c28b0 + 7f56551 commit 3eb9231

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

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

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,7 @@ public class EhHosts implements Dns {
5454
put(map, "e-hentai.org",
5555
"104.20.18.168",
5656
"104.20.19.168",
57-
"172.67.2.238",
58-
"178.162.139.33",
59-
"178.162.139.34",
60-
"178.162.139.36",
61-
"178.162.145.131",
62-
"178.162.145.132",
63-
"178.162.145.152"
57+
"172.67.2.238"
6458
);
6559
put(map, "repo.e-hentai.org", "94.100.28.57", "94.100.29.73");
6660
put(map, "forums.e-hentai.org", "94.100.18.243");
@@ -82,24 +76,21 @@ public class EhHosts implements Dns {
8276

8377
if (Settings.getBuiltEXHosts()) {
8478
put(map, "exhentai.org",
85-
"104.24.56.202",
86-
"178.175.129.251",
87-
"178.175.129.252",
88-
"178.175.129.253",
89-
"178.175.129.254",
9079
"178.175.128.251",
9180
"178.175.128.252",
9281
"178.175.128.253",
9382
"178.175.128.254",
83+
"178.175.129.251",
84+
"178.175.129.252",
85+
"178.175.129.253",
86+
"178.175.129.254",
9487
"178.175.132.19",
9588
"178.175.132.20",
9689
"178.175.132.21",
9790
"178.175.132.22"
98-
// "172.67.187.219"
9991
);
10092
put(map, "upld.exhentai.org", "178.175.132.22", "178.175.129.254", "178.175.128.254");
10193
put(map, "s.exhentai.org",
102-
// "104.24.56.202",
10394
// "178.175.129.251",
10495
// "178.175.129.252",
10596
"178.175.129.253",

0 commit comments

Comments
 (0)