[PR #996] [MERGED] [trust-dns-resolver] make some crates optional #1849

Closed
opened 2026-03-16 02:29:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/996
Author: @chunyingw
Created: 1/16/2020
Status: Merged
Merged: 1/17/2020
Merged by: @bluejekyll

Base: masterHead: system-config


📝 Commits (2)

  • c8dba30 [trust-dns-resolver] make some crates optional
  • b774dd6 Merge branch 'master' into system-config

📊 Changes

5 files changed (+16 additions, -3 deletions)

View changed files

📝 crates/resolver/Cargo.toml (+4 -3)
📝 crates/resolver/src/async_resolver.rs (+6 -0)
📝 crates/resolver/src/lib.rs (+1 -0)
📝 crates/resolver/src/resolver.rs (+1 -0)
📝 crates/resolver/src/system_conf/mod.rs (+4 -0)

📄 Description

Make ipconfig and resolv-conf which are related to dns config optional


🔄 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/996 **Author:** [@chunyingw](https://github.com/chunyingw) **Created:** 1/16/2020 **Status:** ✅ Merged **Merged:** 1/17/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `system-config` --- ### 📝 Commits (2) - [`c8dba30`](https://github.com/hickory-dns/hickory-dns/commit/c8dba30a6b698d4ed16ee5a2aab09bdc2ad6a2e3) [trust-dns-resolver] make some crates optional - [`b774dd6`](https://github.com/hickory-dns/hickory-dns/commit/b774dd63912cd548a043902aba4c6b7fc4de7b11) Merge branch 'master' into system-config ### 📊 Changes **5 files changed** (+16 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `crates/resolver/Cargo.toml` (+4 -3) 📝 `crates/resolver/src/async_resolver.rs` (+6 -0) 📝 `crates/resolver/src/lib.rs` (+1 -0) 📝 `crates/resolver/src/resolver.rs` (+1 -0) 📝 `crates/resolver/src/system_conf/mod.rs` (+4 -0) </details> ### 📄 Description Make ipconfig and resolv-conf which are related to dns config optional --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:29:27 +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#1849
No description provided.