[PR #3024] [MERGED] DNS forwarder #16051

Open
opened 2026-08-05 03:08:50 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3024
Author: @pappz
Created: 12/11/2024
Status: Merged
Merged: 12/11/2024
Merged by: @pappz

Base: dns-interceptorHead: dnsinterceptor/dns-fwd


📝 Commits (2)

  • 03f1573 Add dns forwarder service
  • 6d570f0 Filter out unmanaged domains

📊 Changes

3 files changed (+113 additions, -66 deletions)

View changed files

📝 client/internal/dnsfwd/forwarder.go (+34 -10)
📝 client/internal/dnsfwd/manager.go (+47 -29)
📝 client/internal/engine.go (+32 -27)

📄 Description

Describe your changes

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/3024 **Author:** [@pappz](https://github.com/pappz) **Created:** 12/11/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `dns-interceptor` ← **Head:** `dnsinterceptor/dns-fwd` --- ### 📝 Commits (2) - [`03f1573`](https://github.com/netbirdio/netbird/commit/03f15731e75e6907c60e5ceb989b4083650793c0) Add dns forwarder service - [`6d570f0`](https://github.com/netbirdio/netbird/commit/6d570f090c7e60ff90b0a1e1028f7af8584638ac) Filter out unmanaged domains ### 📊 Changes **3 files changed** (+113 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/dnsfwd/forwarder.go` (+34 -10) 📝 `client/internal/dnsfwd/manager.go` (+47 -29) 📝 `client/internal/engine.go` (+32 -27) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 03:08:50 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#16051