[PR #2525] [MERGED] Conformance support for multiple zones on a nameserver #3107

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2525
Author: @marcus0x62
Created: 10/23/2024
Status: Merged
Merged: 10/25/2024
Merged by: @marcus0x62

Base: mainHead: conformance_multizone


📝 Commits (1)

  • 78ba4b2 Support for multiple zones on a nameserver with dns-test

📊 Changes

6 files changed (+134 additions, -9 deletions)

View changed files

📝 conformance/packages/dns-test/src/fqdn.rs (+1 -1)
📝 conformance/packages/dns-test/src/implementation.rs (+14 -4)
📝 conformance/packages/dns-test/src/name_server.rs (+99 -4)
📝 conformance/packages/dns-test/src/templates/hickory.name-server.toml.jinja (+7 -0)
📝 conformance/packages/dns-test/src/templates/named.name-server.conf.jinja (+7 -0)
📝 conformance/packages/dns-test/src/templates/nsd.conf.jinja (+6 -0)

📄 Description

This adds support to dns-test for adding multiple zones on a nameserver in order to replicate an offline version of extended-dns-errors.com, and to efficiently support other tests which benefit from multiple domain names.


🔄 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/2525 **Author:** [@marcus0x62](https://github.com/marcus0x62) **Created:** 10/23/2024 **Status:** ✅ Merged **Merged:** 10/25/2024 **Merged by:** [@marcus0x62](https://github.com/marcus0x62) **Base:** `main` ← **Head:** `conformance_multizone` --- ### 📝 Commits (1) - [`78ba4b2`](https://github.com/hickory-dns/hickory-dns/commit/78ba4b26c403ea04067315ab2cd238b92b9b3676) Support for multiple zones on a nameserver with dns-test ### 📊 Changes **6 files changed** (+134 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `conformance/packages/dns-test/src/fqdn.rs` (+1 -1) 📝 `conformance/packages/dns-test/src/implementation.rs` (+14 -4) 📝 `conformance/packages/dns-test/src/name_server.rs` (+99 -4) 📝 `conformance/packages/dns-test/src/templates/hickory.name-server.toml.jinja` (+7 -0) 📝 `conformance/packages/dns-test/src/templates/named.name-server.conf.jinja` (+7 -0) 📝 `conformance/packages/dns-test/src/templates/nsd.conf.jinja` (+6 -0) </details> ### 📄 Description This adds support to dns-test for adding multiple zones on a nameserver in order to replicate an offline version of extended-dns-errors.com, and to efficiently support other tests which benefit from multiple domain names. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:25:34 +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#3107
No description provided.