lazydns

EDNS0 Options Plugin

edns0opt lets you add arbitrary EDNS0 options to outgoing queries. It stores the options in the context metadata so that forwarders can include them in upstream requests.

Arguments

Example

plugins:
  - type: edns0opt
    args:
      options:
        - code: 8
          data: [0, 1, 24, 0, 192, 168, 1]
      preserve_existing: false

Behavior