Skip to content

Commit

Permalink
修复过期host
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Apr 17, 2024
1 parent c46633a commit 441aeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/hippo/ehviewer/client/EhDns.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class EhDns implements Dns {
static {
Map<String, List<InetAddress>> map = new HashMap<>();
if (Settings.getBuiltInHosts()){
put(map, "e-hentai.org", "104.20.135.21","104.20.134.21","172.67.0.127");
put(map, "e-hentai.org", "104.20.18.168","104.20.19.168","172.67.2.238");
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, "ehgt.org", "37.48.89.44", "81.171.10.48", "178.162.139.24", "178.162.140.212"
Expand Down

0 comments on commit 441aeb6

Please sign in to comment.