[PR #1375] [MERGED] Use embeded struct in upstream #15307

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1375
Author: @pascal-fischer
Created: 12/11/2023
Status: Merged
Merged: 12/11/2023
Merged by: @pascal-fischer

Base: feature/add-ios-supportHead: upstream-embeded-struct


📝 Commits (5)

  • d6b5f05 use interface and embedded struct for upstream
  • 3acdf79 set properly upstream client
  • 680f21e remove placeholder
  • e86153a remove ios specific attributes
  • d91f2e2 fix upstream test

📊 Changes

4 files changed (+57 additions, -38 deletions)

View changed files

📝 client/internal/dns/upstream.go (+25 -13)
📝 client/internal/dns/upstream_ios.go (+19 -13)
📝 client/internal/dns/upstream_nonios.go (+11 -10)
📝 client/internal/dns/upstream_test.go (+2 -2)

📄 Description

No description provided


🔄 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/1375 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 12/11/2023 **Status:** ✅ Merged **Merged:** 12/11/2023 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `feature/add-ios-support` ← **Head:** `upstream-embeded-struct` --- ### 📝 Commits (5) - [`d6b5f05`](https://github.com/netbirdio/netbird/commit/d6b5f050fe69a8768a545d2d766f65ccf573a6d3) use interface and embedded struct for upstream - [`3acdf79`](https://github.com/netbirdio/netbird/commit/3acdf79cfc5489befdb82197a25dad93ed00ebc1) set properly upstream client - [`680f21e`](https://github.com/netbirdio/netbird/commit/680f21ea1f9b8f09acfcd7c1711253039531aea6) remove placeholder - [`e86153a`](https://github.com/netbirdio/netbird/commit/e86153ad8515c70f3e8e75f80944f36901c9dd23) remove ios specific attributes - [`d91f2e2`](https://github.com/netbirdio/netbird/commit/d91f2e2ff1dc9f856c70b0d7c3508c716371cf5a) fix upstream test ### 📊 Changes **4 files changed** (+57 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/dns/upstream.go` (+25 -13) 📝 `client/internal/dns/upstream_ios.go` (+19 -13) 📝 `client/internal/dns/upstream_nonios.go` (+11 -10) 📝 `client/internal/dns/upstream_test.go` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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:07:22 -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#15307