mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-04 01:56:34 +08:00
修改反向代理实现
This commit is contained in:
7
pkg/serverconfigs/reverse_proxy_ref.go
Normal file
7
pkg/serverconfigs/reverse_proxy_ref.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package serverconfigs
|
||||
|
||||
// 反向代理引用
|
||||
type ReverseProxyRef struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"` // 是否启用
|
||||
ReverseProxyId int64 `yaml:"reverseProxyId" json:"reverseProxyId"` // 反向代理ID
|
||||
}
|
||||
Reference in New Issue
Block a user