[PR #963] [CLOSED] Feature/permanent dns #13189

Closed
opened 2026-08-05 02:07:42 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/963
Author: @pappz
Created: 6/17/2023
Status: Closed

Base: mainHead: feature/permanent_dns


📝 Commits (2)

  • 38e71fc Add DNS list argument for mobile client
  • d222c3b Write testable code

📊 Changes

17 files changed (+121 additions, -47 deletions)

View changed files

📝 client/android/client.go (+6 -2)
client/android/dns_list.go (+21 -0)
📝 client/cmd/up.go (+1 -1)
📝 client/internal/connect.go (+18 -9)
📝 client/internal/dns/host_android.go (+1 -5)
📝 client/internal/dns/host_darwin.go (+1 -3)
📝 client/internal/dns/host_linux.go (+3 -3)
📝 client/internal/dns/host_windows.go (+1 -3)
📝 client/internal/dns/network_manager_linux.go (+1 -3)
📝 client/internal/dns/resolvconf_linux.go (+1 -3)
📝 client/internal/dns/server.go (+7 -8)
📝 client/internal/dns/server_test.go (+28 -0)
📝 client/internal/dns/systemd_linux.go (+1 -2)
client/internal/dns/wgiface.go (+14 -0)
client/internal/dns/wgiface_windows.go (+11 -0)
📝 client/internal/mobile_dependency.go (+4 -3)
📝 client/server/server.go (+2 -2)

📄 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/963 **Author:** [@pappz](https://github.com/pappz) **Created:** 6/17/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/permanent_dns` --- ### 📝 Commits (2) - [`38e71fc`](https://github.com/netbirdio/netbird/commit/38e71fcc09817847ae1bd6d8858f6a32000a0716) Add DNS list argument for mobile client - [`d222c3b`](https://github.com/netbirdio/netbird/commit/d222c3b3ba84483f0b95e310ed6e21bf6df42f47) Write testable code ### 📊 Changes **17 files changed** (+121 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `client/android/client.go` (+6 -2) ➕ `client/android/dns_list.go` (+21 -0) 📝 `client/cmd/up.go` (+1 -1) 📝 `client/internal/connect.go` (+18 -9) 📝 `client/internal/dns/host_android.go` (+1 -5) 📝 `client/internal/dns/host_darwin.go` (+1 -3) 📝 `client/internal/dns/host_linux.go` (+3 -3) 📝 `client/internal/dns/host_windows.go` (+1 -3) 📝 `client/internal/dns/network_manager_linux.go` (+1 -3) 📝 `client/internal/dns/resolvconf_linux.go` (+1 -3) 📝 `client/internal/dns/server.go` (+7 -8) 📝 `client/internal/dns/server_test.go` (+28 -0) 📝 `client/internal/dns/systemd_linux.go` (+1 -2) ➕ `client/internal/dns/wgiface.go` (+14 -0) ➕ `client/internal/dns/wgiface_windows.go` (+11 -0) 📝 `client/internal/mobile_dependency.go` (+4 -3) 📝 `client/server/server.go` (+2 -2) </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 02:07:42 -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#13189