Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnsdist: Add support for setting Extended DNS Error statuses #13473

Merged
merged 5 commits into from
Nov 10, 2023

Commits on Nov 9, 2023

  1. dnsdist: Add support for setting Extended DNS Error statuses

    This PR adds support for adding EDNS Extended DNS Error statuses
    from DNSDist, via the following mechanisms:
    - `SetExtendedDNSErrorAction`
    - `SetExtendedDNSErrorResponseAction`
    - `DNSQuestion:setExtendedDNSError(infoCode [, extraText])`
    - `DNSResponse:setExtendedDNSError(infoCode [, extraText])`
    - `dnsdist_ffi_dnsquestion_set_extended_dns_error(...)`
    rgacogne committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f18d8af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f030f42 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    a3e1678 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0275d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f32aeda View commit details
    Browse the repository at this point in the history