IP名单增加是否全局

This commit is contained in:
GoEdgeLab
2021-11-17 16:15:01 +08:00
parent c38c1dcf0e
commit d28f950ca4
7 changed files with 190 additions and 149 deletions

View 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"
)