We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436b081 commit 8622740Copy full SHA for 8622740
app/src/main/kotlin/com/neko/v2ray/util/fmt/Hysteria2Fmt.kt
@@ -26,7 +26,7 @@ object Hysteria2Fmt {
26
27
config.outboundBean?.streamSettings?.populateTlsSettings(
28
V2rayConfig.TLS,
29
- if ((queryParam["allowInsecure"].orEmpty()) == "1") true else allowInsecure,
+ if ((queryParam["insecure"].orEmpty()) == "1") true else allowInsecure,
30
queryParam["sni"] ?: uri.idnHost,
31
null,
32
queryParam["alpn"],
0 commit comments