[PR #890] [MERGED] Add resolver methods for SOA and NS records #1772

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/890
Author: @rotty
Created: 10/17/2019
Status: Merged
Merged: 10/18/2019
Merged by: @bluejekyll

Base: masterHead: pr/ns-and-soa-lookup


📝 Commits (2)

  • 4641c54 Add resolver methods for SOA and NS records
  • b5d668b Merge branch 'master' into pr/ns-and-soa-lookup

📊 Changes

3 files changed (+20 additions, -0 deletions)

View changed files

📝 crates/resolver/src/async_resolver/mod.rs (+2 -0)
📝 crates/resolver/src/lookup.rs (+16 -0)
📝 crates/resolver/src/resolver.rs (+2 -0)

📄 Description

These are useful if you want to use the resolver to retrieve:

  • The domain master address, to know where to send DNS UPDATE
    messages to.
  • The authoritative nameservers for a domain, to monitor them for the
    propagation of an update.

@blujekyll: I know you are busy on PR #849, so don't feel obliged to
handle my PRs; I can rebase them when #849 has landed.


🔄 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/890 **Author:** [@rotty](https://github.com/rotty) **Created:** 10/17/2019 **Status:** ✅ Merged **Merged:** 10/18/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `pr/ns-and-soa-lookup` --- ### 📝 Commits (2) - [`4641c54`](https://github.com/hickory-dns/hickory-dns/commit/4641c543df266756aa191fd093c60ccc7d49ebe5) Add resolver methods for SOA and NS records - [`b5d668b`](https://github.com/hickory-dns/hickory-dns/commit/b5d668bbab3be035dcce6409106d16d6c0edcd4c) Merge branch 'master' into pr/ns-and-soa-lookup ### 📊 Changes **3 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `crates/resolver/src/async_resolver/mod.rs` (+2 -0) 📝 `crates/resolver/src/lookup.rs` (+16 -0) 📝 `crates/resolver/src/resolver.rs` (+2 -0) </details> ### 📄 Description These are useful if you want to use the resolver to retrieve: - The domain master address, to know where to send DNS UPDATE messages to. - The authoritative nameservers for a domain, to monitor them for the propagation of an update. ---- @blujekyll: I know you are busy on PR #849, so don't feel obliged to handle my PRs; I can rebase them when #849 has landed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:24:39 +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#1772
No description provided.