[PR #1492] [MERGED] Allow use_edns configuration for AsyncClient #2362

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1492
Author: @astro
Created: 5/19/2021
Status: Merged
Merged: 5/24/2021
Merged by: @bluejekyll

Base: mainHead: use_edns


📝 Commits (3)

  • a051d18 allow use_edns configuration for AsyncClient
  • 08c0a08 pass use_dns parameter in dynamic_update tests
  • 4d93151 Merge branch 'main' into use_edns

📊 Changes

4 files changed (+78 additions, -33 deletions)

View changed files

📝 crates/client/src/client/async_client.rs (+28 -9)
📝 crates/client/src/op/update_message.rs (+12 -12)
📝 crates/proto/src/xfer/dns_handle.rs (+5 -0)
📝 crates/server/tests/authority_battery/dynamic_update.rs (+33 -12)

📄 Description

Proposal of a solution to #1491

Is this the proper place for the option? Please review.


🔄 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/1492 **Author:** [@astro](https://github.com/astro) **Created:** 5/19/2021 **Status:** ✅ Merged **Merged:** 5/24/2021 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `use_edns` --- ### 📝 Commits (3) - [`a051d18`](https://github.com/hickory-dns/hickory-dns/commit/a051d18d0c16d7f62e4225ff03d9346f6855c4b4) allow use_edns configuration for AsyncClient - [`08c0a08`](https://github.com/hickory-dns/hickory-dns/commit/08c0a0858f83b4e3a57a990a4335c3ac2190d8c1) pass use_dns parameter in dynamic_update tests - [`4d93151`](https://github.com/hickory-dns/hickory-dns/commit/4d931515b011d0ae4dc016ec85e326f19747e97b) Merge branch 'main' into use_edns ### 📊 Changes **4 files changed** (+78 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/src/client/async_client.rs` (+28 -9) 📝 `crates/client/src/op/update_message.rs` (+12 -12) 📝 `crates/proto/src/xfer/dns_handle.rs` (+5 -0) 📝 `crates/server/tests/authority_battery/dynamic_update.rs` (+33 -12) </details> ### 📄 Description Proposal of a solution to #1491 Is this the proper place for the option? Please review. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:49:45 +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#2362
No description provided.