mirror of https://github.com/MISP/misp-modules
add ip-src and ip-dst to types_to_use
parent
a6db0b163f
commit
b074801b00
|
@ -8,7 +8,7 @@ import json
|
|||
|
||||
misperrors = {"error": "Error"}
|
||||
|
||||
types_to_use = ['sha256', 'sha1', 'md5', 'domain', 'ip', 'url']
|
||||
types_to_use = ['sha256', 'sha1', 'md5', 'domain', 'ip-src', 'ip-dst', 'url']
|
||||
|
||||
userConfig = {
|
||||
|
||||
|
|
Loading…
Reference in New Issue