Skip to content

Commit a84ae30

Browse files
committed
Use origin server IP address for forums.e-hentai.org
1 parent 4c50b34 commit a84ae30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

patches/0001-anti-dpi.patch

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ new file mode 100644
33
index 000000000..0bc01d901
44
--- /dev/null
55
+++ b/app/src/main/kotlin/com/hippo/ehviewer/EhHostsConfig.kt
6-
@@ -0,0 +1,56 @@
6+
@@ -0,0 +1,59 @@
77
+package com.hippo.ehviewer
88
+
99
+import com.hippo.ehviewer.client.hosts
1010
+import com.hippo.ehviewer.client.hostsDsl
1111
+
1212
+val builtInHosts = hostsDsl {
13+
+ hosts("forums.e-hentai.org") {
14+
+ "94.100.18.243" blockedInCN false
15+
+ }
1316
+ hosts("exhentai.org") {
1417
+ "178.175.128.251" blockedInCN false
1518
+ "178.175.128.252" blockedInCN false

0 commit comments

Comments
 (0)