mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-20 11:05:18 +08:00
实现WAF策略部分功能
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package firewallconfigs
|
||||
|
||||
// url client configure
|
||||
type HTTPFirewallBlockAction struct {
|
||||
StatusCode int `yaml:"statusCode" json:"statusCode"`
|
||||
Body string `yaml:"body" json:"body"` // supports HTML
|
||||
URL string `yaml:"url" json:"url"`
|
||||
}
|
||||
Reference in New Issue
Block a user