This commit is contained in:
aozhiwei 2020-11-03 20:22:06 +08:00
parent 10b8d9fc9d
commit 1d2ab70654

View File

@ -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