[PR #3091] [MERGED] resolver: hide validate option if DNSSEC support is not available #3552

Closed
opened 2026-03-16 11:49:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3091
Author: @djc
Created: 6/26/2025
Status: Merged
Merged: 6/27/2025
Merged by: @djc

Base: mainHead: cfg-validate


📝 Commits (1)

  • 0201495 resolver: hide validate option if DNSSEC support is not available

📊 Changes

5 files changed (+34 additions, -25 deletions)

View changed files

📝 crates/recursor/src/recursor_dns_handle.rs (+4 -1)
📝 crates/resolver/src/config.rs (+2 -0)
📝 crates/resolver/src/name_server/name_server.rs (+8 -1)
📝 crates/resolver/src/resolver.rs (+12 -22)
📝 crates/server/src/store/forwarder.rs (+8 -1)

📄 Description

Fixes #3089.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/3091 **Author:** [@djc](https://github.com/djc) **Created:** 6/26/2025 **Status:** ✅ Merged **Merged:** 6/27/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `cfg-validate` --- ### 📝 Commits (1) - [`0201495`](https://github.com/hickory-dns/hickory-dns/commit/0201495cc619260295a8d3568cd11ee99d2c3134) resolver: hide validate option if DNSSEC support is not available ### 📊 Changes **5 files changed** (+34 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `crates/recursor/src/recursor_dns_handle.rs` (+4 -1) 📝 `crates/resolver/src/config.rs` (+2 -0) 📝 `crates/resolver/src/name_server/name_server.rs` (+8 -1) 📝 `crates/resolver/src/resolver.rs` (+12 -22) 📝 `crates/server/src/store/forwarder.rs` (+8 -1) </details> ### 📄 Description Fixes #3089. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:49:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#3552
No description provided.