[PR #3319] [MERGED] [client] Use GPO DNS Policy Config to configure DNS if present #22251

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3319
Author: @lixmal
Created: 2/13/2025
Status: Merged
Merged: 2/13/2025
Merged by: @lixmal

Base: mainHead: fix-windows-domain-joined-search-domains


📝 Commits (1)

  • 4094545 Use GPO DNS Policy Config to configure DNS if present

📊 Changes

2 files changed (+140 additions, -87 deletions)

View changed files

📝 client/internal/dns/host_windows.go (+136 -84)
📝 client/internal/dns/unclean_shutdown_windows.go (+4 -3)

📄 Description

Describe your changes

Updates #987

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/3319 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 2/13/2025 **Status:** ✅ Merged **Merged:** 2/13/2025 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `main` ← **Head:** `fix-windows-domain-joined-search-domains` --- ### 📝 Commits (1) - [`4094545`](https://github.com/netbirdio/netbird/commit/40945453b5c8bc1524a2af5824badbae4fae1b7d) Use GPO DNS Policy Config to configure DNS if present ### 📊 Changes **2 files changed** (+140 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/dns/host_windows.go` (+136 -84) 📝 `client/internal/dns/unclean_shutdown_windows.go` (+4 -3) </details> ### 📄 Description ## Describe your changes Updates #987 ## 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 06:05:43 -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#22251