回源TLS/HTTPS携带ServerName信息

This commit is contained in:
刘祥超
2022-06-27 12:01:33 +08:00
parent f8e155887f
commit b254cfc1a7
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
}