[PR #1361] [MERGED] add HINFO record type #2254

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1361
Author: @vlad20012
Created: 1/19/2021
Status: Merged
Merged: 1/21/2021
Merged by: @bluejekyll

Base: mainHead: add-hinfo-rr-type


📝 Commits (2)

  • 1670a36 add HINFO record type
  • 6ab0819 Merge branch 'main' into add-hinfo-rr-type

📊 Changes

7 files changed (+286 additions, -1 deletions)

View changed files

📝 crates/client/src/serialize/txt/parse_rdata.rs (+1 -0)
crates/client/src/serialize/txt/rdata_parsers/hinfo.rs (+47 -0)
📝 crates/client/src/serialize/txt/rdata_parsers/mod.rs (+1 -0)
crates/proto/src/rr/rdata/hinfo.rs (+188 -0)
📝 crates/proto/src/rr/rdata/mod.rs (+2 -0)
📝 crates/proto/src/rr/record_data.rs (+39 -1)
📝 crates/proto/src/rr/record_type.rs (+8 -0)

📄 Description

Add HINFO resource record type from RFC 1035. The record type is also used by RFC 8482


🔄 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/1361 **Author:** [@vlad20012](https://github.com/vlad20012) **Created:** 1/19/2021 **Status:** ✅ Merged **Merged:** 1/21/2021 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `add-hinfo-rr-type` --- ### 📝 Commits (2) - [`1670a36`](https://github.com/hickory-dns/hickory-dns/commit/1670a36cd3de173c523aba95cf239f2a3bc0478c) add HINFO record type - [`6ab0819`](https://github.com/hickory-dns/hickory-dns/commit/6ab08193c7ac2aa4177c65562bb46a357be2eed7) Merge branch 'main' into add-hinfo-rr-type ### 📊 Changes **7 files changed** (+286 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/src/serialize/txt/parse_rdata.rs` (+1 -0) ➕ `crates/client/src/serialize/txt/rdata_parsers/hinfo.rs` (+47 -0) 📝 `crates/client/src/serialize/txt/rdata_parsers/mod.rs` (+1 -0) ➕ `crates/proto/src/rr/rdata/hinfo.rs` (+188 -0) 📝 `crates/proto/src/rr/rdata/mod.rs` (+2 -0) 📝 `crates/proto/src/rr/record_data.rs` (+39 -1) 📝 `crates/proto/src/rr/record_type.rs` (+8 -0) </details> ### 📄 Description Add HINFO resource record type from [RFC 1035](https://tools.ietf.org/html/rfc1035#section-3.3.2). The record type is also used by [RFC 8482](https://tools.ietf.org/html/rfc8482) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:12:42 +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#2254
No description provided.