支持规则集忽略局域网IP

This commit is contained in:
GoEdgeLab
2021-12-02 16:08:29 +08:00
parent b8b2262958
commit 5c7f2e1992

View File

@@ -21,6 +21,7 @@ type HTTPFirewallRuleSet struct {
Connector string `yaml:"connector" json:"connector"`
RuleRefs []*HTTPFirewallRuleRef `yaml:"ruleRefs" json:"ruleRefs"`
Rules []*HTTPFirewallRule `yaml:"rules" json:"rules"`
IgnoreLocal bool `yaml:"ignoreLocal" json:"ignoreLocal"`
Actions []*HTTPFirewallActionConfig `yaml:"actions" json:"actions"`