mirror of https://github.com/MISP/mail_to_misp
new: Add config to disable DNS lookups
parent
b651ffd984
commit
145930d55d
|
@ -13,6 +13,7 @@ body_config_prefix = 'm2m' # every line in the body starting with this value wi
|
||||||
m2m_key = 'YOUSETYOURKEYHERE'
|
m2m_key = 'YOUSETYOURKEYHERE'
|
||||||
m2m_benign_attachment_keyword = 'benign'
|
m2m_benign_attachment_keyword = 'benign'
|
||||||
|
|
||||||
|
enable_dns = True
|
||||||
debug = False
|
debug = False
|
||||||
nameservers = ['149.13.33.69']
|
nameservers = ['149.13.33.69']
|
||||||
email_subject_prefix = 'M2M'
|
email_subject_prefix = 'M2M'
|
||||||
|
|
Loading…
Reference in New Issue