优化防火墙相关代码

This commit is contained in:
GoEdgeLab
2024-04-06 20:32:48 +08:00
parent 1849357095
commit 3e28217076

View File

@@ -5,6 +5,6 @@ package firewallconfigs
type FirewallScope = string type FirewallScope = string
const ( const (
FirewallScopeGlobal FirewallScope = "global" FirewallScopeGlobal FirewallScope = "global"
FirewallScopeService FirewallScope = "service" FirewallScopeServer FirewallScope = "service" // 历史原因,代号为 service 而非 server
) )