回源TLS/HTTPS携带ServerName信息

This commit is contained in:
GoEdgeLab
2022-06-27 12:01:33 +08:00
parent ec41584b88
commit d371092d8f
7 changed files with 31 additions and 11 deletions

View File

@@ -8,5 +8,6 @@ type OriginState struct {
CountFails int64
UpdatedAt int64
Config *serverconfigs.OriginConfig
TLSHost string
ReverseProxy *serverconfigs.ReverseProxyConfig
}