Skip to content

Commit

Permalink
update host
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Nov 4, 2024
1 parent d48a399 commit 6f2bf86
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/src/main/java/com/hippo/ehviewer/client/EhHosts.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,13 @@ public class EhHosts implements Dns {
put(map, "repo.e-hentai.org", "94.100.28.57", "94.100.29.73");
put(map, "forums.e-hentai.org", "94.100.18.243");
put(map, "upld.e-hentai.org", "94.100.18.249", "94.100.18.247");
put(map, "upld.exhentai.org", "178.175.132.22", "178.175.129.254", "178.175.128.254");
put(map, "ehgt.org", "109.236.85.28", "62.112.8.21", "89.39.106.43");
put(map, "ehgt.org",
"109.236.85.28",
"2a00:7c80:0:123::3a85",
"2a00:7c80:0:12d::38a1",
"2a00:7c80:0:13b::37a4",
"62.112.8.21",
"89.39.106.43");
put(map, "raw.githubusercontent.com", "151.101.0.133", "151.101.64.133", "151.101.128.133", "151.101.192.133");

}
Expand All @@ -87,6 +92,7 @@ public class EhHosts implements Dns {
"178.175.132.21",
"178.175.132.22"
);
put(map, "upld.exhentai.org", "178.175.132.22", "178.175.129.254", "178.175.128.254");
put(map, "s.exhentai.org",
"104.24.56.202",
"178.175.128.251",
Expand Down

0 comments on commit 6f2bf86

Please sign in to comment.