chroe: update hysteria config

This commit is contained in:
arm64v8a 2023-04-27 21:40:00 +09:00
parent c56f9b1d9f
commit 52cd66a976

View File

@ -157,6 +157,8 @@ fun HysteriaBean.buildHysteriaConfig(port: Int, cacheFile: (() -> File)?): Strin
)
)
put("retry", 5)
put("fast_open", true)
put("lazy_start", true)
put("obfs", obfuscation)
when (authPayloadType) {
HysteriaBean.TYPE_BASE64 -> put("auth", authPayload)