[PR #449] [MERGED] Load WgPort from the configuration file #12647

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/449
Author: @mlsmaycon
Created: 9/2/2022
Status: Merged
Merged: 9/2/2022
Merged by: @mlsmaycon

Base: mainHead: load-port-from-config


📝 Commits (10+)

  • 71a0f9f Load WgPort from the configuration file
  • 5ebd25d pass configured port to proxy config
  • 678e999 pass engine port in signal messages
  • e83a240 Refactor conn to use new OfferAnswer type
  • 95b342e Enhance signal protocol to include WireGuard port and NetBird Version
  • aed97a6 Fix tests
  • 5978ff6 Fix signal client
  • f7b369f Make use of a remote WireGuard listen port
  • 13ea596 Fix WireGuard listen port configuration
  • 3aa4c32 Fix peer.conn test

📊 Changes

10 files changed (+171 additions, -77 deletions)

View changed files

📝 client/internal/config.go (+15 -3)
📝 client/internal/connect.go (+1 -1)
📝 client/internal/engine.go (+24 -14)
📝 client/internal/peer/conn.go (+53 -24)
📝 client/internal/peer/conn_test.go (+15 -6)
📝 client/internal/proxy/noproxy.go (+7 -4)
📝 signal/client/client.go (+6 -3)
signal/proto/generate.sh (+4 -0)
📝 signal/proto/signalexchange.pb.go (+43 -22)
📝 signal/proto/signalexchange.proto (+3 -0)

📄 Description

Added additional common blacklisted interfaces


🔄 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/449 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 9/2/2022 **Status:** ✅ Merged **Merged:** 9/2/2022 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `load-port-from-config` --- ### 📝 Commits (10+) - [`71a0f9f`](https://github.com/netbirdio/netbird/commit/71a0f9ff296772ea619f003b82d60962195dc606) Load WgPort from the configuration file - [`5ebd25d`](https://github.com/netbirdio/netbird/commit/5ebd25dc3af6108c155437ab1b01697585c2655a) pass configured port to proxy config - [`678e999`](https://github.com/netbirdio/netbird/commit/678e9991d9e9be5bad8268c7db9a3dd22de97b16) pass engine port in signal messages - [`e83a240`](https://github.com/netbirdio/netbird/commit/e83a24089726bbc5fa5dd3a9b565eb78be062e0e) Refactor conn to use new OfferAnswer type - [`95b342e`](https://github.com/netbirdio/netbird/commit/95b342efe5a1fd64ea5007d909499cd3f0deacd3) Enhance signal protocol to include WireGuard port and NetBird Version - [`aed97a6`](https://github.com/netbirdio/netbird/commit/aed97a6c6e93146f23c21082640674a5d0bf763c) Fix tests - [`5978ff6`](https://github.com/netbirdio/netbird/commit/5978ff6a2a4885bc50400d7d37a5b1dfbe668a20) Fix signal client - [`f7b369f`](https://github.com/netbirdio/netbird/commit/f7b369f52f732537b44e116c87db5a76eff9b8bf) Make use of a remote WireGuard listen port - [`13ea596`](https://github.com/netbirdio/netbird/commit/13ea5966dbf70161e42c4cafcb98a9db6d2f0653) Fix WireGuard listen port configuration - [`3aa4c32`](https://github.com/netbirdio/netbird/commit/3aa4c320843a64c87c73d15ebb69caf48978322e) Fix peer.conn test ### 📊 Changes **10 files changed** (+171 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/config.go` (+15 -3) 📝 `client/internal/connect.go` (+1 -1) 📝 `client/internal/engine.go` (+24 -14) 📝 `client/internal/peer/conn.go` (+53 -24) 📝 `client/internal/peer/conn_test.go` (+15 -6) 📝 `client/internal/proxy/noproxy.go` (+7 -4) 📝 `signal/client/client.go` (+6 -3) ➕ `signal/proto/generate.sh` (+4 -0) 📝 `signal/proto/signalexchange.pb.go` (+43 -22) 📝 `signal/proto/signalexchange.proto` (+3 -0) </details> ### 📄 Description Added additional common blacklisted interfaces --- <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:06:20 -04:00
saavagebueno changed title from [PR #449] Load WgPort from the configuration file to [PR #449] [MERGED] Load WgPort from the configuration file 2026-08-05 03:06:37 -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#12647