支持Server自定义WAF策略、改进节点版本号等等

This commit is contained in:
GoEdgeLab
2021-01-18 20:41:37 +08:00
parent a1f4743e92
commit 5069fa6ae2
7 changed files with 543 additions and 251 deletions

View File

@@ -2,8 +2,9 @@ package nodeconfigs
// 节点状态
type NodeStatus struct {
BuildVersion string `json:"buildVersion"` // 编译版本
ConfigVersion int64 `json:"configVersion"` // 节点配置版本
BuildVersion string `json:"buildVersion"` // 编译版本
BuildVersionCode uint32 `json:"buildVersionCode"` // 版本数字
ConfigVersion int64 `json:"configVersion"` // 节点配置版本
OS string `json:"os"`
Arch string `json:"arch"`