We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c50b34 commit a84ae30Copy full SHA for a84ae30
patches/0001-anti-dpi.patch
@@ -3,13 +3,16 @@ new file mode 100644
3
index 000000000..0bc01d901
4
--- /dev/null
5
+++ b/app/src/main/kotlin/com/hippo/ehviewer/EhHostsConfig.kt
6
-@@ -0,0 +1,56 @@
+@@ -0,0 +1,59 @@
7
+package com.hippo.ehviewer
8
+
9
+import com.hippo.ehviewer.client.hosts
10
+import com.hippo.ehviewer.client.hostsDsl
11
12
+val builtInHosts = hostsDsl {
13
++ hosts("forums.e-hentai.org") {
14
++ "94.100.18.243" blockedInCN false
15
++ }
16
+ hosts("exhentai.org") {
17
+ "178.175.128.251" blockedInCN false
18
+ "178.175.128.252" blockedInCN false
0 commit comments