[PR #2208] [MERGED] recursor: tweaks for security awareness #2880

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2208
Author: @djc
Created: 5/12/2024
Status: Merged
Merged: 5/18/2024
Merged by: @djc

Base: mainHead: recursor-aware


📝 Commits (2)

  • f4af7f0 recursor: make security awareness depend on config
  • fd66592 recursor: rename Recursor::new() to builder()

📊 Changes

5 files changed (+12 additions, -13 deletions)

View changed files

📝 crates/recursor/src/lib.rs (+0 -4)
📝 crates/recursor/src/recursor.rs (+3 -4)
📝 crates/recursor/src/recursor_pool.rs (+7 -3)
📝 crates/server/src/store/recursor/authority.rs (+1 -1)
📝 util/src/bin/recurse.rs (+1 -1)

📄 Description

Followup from #2196.

r? @japaric


🔄 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/2208 **Author:** [@djc](https://github.com/djc) **Created:** 5/12/2024 **Status:** ✅ Merged **Merged:** 5/18/2024 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `recursor-aware` --- ### 📝 Commits (2) - [`f4af7f0`](https://github.com/hickory-dns/hickory-dns/commit/f4af7f0350439098f6290cf358622941217ad76b) recursor: make security awareness depend on config - [`fd66592`](https://github.com/hickory-dns/hickory-dns/commit/fd665925ac2772b0edc54fd256df4f58d7ae20c3) recursor: rename Recursor::new() to builder() ### 📊 Changes **5 files changed** (+12 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `crates/recursor/src/lib.rs` (+0 -4) 📝 `crates/recursor/src/recursor.rs` (+3 -4) 📝 `crates/recursor/src/recursor_pool.rs` (+7 -3) 📝 `crates/server/src/store/recursor/authority.rs` (+1 -1) 📝 `util/src/bin/recurse.rs` (+1 -1) </details> ### 📄 Description Followup from #2196. r? @japaric --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:13: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#2880
No description provided.