WAF策略增加是否使用本地防火墙设置

This commit is contained in:
刘祥超
2022-01-09 17:05:24 +08:00
parent 7f53af08e6
commit e6aa738435
6 changed files with 227 additions and 202 deletions

View File

@@ -12,4 +12,5 @@ message HTTPFirewallPolicy {
bytes inboundJSON = 5;
bytes outboundJSON = 6;
int64 serverId = 8;
bool useLocalFirewall = 9;
}

View File

@@ -96,6 +96,7 @@ message UpdateHTTPFirewallPolicyRequest {
repeated string firewallGroupCodes = 5;
bytes blockOptionsJSON = 6;
string mode = 7;
bool useLocalFirewall = 8;
}
// 修改分组信息