[PR #2686] [MERGED] Reformat large inline tables in config files #3236

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2686
Author: @divergentdave
Created: 12/18/2024
Status: Merged
Merged: 12/18/2024
Merged by: @marcus0x62

Base: mainHead: david/toml-expand-inline-tables


📝 Commits (1)

  • 5f245ac Reformat large inline tables in config files

📊 Changes

7 files changed (+46 additions, -8 deletions)

View changed files

📝 conformance/packages/dns-test/src/templates/hickory.resolver.toml.jinja (+10 -1)
📝 tests/test-data/test_configs/dns_over_https.toml (+5 -1)
📝 tests/test-data/test_configs/dns_over_quic.toml (+5 -1)
📝 tests/test-data/test_configs/dns_over_tls.toml (+4 -1)
📝 tests/test-data/test_configs/dns_over_tls_rustls_and_openssl.toml (+5 -1)
📝 tests/test-data/test_configs/dnssec_with_update.toml (+5 -1)
📝 tests/test-data/test_configs/example_forwarder.toml (+12 -2)

📄 Description

This replaces some inline tables in configuration files with equivalent normal tables, for readability.


🔄 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/2686 **Author:** [@divergentdave](https://github.com/divergentdave) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 12/18/2024 **Merged by:** [@marcus0x62](https://github.com/marcus0x62) **Base:** `main` ← **Head:** `david/toml-expand-inline-tables` --- ### 📝 Commits (1) - [`5f245ac`](https://github.com/hickory-dns/hickory-dns/commit/5f245ac4e1890b4a344d8614c504bccfb721266d) Reformat large inline tables in config files ### 📊 Changes **7 files changed** (+46 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `conformance/packages/dns-test/src/templates/hickory.resolver.toml.jinja` (+10 -1) 📝 `tests/test-data/test_configs/dns_over_https.toml` (+5 -1) 📝 `tests/test-data/test_configs/dns_over_quic.toml` (+5 -1) 📝 `tests/test-data/test_configs/dns_over_tls.toml` (+4 -1) 📝 `tests/test-data/test_configs/dns_over_tls_rustls_and_openssl.toml` (+5 -1) 📝 `tests/test-data/test_configs/dnssec_with_update.toml` (+5 -1) 📝 `tests/test-data/test_configs/example_forwarder.toml` (+12 -2) </details> ### 📄 Description This replaces some inline tables in configuration files with equivalent normal tables, for readability. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:32:47 +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#3236
No description provided.