[PR #2505] [MERGED] [relay] Add url path to connection #15233

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2505
Author: @mlsmaycon
Created: 8/30/2024
Status: Merged
Merged: 9/2/2024
Merged by: @mlsmaycon

Base: feature/relay-integrationHead: add-url-path-to-connection


📝 Commits (2)

  • 5423248 Use specific URL Path for relay connections
  • f036898 parse url

📊 Changes

2 files changed (+13 additions, -2 deletions)

View changed files

📝 relay/client/dialer/ws/ws.go (+9 -1)
📝 relay/server/listener/ws/listener.go (+4 -1)

📄 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/2505 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 9/2/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `feature/relay-integration` ← **Head:** `add-url-path-to-connection` --- ### 📝 Commits (2) - [`5423248`](https://github.com/netbirdio/netbird/commit/5423248c4e08caf7f96fcdeb772b595f8d4cd611) Use specific URL Path for relay connections - [`f036898`](https://github.com/netbirdio/netbird/commit/f0368988f82adc8175aae0602a897a5b20d2dbbc) parse url ### 📊 Changes **2 files changed** (+13 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `relay/client/dialer/ws/ws.go` (+9 -1) 📝 `relay/server/listener/ws/listener.go` (+4 -1) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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 03:07:13 -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#15233