支持规则集忽略局域网IP

This commit is contained in:
刘祥超
2021-12-02 16:08:29 +08:00
parent 6a22ee94d5
commit c396a8e7f8

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"`