[PR #181] [CLOSED] Sharedsock for NAT traversal #12256

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/181
Author: @braginini
Created: 1/1/2022
Status: Closed

Base: mainHead: sharedsock


📝 Commits (6)

  • 5251642 chore: enable udpmux for host and srlfx
  • d4133f2 chore: removing wg proxy
  • 4bfae2b Merge remote-tracking branch 'origin/main' into sharedsock
  • e2eab6a chore: [client] - merge with main
  • 9197624 fix: [client] - failing listen on UdpMuxConn
  • 78c0590 chore: rollback iface creation

📊 Changes

8 files changed (+92 additions, -14 deletions)

View changed files

📝 client/cmd/up.go (+1 -0)
📝 client/internal/connection.go (+16 -7)
📝 client/internal/engine.go (+46 -0)
📝 client/internal/wgproxy.go (+13 -0)
📝 go.mod (+9 -5)
📝 go.sum (+6 -0)
📝 iface/iface.go (+1 -1)
📝 iface/iface_linux.go (+0 -1)

📄 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/181 **Author:** [@braginini](https://github.com/braginini) **Created:** 1/1/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sharedsock` --- ### 📝 Commits (6) - [`5251642`](https://github.com/netbirdio/netbird/commit/5251642504443f5eb931d0ebb0d90763aa3e61b5) chore: enable udpmux for host and srlfx - [`d4133f2`](https://github.com/netbirdio/netbird/commit/d4133f28fd58b38715aff03444729e07bf805930) chore: removing wg proxy - [`4bfae2b`](https://github.com/netbirdio/netbird/commit/4bfae2b1811544aec349a37c3e9f8783060b9c43) Merge remote-tracking branch 'origin/main' into sharedsock - [`e2eab6a`](https://github.com/netbirdio/netbird/commit/e2eab6a24453f87d7c52e63ea2af996806eab70f) chore: [client] - merge with main - [`9197624`](https://github.com/netbirdio/netbird/commit/9197624888f50d8f2527bf048835cc8c0be071cb) fix: [client] - failing listen on UdpMuxConn - [`78c0590`](https://github.com/netbirdio/netbird/commit/78c05909f96a5ed7e590403f83c18ff931d4929a) chore: rollback iface creation ### 📊 Changes **8 files changed** (+92 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/up.go` (+1 -0) 📝 `client/internal/connection.go` (+16 -7) 📝 `client/internal/engine.go` (+46 -0) 📝 `client/internal/wgproxy.go` (+13 -0) 📝 `go.mod` (+9 -5) 📝 `go.sum` (+6 -0) 📝 `iface/iface.go` (+1 -1) 📝 `iface/iface_linux.go` (+0 -1) </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:44 -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#12256