Initial commit (code only without large binaries)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package firewallconfigs
|
||||
|
||||
type AllowScope = string
|
||||
|
||||
const (
|
||||
AllowScopeGroup AllowScope = "group"
|
||||
AllowScopeServer AllowScope = "server"
|
||||
AllowScopeGlobal AllowScope = "global"
|
||||
)
|
||||
|
||||
type HTTPFirewallAllowAction struct {
|
||||
Scope AllowScope `yaml:"scope" json:"scope"`
|
||||
}
|
||||
Reference in New Issue
Block a user