[PR #1224] [MERGED] force dns-over-rustls for tools crate #2097

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1224
Author: @djc
Created: 9/29/2020
Status: Merged
Merged: 10/10/2020
Merged by: @bluejekyll

Base: mainHead: resolve-https


📝 Commits (1)

  • 35b3f82 make dns-over-rustls optional for tools crate

📊 Changes

3 files changed (+10 additions, -1 deletions)

View changed files

📝 crates/resolver/src/tls/mod.rs (+3 -1)
📝 util/Cargo.toml (+3 -0)
📝 util/src/resolve.rs (+4 -0)

📄 Description

This is so we get a consistent requirement for the availability of the
tls_config field in the NameServerConfig struct; whether this is
required otherwise depends on whether that feature is enabled for the
resolver crate dependency.


🔄 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/1224 **Author:** [@djc](https://github.com/djc) **Created:** 9/29/2020 **Status:** ✅ Merged **Merged:** 10/10/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `resolve-https` --- ### 📝 Commits (1) - [`35b3f82`](https://github.com/hickory-dns/hickory-dns/commit/35b3f8200c804fb57bc58fefb18ca4ebaa6a38ef) make dns-over-rustls optional for tools crate ### 📊 Changes **3 files changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `crates/resolver/src/tls/mod.rs` (+3 -1) 📝 `util/Cargo.toml` (+3 -0) 📝 `util/src/resolve.rs` (+4 -0) </details> ### 📄 Description This is so we get a consistent requirement for the availability of the `tls_config` field in the `NameServerConfig` struct; whether this is required otherwise depends on whether that feature is enabled for the resolver crate dependency. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 05:42: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#2097
No description provided.