diff --git a/src/lua_resty_netacea_constants.lua b/src/lua_resty_netacea_constants.lua index eb06ce3..f9f40ce 100644 --- a/src/lua_resty_netacea_constants.lua +++ b/src/lua_resty_netacea_constants.lua @@ -7,7 +7,12 @@ Constants['idTypes'] = { IP = '2', VISITOR = '3', DATACENTER = '4', - SEV = '5' + SEV = '5', + ORGANISATION = '6', + ASN = '7', + COUNTRY = '8', + COMBINATION = '9', + HEADERFP = 'b' } Constants['mitigationTypesText'] = {} @@ -44,7 +49,12 @@ Constants['matchBcTypes'] = { ['2'] = 'ip', ['3'] = 'visitor', ['4'] = 'datacenter', - ['5'] = 'sev' + ['5'] = 'sev', + ['6'] = 'organisation', + ['7'] = 'asn', + ['8'] = 'country', + ['9'] = 'combination', + ['b'] = 'headerFP' } Constants['mitigateBcTypes'] = {