[PR #2035] [CLOSED] [DON'T MERGE] Remove Default from ResolverOpts #2774

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2035
Author: @daxpedda
Created: 9/22/2023
Status: Closed

Base: mainHead: resolver-opts-new


📝 Commits (1)

  • 3a0e942 Remove Default from ResolverOpts

📊 Changes

21 files changed (+87 additions, -90 deletions)

View changed files

📝 crates/async-std-resolver/README.md (+1 -1)
📝 crates/async-std-resolver/src/lib.rs (+1 -1)
📝 crates/recursor/src/recursor.rs (+1 -1)
📝 crates/resolver/README.md (+2 -2)
📝 crates/resolver/examples/custom_provider.rs (+2 -2)
📝 crates/resolver/examples/flush_cache.rs (+1 -1)
📝 crates/resolver/examples/global_resolver.rs (+1 -1)
📝 crates/resolver/examples/multithreaded_runtime.rs (+1 -1)
📝 crates/resolver/src/async_resolver.rs (+17 -17)
📝 crates/resolver/src/config.rs (+4 -7)
📝 crates/resolver/src/dns_sd.rs (+1 -1)
📝 crates/resolver/src/https.rs (+1 -1)
📝 crates/resolver/src/lib.rs (+4 -4)
📝 crates/resolver/src/name_server/name_server.rs (+2 -2)
📝 crates/resolver/src/name_server/name_server_pool.rs (+2 -2)
📝 crates/resolver/src/resolver.rs (+2 -2)
📝 crates/resolver/src/system_conf/unix.rs (+7 -7)
📝 crates/resolver/src/tls/mod.rs (+1 -1)
📝 crates/server/src/store/forwarder/authority.rs (+2 -2)
📝 tests/integration-tests/tests/name_server_pool_tests.rs (+33 -33)

...and 1 more files

📄 Description

As discussed in https://github.com/bluejekyll/trust-dns/pull/2031.


🔄 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/2035 **Author:** [@daxpedda](https://github.com/daxpedda) **Created:** 9/22/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `resolver-opts-new` --- ### 📝 Commits (1) - [`3a0e942`](https://github.com/hickory-dns/hickory-dns/commit/3a0e9423eb0e40d602e6fdd3c45d9ec8af507506) Remove `Default` from `ResolverOpts` ### 📊 Changes **21 files changed** (+87 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `crates/async-std-resolver/README.md` (+1 -1) 📝 `crates/async-std-resolver/src/lib.rs` (+1 -1) 📝 `crates/recursor/src/recursor.rs` (+1 -1) 📝 `crates/resolver/README.md` (+2 -2) 📝 `crates/resolver/examples/custom_provider.rs` (+2 -2) 📝 `crates/resolver/examples/flush_cache.rs` (+1 -1) 📝 `crates/resolver/examples/global_resolver.rs` (+1 -1) 📝 `crates/resolver/examples/multithreaded_runtime.rs` (+1 -1) 📝 `crates/resolver/src/async_resolver.rs` (+17 -17) 📝 `crates/resolver/src/config.rs` (+4 -7) 📝 `crates/resolver/src/dns_sd.rs` (+1 -1) 📝 `crates/resolver/src/https.rs` (+1 -1) 📝 `crates/resolver/src/lib.rs` (+4 -4) 📝 `crates/resolver/src/name_server/name_server.rs` (+2 -2) 📝 `crates/resolver/src/name_server/name_server_pool.rs` (+2 -2) 📝 `crates/resolver/src/resolver.rs` (+2 -2) 📝 `crates/resolver/src/system_conf/unix.rs` (+7 -7) 📝 `crates/resolver/src/tls/mod.rs` (+1 -1) 📝 `crates/server/src/store/forwarder/authority.rs` (+2 -2) 📝 `tests/integration-tests/tests/name_server_pool_tests.rs` (+33 -33) _...and 1 more files_ </details> ### 📄 Description As discussed in https://github.com/bluejekyll/trust-dns/pull/2031. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:07:22 +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#2774
No description provided.