1
This commit is contained in:
parent
10b8d9fc9d
commit
1d2ab70654
@ -78,6 +78,7 @@ func (this* RiskMgr) Init() *RiskMgr {
|
||||
this.launchWhiteList = make(map[string]int32)
|
||||
this.launchBlackList = make(map[string]int32)
|
||||
this.blockProvinceCityHash = make(map[string]int32)
|
||||
this.fixedBlockProvinceCityHash = make(map[string]int32)
|
||||
|
||||
for _, val := range G.MetaMgr.GetIpWhiteList().GetList() {
|
||||
this.ipWhiteList[val] = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user