[PR #106] [MERGED] client update of TURNs and STUNs #12145

Closed
opened 2026-08-05 01:32:31 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/106
Author: @braginini
Created: 9/2/2021
Status: Merged
Merged: 9/3/2021
Merged by: @braginini

Base: mainHead: turn-credentials-client


📝 Commits (7)

  • 7d8bbb8 feature: update STUNs and TURNs in engine
  • 11a1b36 fix: setup TURN credentials request only when refresh enabled
  • e575d68 feature: update TURNs and STUNs in teh client app on Management update
  • f0bbf62 chore: disable peer reflexive candidates in ICE
  • b421fb2 chore: relocate management.json
  • df59ac4 Merge remote-tracking branch 'origin/main' into turn-credentials-client
  • 668396d chore: make TURN secret and pwd plain text in config

📊 Changes

10 files changed (+127 additions, -85 deletions)

View changed files

📝 client/cmd/up.go (+0 -31)
📝 client/internal/connection.go (+7 -2)
📝 client/internal/engine.go (+94 -33)
📝 infrastructure_files/config.json (+13 -8)
📝 management/cmd/root.go (+1 -1)
📝 management/server/config.go (+2 -2)
📝 management/server/grpcserver.go (+3 -1)
📝 management/server/testdata/management.json (+1 -1)
📝 management/server/turncredentials.go (+1 -1)
📝 management/server/turncredentials_test.go (+5 -5)

📄 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/106 **Author:** [@braginini](https://github.com/braginini) **Created:** 9/2/2021 **Status:** ✅ Merged **Merged:** 9/3/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `turn-credentials-client` --- ### 📝 Commits (7) - [`7d8bbb8`](https://github.com/netbirdio/netbird/commit/7d8bbb869e9cd9aabac14e65fec78d0a234a6402) feature: update STUNs and TURNs in engine - [`11a1b36`](https://github.com/netbirdio/netbird/commit/11a1b36d43ca6e40194bd455d0eb7ca0375de6f5) fix: setup TURN credentials request only when refresh enabled - [`e575d68`](https://github.com/netbirdio/netbird/commit/e575d68b1c5501d44644040f4b12b6a5614b1fc9) feature: update TURNs and STUNs in teh client app on Management update - [`f0bbf62`](https://github.com/netbirdio/netbird/commit/f0bbf623dca7c6130f63f9341f3c3c76535616ce) chore: disable peer reflexive candidates in ICE - [`b421fb2`](https://github.com/netbirdio/netbird/commit/b421fb2c7c61ace99ee63250c51e1083439b3d09) chore: relocate management.json - [`df59ac4`](https://github.com/netbirdio/netbird/commit/df59ac445f3baa9c5d64868a198d4256c31af3d9) Merge remote-tracking branch 'origin/main' into turn-credentials-client - [`668396d`](https://github.com/netbirdio/netbird/commit/668396d1b06951b1655742d26a148b6955c2b576) chore: make TURN secret and pwd plain text in config ### 📊 Changes **10 files changed** (+127 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/up.go` (+0 -31) 📝 `client/internal/connection.go` (+7 -2) 📝 `client/internal/engine.go` (+94 -33) 📝 `infrastructure_files/config.json` (+13 -8) 📝 `management/cmd/root.go` (+1 -1) 📝 `management/server/config.go` (+2 -2) 📝 `management/server/grpcserver.go` (+3 -1) 📝 `management/server/testdata/management.json` (+1 -1) 📝 `management/server/turncredentials.go` (+1 -1) 📝 `management/server/turncredentials_test.go` (+5 -5) </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 01:32:31 -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#12145