drop_resp is a tiny exec helper plugin that clears any existing DNS response stored in the plugin Context. It is useful when you want to discard a previously-produced response and continue processing with later plugins.
drop_resp sets the current context response to None.This plugin supports a no-argument exec quick setup; the exec_str is ignored.
Examples:
# exec style (compact)
plugins:
- exec: drop_resp
# as a configured plugin (same behavior)
- tag: drop
type: drop_resp