[PR #1424] [CLOSED] Update embeded derp host to requested host #2104

Closed
opened 2025-12-29 03:19:46 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1424
Author: @kev-the-dev
Created: 5/5/2023
Status: Closed

Base: mainHead: kev-the-dev/derp-url-from-client


📝 Commits (1)

  • 522f7e1 Update embeded derp host to requested host

📊 Changes

5 files changed (+61 additions, -1 deletions)

View changed files

📝 api_common.go (+1 -1)
📝 derp.go (+44 -0)
📝 machine.go (+7 -0)
📝 protocol_legacy_poll.go (+4 -0)
📝 protocol_noise_poll.go (+5 -0)

📄 Description

DRAFT implementation of #1423. Not super happy with the implementation, but this may help illustrate the desired feature.

  • read the CONTRIBUTING guidelines
  • raised a GitHub issue or discussed it on the projects chat beforehand
  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.md

🔄 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/juanfont/headscale/pull/1424 **Author:** [@kev-the-dev](https://github.com/kev-the-dev) **Created:** 5/5/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `kev-the-dev/derp-url-from-client` --- ### 📝 Commits (1) - [`522f7e1`](https://github.com/juanfont/headscale/commit/522f7e19d1d744ae71a3a7426c88e169d85b75df) Update embeded derp host to requested host ### 📊 Changes **5 files changed** (+61 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `api_common.go` (+1 -1) 📝 `derp.go` (+44 -0) 📝 `machine.go` (+7 -0) 📝 `protocol_legacy_poll.go` (+4 -0) 📝 `protocol_noise_poll.go` (+5 -0) </details> ### 📄 Description DRAFT implementation of #1423. Not super happy with the implementation, but this may help illustrate the desired feature. - [x] read the [CONTRIBUTING guidelines](README.md#contributing) - [x] raised a GitHub issue or discussed it on the projects chat beforehand - [ ] added unit tests - [ ] added integration tests - [ ] updated documentation if needed - [ ] updated CHANGELOG.md --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:19:46 +01:00
adam closed this issue 2025-12-29 03:19:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2104