mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

- New ACTION_ADD_GEODATA to add geodata to notices in an extension field named remote_location. - Loading extend-email/hostnames by default now that it only does anything when the ACTION_EMAIL action is applied (finally).
13 lines
397 B
Text
13 lines
397 B
Text
@load ./main
|
|
@load ./weird
|
|
|
|
# There should be no overhead imposed by loading notice actions so we
|
|
# load them all.
|
|
@load ./actions/drop
|
|
@load ./actions/email_admin
|
|
@load ./actions/page
|
|
@load ./actions/add-geodata
|
|
|
|
# There shouldn't be any defaul toverhead from loading these since they
|
|
# *should* only do anything when notices have the ACTION_EMAIL action applied.
|
|
@load ./extend-email/hostnames
|