节点状态中增加本地防火墙名称

This commit is contained in:
刘祥超
2022-04-22 14:58:50 +08:00
parent 59a3a90d99
commit e7189948f2

View File

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