实现防火墙配置
This commit is contained in:
6
pkg/serverconfigs/http_firewall_ref.go
Normal file
6
pkg/serverconfigs/http_firewall_ref.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package serverconfigs
|
||||
|
||||
type HTTPFirewallRef struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
FirewallPolicyId int64 `yaml:"firewallPolicyId" json:"firewallPolicyId"`
|
||||
}
|
||||
Reference in New Issue
Block a user