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

recursor: respect DO bit in incoming queries #2196

Merged
merged 5 commits into from May 11, 2024

Commits on May 7, 2024

  1. recursor: set DO in outgoing queries

    when the recursor is "security-aware" -- that is the "dnssec" feature is
    enabled -- as per RFC 4035 section 3.2.1
    japaric committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3b3f330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f24fcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48a2531 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. make Recursor configurable via a "builder"

    and make security-awareness opt-in
    japaric committed May 8, 2024
    Configuration menu
    Copy the full SHA
    93bb8b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ede6a5 View commit details
    Browse the repository at this point in the history