From c396a8e7f89e11ad2702585ee9c7e477e499b74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Thu, 2 Dec 2021 16:08:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=A7=84=E5=88=99=E9=9B=86?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E5=B1=80=E5=9F=9F=E7=BD=91IP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/serverconfigs/firewallconfigs/http_firewall_rule_set.go | 1 + 1 file changed, 1 insertion(+) 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"`