Skip to content

Commit

Permalink
chroe: update hysteria config
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed May 2, 2023
1 parent f557e20 commit 07145f0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,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)
Expand Down

0 comments on commit 07145f0

Please sign in to comment.