Skip to content

Commit 449a5ac

Browse files
committed
test
1 parent 4027644 commit 449a5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/0001-anti-dpi.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ index 000000000..3ce78c5de
124124
+object EhDns : Dns {
125125
+ override fun lookup(hostname: String): List<InetAddress> = when {
126126
+ (hostname in "exhentai.org") ->
127-
+ builtInHosts[hostname] ?: systemDns.lookup("s.exhentai.org$CFSUFFIX")
127+
+ builtInHosts[hostname]
128128
+ (hostname in cloudflaredDomains) ->
129129
+ builtInHosts[hostname] ?: systemDns.lookup("$hostname$CFSUFFIX")
130130
+ (hostname in dohSkipDomains) ->

0 commit comments

Comments
 (0)