[PR #571] [MERGED] disable AXFR by default #1516

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/571
Author: @bluejekyll
Created: 10/7/2018
Status: Merged
Merged: 10/7/2018
Merged by: @bluejekyll

Base: masterHead: optional-axfr


📝 Commits (2)

  • 03a456a disable AXFR by default
  • 188213b update change log and example.toml for axfr setting

📊 Changes

12 files changed (+287 additions, -162 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 integration-tests/src/authority.rs (+1 -0)
📝 integration-tests/tests/authority_tests.rs (+40 -1)
📝 integration-tests/tests/catalog_tests.rs (+45 -17)
📝 server/src/authority/auth_lookup.rs (+13 -3)
📝 server/src/authority/authority.rs (+130 -100)
📝 server/src/authority/catalog.rs (+10 -3)
📝 server/src/config.rs (+15 -6)
📝 server/src/named.rs (+4 -0)
📝 server/tests/config_tests.rs (+12 -8)
📝 server/tests/named_test_configs/example.toml (+3 -0)
📝 server/tests/txt_tests.rs (+13 -24)

📄 Description

Partly a response to the request in #553

@Darkspirit


🔄 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/571 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 10/7/2018 **Status:** ✅ Merged **Merged:** 10/7/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `optional-axfr` --- ### 📝 Commits (2) - [`03a456a`](https://github.com/hickory-dns/hickory-dns/commit/03a456ae1ad79ae100d15c0979c3c1a7ba026126) disable AXFR by default - [`188213b`](https://github.com/hickory-dns/hickory-dns/commit/188213b14dd17ce67f4b38dd2097f32995cb83a4) update change log and example.toml for axfr setting ### 📊 Changes **12 files changed** (+287 additions, -162 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `integration-tests/src/authority.rs` (+1 -0) 📝 `integration-tests/tests/authority_tests.rs` (+40 -1) 📝 `integration-tests/tests/catalog_tests.rs` (+45 -17) 📝 `server/src/authority/auth_lookup.rs` (+13 -3) 📝 `server/src/authority/authority.rs` (+130 -100) 📝 `server/src/authority/catalog.rs` (+10 -3) 📝 `server/src/config.rs` (+15 -6) 📝 `server/src/named.rs` (+4 -0) 📝 `server/tests/config_tests.rs` (+12 -8) 📝 `server/tests/named_test_configs/example.toml` (+3 -0) 📝 `server/tests/txt_tests.rs` (+13 -24) </details> ### 📄 Description Partly a response to the request in #553 @Darkspirit --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:10:50 +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#1516
No description provided.