mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 05:00:24 +08:00 
			
		
		
		
	优化防火墙相关代码
This commit is contained in:
		@@ -6,5 +6,5 @@ type FirewallScope = string
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	FirewallScopeGlobal FirewallScope = "global"
 | 
			
		||||
	FirewallScopeService FirewallScope = "service"
 | 
			
		||||
	FirewallScopeServer FirewallScope = "service" // 历史原因,代号为 service 而非 server
 | 
			
		||||
)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user