mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 07:50:25 +08:00 
			
		
		
		
	优化代码
This commit is contained in:
		@@ -22,8 +22,8 @@ var listTypeCacheMap = map[int64]*IPList{} // listId => *IPList
 | 
			
		||||
var DefaultGlobalIPList = &IPList{
 | 
			
		||||
	Id:       uint32(firewallconfigs.GlobalListId),
 | 
			
		||||
	Name:     "全局封锁名单",
 | 
			
		||||
	IsPublic: 1,
 | 
			
		||||
	IsGlobal: 1,
 | 
			
		||||
	IsPublic: true,
 | 
			
		||||
	IsGlobal: true,
 | 
			
		||||
	Type:     "black",
 | 
			
		||||
	State:    IPListStateEnabled,
 | 
			
		||||
	IsOn:     true,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user