diff --git a/server/analyseapi/metamgr.go b/server/analyseapi/metamgr.go index 122e8f6..94f2615 100644 --- a/server/analyseapi/metamgr.go +++ b/server/analyseapi/metamgr.go @@ -8,10 +8,10 @@ import ( const ( MT_SERVER_INFO = 0 MT_ALI_KEY = iota - MT_IP_WHITE_LIST = iota - MT_IP_BLACK_LIST = iota - MT_LAUNCH_WHITE_LIST = iota - MT_LAUNCH_BLACK_LIST = iota + MT_IP_WHITE_LIST + MT_IP_BLACK_LIST + MT_LAUNCH_WHITE_LIST + MT_LAUNCH_BLACK_LIST MT_MAX = iota )