Skip to content

Commit 8622740

Browse files
2dustAnGgIt886
authored andcommitted
Bug fix
1 parent 436b081 commit 8622740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/neko/v2ray/util/fmt/Hysteria2Fmt.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object Hysteria2Fmt {
2626

2727
config.outboundBean?.streamSettings?.populateTlsSettings(
2828
V2rayConfig.TLS,
29-
if ((queryParam["allowInsecure"].orEmpty()) == "1") true else allowInsecure,
29+
if ((queryParam["insecure"].orEmpty()) == "1") true else allowInsecure,
3030
queryParam["sni"] ?: uri.idnHost,
3131
null,
3232
queryParam["alpn"],

0 commit comments

Comments
 (0)