We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbbba63 commit d48a399Copy full SHA for d48a399
app/src/main/java/com/hippo/ehviewer/client/EhHosts.java
@@ -73,6 +73,7 @@ public class EhHosts implements Dns {
73
74
if (Settings.getBuiltEXHosts()) {
75
put(map, "exhentai.org",
76
+ "104.24.56.202",
77
"178.175.128.251",
78
"178.175.128.252",
79
"178.175.128.253",
@@ -87,6 +88,7 @@ public class EhHosts implements Dns {
87
88
"178.175.132.22"
89
);
90
put(map, "s.exhentai.org",
91
92
93
94
0 commit comments