mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-18 09:15:18 +08:00
用户端可以添加WAF 黑白名单
This commit is contained in:
@@ -11,8 +11,8 @@ type HTTPFirewallInboundConfig struct {
|
||||
Region *HTTPFirewallRegionConfig `yaml:"region" json:"region"`
|
||||
|
||||
// IP名单
|
||||
WhiteListRef *ipconfigs.IPListRef `yaml:"whiteListRef" json:"whiteListRef"`
|
||||
BlackListRef *ipconfigs.IPListRef `yaml:"blackListRef" json:"blackListRef"`
|
||||
AllowListRef *ipconfigs.IPListRef `yaml:"whiteListRef" json:"whiteListRef"`
|
||||
DenyListRef *ipconfigs.IPListRef `yaml:"blackListRef" json:"blackListRef"`
|
||||
GreyListRef *ipconfigs.IPListRef `yaml:"greyListRef" json:"greyListRef"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user