We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4027644 commit 449a5acCopy full SHA for 449a5ac
patches/0001-anti-dpi.patch
@@ -124,7 +124,7 @@ index 000000000..3ce78c5de
124
+object EhDns : Dns {
125
+ override fun lookup(hostname: String): List<InetAddress> = when {
126
+ (hostname in "exhentai.org") ->
127
-+ builtInHosts[hostname] ?: systemDns.lookup("s.exhentai.org$CFSUFFIX")
++ builtInHosts[hostname]
128
+ (hostname in cloudflaredDomains) ->
129
+ builtInHosts[hostname] ?: systemDns.lookup("$hostname$CFSUFFIX")
130
+ (hostname in dohSkipDomains) ->
0 commit comments