diff --git a/pkg/serverconfigs/firewallconfigs/http_firewall_rule_set.go b/pkg/serverconfigs/firewallconfigs/http_firewall_rule_set.go index 90934f1..be2e083 100644 --- a/pkg/serverconfigs/firewallconfigs/http_firewall_rule_set.go +++ b/pkg/serverconfigs/firewallconfigs/http_firewall_rule_set.go @@ -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"`