mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-05-03 21:45:18 +08:00
IP名单增加是否全局
This commit is contained in:
8
pkg/serverconfigs/firewallconfigs/consts.go
Normal file
8
pkg/serverconfigs/firewallconfigs/consts.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package firewallconfigs
|
||||
|
||||
const (
|
||||
GlobalListId int64 = 2_000_000_000
|
||||
DefaultEventLevel = "critical"
|
||||
)
|
||||
Reference in New Issue
Block a user