update release notes (#4086)

This commit is contained in:
fatedier
2024-03-20 15:16:01 +08:00
committed by GitHub
parent bc5fb91c05
commit c08be0fd92
3 changed files with 5 additions and 3 deletions

View File

@@ -217,7 +217,7 @@ healthCheck.intervalSeconds = 10
healthCheck.maxFailed = 3
healthCheck.timeoutSeconds = 3
# set health check headers
healthCheck.httpheaders=[
healthCheck.httpHeaders=[
{ name = "x-from-where", value = "frp" }
]