节点状态记录是否检查到本地防火墙

This commit is contained in:
刘祥超
2022-04-21 18:14:58 +08:00
parent 21d58764cc
commit 5619d0e026

View File

@@ -31,6 +31,8 @@ type NodeStatus struct {
CacheTotalDiskSize int64 `json:"cacheTotalDiskSize"`
CacheTotalMemorySize int64 `json:"cacheTotalMemorySize"`
HasLocalFirewall bool `json:"hasLocalFirewall"`
IsActive bool `json:"isActive"`
Error string `json:"error"`
}