mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-06 18:10:25 +08:00
IP名单中的“全局封锁名单”文字改为“系统黑名单”
This commit is contained in:
@@ -23,7 +23,7 @@ const (
|
|||||||
var listTypeCacheMap = map[int64]*IPList{} // listId => *IPList
|
var listTypeCacheMap = map[int64]*IPList{} // listId => *IPList
|
||||||
var DefaultGlobalIPList = &IPList{
|
var DefaultGlobalIPList = &IPList{
|
||||||
Id: uint32(firewallconfigs.GlobalListId),
|
Id: uint32(firewallconfigs.GlobalListId),
|
||||||
Name: "全局封锁名单",
|
Name: "系统黑名单",
|
||||||
IsPublic: true,
|
IsPublic: true,
|
||||||
IsGlobal: true,
|
IsGlobal: true,
|
||||||
Type: "black",
|
Type: "black",
|
||||||
|
|||||||
Reference in New Issue
Block a user