lazydns

Drop Response Plugin

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.

Behavior

Quick (exec) setup

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

When to use