WAF策略增加显示页面动作默认设置

This commit is contained in:
GoEdgeLab
2024-01-20 16:18:07 +08:00
parent 1281640da4
commit 47f06b379e
3 changed files with 21 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ type WAF struct {
SYNFlood *firewallconfigs.SYNFloodConfig `yaml:"synFlood" json:"synFlood"`
DefaultBlockAction *BlockAction
DefaultPageAction *PageAction
DefaultCaptchaAction *CaptchaAction
hasInboundRules bool