修改Edge-Health-Check-Key为X-Edge-Health-Check-Key

This commit is contained in:
刘祥超
2021-10-19 16:41:28 +08:00
parent 4d57a12a29
commit 5c896bbf22

View File

@@ -5,7 +5,7 @@ import (
"github.com/iwind/TeaGo/maps"
)
const HealthCheckHeaderName = "Edge-Health-Check-Key"
const HealthCheckHeaderName = "X-Edge-Health-Check-Key"
// HealthCheckConfig 健康检查设置
type HealthCheckConfig struct {