From e19c3478afdfc39d7043f65a322c1af9a80ee738 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Wed, 17 Nov 2021 19:51:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=8A=82=E7=82=B9=E6=8B=A6?= =?UTF-8?q?=E6=88=AA=E4=B8=8A=E6=8A=A5IP=E6=97=B6=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=9C=8D=E5=8A=A1ID=E7=9A=84Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/waf/ip_list.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/waf/ip_list.go b/internal/waf/ip_list.go index 57b012a..6716a91 100644 --- a/internal/waf/ip_list.go +++ b/internal/waf/ip_list.go @@ -73,6 +73,7 @@ func (this *IPList) RecordIP(ipType string, scope firewallconfigs.FirewallScope, listId: firewallconfigs.GlobalListId, expiredAt: expiresAt, level: firewallconfigs.DefaultEventLevel, + serverId: serverId, sourceServerId: serverId, sourceHTTPFirewallPolicyId: policyId, sourceHTTPFirewallRuleGroupId: groupId,