[PR #731] [MERGED] add NAPTR record type #1636

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/731
Author: @bluejekyll
Created: 4/6/2019
Status: Merged
Merged: 4/6/2019
Merged by: @bluejekyll

Base: masterHead: support-naptr


📝 Commits (2)

📊 Changes

8 files changed (+549 additions, -18 deletions)

View changed files

📝 crates/client/src/error/parse_error.rs (+7 -1)
📝 crates/client/src/serialize/txt/parse_rdata.rs (+1 -0)
📝 crates/client/src/serialize/txt/rdata_parsers/mod.rs (+1 -0)
crates/client/src/serialize/txt/rdata_parsers/naptr.rs (+108 -0)
📝 crates/proto/src/rr/rdata/mod.rs (+2 -0)
crates/proto/src/rr/rdata/naptr.rs (+288 -0)
📝 crates/proto/src/rr/record_data.rs (+121 -1)
📝 crates/proto/src/rr/record_type.rs (+21 -16)

📄 Description

fixes: #654

This does not add any additionals processing in the server, nor does it add any direct support in the Resolver, those can be future features if desired.


🔄 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/731 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 4/6/2019 **Status:** ✅ Merged **Merged:** 4/6/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `support-naptr` --- ### 📝 Commits (2) - [`c7d0326`](https://github.com/hickory-dns/hickory-dns/commit/c7d0326efa5d3357ee3d7cb9de82a8e47f35f7ef) add NAPTR record type - [`88d27bf`](https://github.com/hickory-dns/hickory-dns/commit/88d27bfe8a81465e8edd20b7313f59147e865091) add From<&str> to ParseError ### 📊 Changes **8 files changed** (+549 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/src/error/parse_error.rs` (+7 -1) 📝 `crates/client/src/serialize/txt/parse_rdata.rs` (+1 -0) 📝 `crates/client/src/serialize/txt/rdata_parsers/mod.rs` (+1 -0) ➕ `crates/client/src/serialize/txt/rdata_parsers/naptr.rs` (+108 -0) 📝 `crates/proto/src/rr/rdata/mod.rs` (+2 -0) ➕ `crates/proto/src/rr/rdata/naptr.rs` (+288 -0) 📝 `crates/proto/src/rr/record_data.rs` (+121 -1) 📝 `crates/proto/src/rr/record_type.rs` (+21 -16) </details> ### 📄 Description fixes: #654 This does not add any `additionals` processing in the server, nor does it add any direct support in the Resolver, those can be future features if desired. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:17:20 +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#1636
No description provided.