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 dbbba63 commit d48a399
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/hippo/ehviewer/client/EhHosts.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public class EhHosts implements Dns {

if (Settings.getBuiltEXHosts()) {
put(map, "exhentai.org",
"104.24.56.202",
"178.175.128.251",
"178.175.128.252",
"178.175.128.253",
Expand All @@ -87,6 +88,7 @@ public class EhHosts implements Dns {
"178.175.132.22"
);
put(map, "s.exhentai.org",
"104.24.56.202",
"178.175.128.251",
"178.175.128.252",
"178.175.128.253",
Expand Down

0 comments on commit d48a399

Please sign in to comment.