This commit is contained in:
2dust
2024-09-29 19:57:22 +08:00
parent fc67281d2a
commit a81a05cd45

View File

@@ -26,7 +26,7 @@ object Hysteria2Fmt {
config.outboundBean?.streamSettings?.populateTlsSettings(
V2rayConfig.TLS,
if ((queryParam["allowInsecure"].orEmpty()) == "1") true else allowInsecure,
if ((queryParam["insecure"].orEmpty()) == "1") true else allowInsecure,
queryParam["sni"] ?: uri.idnHost,
null,
queryParam["alpn"],