[PR #3068] [MERGED] Fix dns forwarder update #19184

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3068
Author: @lixmal
Created: 12/17/2024
Status: Merged
Merged: 12/18/2024
Merged by: @lixmal

Base: feature/new-networks-conceptHead: fix-dns-forwarder-update


📝 Commits (5)

  • 5fec2b8 Apply new domains correctly
  • 9cb391b Update dns forwarder before routes
  • bcb42a5 Don't drag RegisterHandler call into lock
  • aaa2489 Merge branch 'feature/new-networks-concept' into fix-dns-forwarder-update
  • 5bbabb9 Ignore empty domains

📊 Changes

4 files changed (+29 additions, -11 deletions)

View changed files

📝 client/internal/dns/server.go (+8 -0)
📝 client/internal/dnsfwd/forwarder.go (+18 -8)
📝 client/internal/engine.go (+2 -2)
📝 client/internal/routemanager/dnsinterceptor/handler.go (+1 -1)

📄 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/3068 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 12/17/2024 **Status:** ✅ Merged **Merged:** 12/18/2024 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `feature/new-networks-concept` ← **Head:** `fix-dns-forwarder-update` --- ### 📝 Commits (5) - [`5fec2b8`](https://github.com/netbirdio/netbird/commit/5fec2b8cdb1423f3be5854a428e867cd622b4f67) Apply new domains correctly - [`9cb391b`](https://github.com/netbirdio/netbird/commit/9cb391b132d02a72485bf2dee6f640333f95f0ac) Update dns forwarder before routes - [`bcb42a5`](https://github.com/netbirdio/netbird/commit/bcb42a5cdd574073ef8a3444d83a6946051b6bfe) Don't drag RegisterHandler call into lock - [`aaa2489`](https://github.com/netbirdio/netbird/commit/aaa2489d8316ed8f4e2f4633b0351d5e3ae5da85) Merge branch 'feature/new-networks-concept' into fix-dns-forwarder-update - [`5bbabb9`](https://github.com/netbirdio/netbird/commit/5bbabb9fa3fa42b7d71c260a100b7190eb3e8d9f) Ignore empty domains ### 📊 Changes **4 files changed** (+29 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/dns/server.go` (+8 -0) 📝 `client/internal/dnsfwd/forwarder.go` (+18 -8) 📝 `client/internal/engine.go` (+2 -2) 📝 `client/internal/routemanager/dnsinterceptor/handler.go` (+1 -1) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [x] 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 05:05:41 -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#19184