mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-07 15:20:24 +08:00
WAF策略增加是否使用本地防火墙设置
This commit is contained in:
@@ -12,4 +12,5 @@ message HTTPFirewallPolicy {
|
||||
bytes inboundJSON = 5;
|
||||
bytes outboundJSON = 6;
|
||||
int64 serverId = 8;
|
||||
bool useLocalFirewall = 9;
|
||||
}
|
||||
@@ -96,6 +96,7 @@ message UpdateHTTPFirewallPolicyRequest {
|
||||
repeated string firewallGroupCodes = 5;
|
||||
bytes blockOptionsJSON = 6;
|
||||
string mode = 7;
|
||||
bool useLocalFirewall = 8;
|
||||
}
|
||||
|
||||
// 修改分组信息
|
||||
|
||||
Reference in New Issue
Block a user