mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 21:50:26 +08:00 
			
		
		
		
	节点状态记录是否检查到本地防火墙
This commit is contained in:
		@@ -31,6 +31,8 @@ type NodeStatus struct {
 | 
				
			|||||||
	CacheTotalDiskSize   int64 `json:"cacheTotalDiskSize"`
 | 
						CacheTotalDiskSize   int64 `json:"cacheTotalDiskSize"`
 | 
				
			||||||
	CacheTotalMemorySize int64 `json:"cacheTotalMemorySize"`
 | 
						CacheTotalMemorySize int64 `json:"cacheTotalMemorySize"`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						HasLocalFirewall bool `json:"hasLocalFirewall"`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	IsActive bool   `json:"isActive"`
 | 
						IsActive bool   `json:"isActive"`
 | 
				
			||||||
	Error    string `json:"error"`
 | 
						Error    string `json:"error"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user