mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 20:40:25 +08:00
WAF策略增加显示页面动作默认设置
This commit is contained in:
@@ -98,8 +98,9 @@ message UpdateHTTPFirewallPolicyRequest {
|
||||
string name = 3;
|
||||
string description = 4;
|
||||
repeated string firewallGroupCodes = 5;
|
||||
bytes blockOptionsJSON = 6;
|
||||
bytes captchaOptionsJSON = 11;
|
||||
bytes blockOptionsJSON = 6; // 阻止动作配置
|
||||
bytes pageOptionsJSON = 15; // 显示网页动作配置
|
||||
bytes captchaOptionsJSON = 11; // 验证码动作配置
|
||||
string mode = 7;
|
||||
bool useLocalFirewall = 8; // 是否使用本地防火墙
|
||||
bytes synFloodJSON = 9; // SYN Flood相关配置
|
||||
|
||||
Reference in New Issue
Block a user