实现源站端口跟随功能

This commit is contained in:
刘祥超
2022-06-29 21:58:41 +08:00
parent fb6fee8c60
commit 92f541b0aa
10 changed files with 96 additions and 41 deletions

View File

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