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

This commit is contained in:
刘祥超
2024-01-20 16:18:49 +08:00
parent 12f6a1e3ce
commit adc4b945e7
10 changed files with 310 additions and 249 deletions

View File

@@ -2,7 +2,7 @@ package firewallconfigs
import "net/http"
// HTTPFirewallBlockAction url client configure
// HTTPFirewallBlockAction default block action
type HTTPFirewallBlockAction struct {
IsPrior bool `yaml:"isPrior" json:"isPrior"`