[PR #1400] [CLOSED] PR: Add a config to verify clients on DERP #2087

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1400
Author: @loprima-l
Created: 4/30/2023
Status: Closed

Base: mainHead: patch-3


📝 Commits (2)

  • 5aa0888 Update derp_server.go
  • 0089119 Merge branch 'main' into patch-3

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 derp_server.go (+3 -0)

📄 Description

  • 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`

Solution to the #740 issue, my objective is to add an option in the config to enable or not the DERP client verification

TO DO :

  • Check if native tailscale DERP client verify option works
  • Create the OPTION
  • Bind the option to the actual DERP client verify function
  • Update the docs & changelog
  • (if needed) create tests

🔄 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/1400 **Author:** [@loprima-l](https://github.com/loprima-l) **Created:** 4/30/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-3` --- ### 📝 Commits (2) - [`5aa0888`](https://github.com/juanfont/headscale/commit/5aa0888dbecfbb984686876bf4ad0cee2ccb1885) Update derp_server.go - [`0089119`](https://github.com/juanfont/headscale/commit/00891191b7ec24bb50de9404f3e6aff8d8d27148) Merge branch 'main' into patch-3 ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `derp_server.go` (+3 -0) </details> ### 📄 Description - [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` Solution to the #740 issue, my objective is to add an option in the config to enable or not the DERP client verification TO DO : - [ ] Check if native tailscale DERP client verify option works - [ ] Create the OPTION - [ ] Bind the option to the actual DERP client verify function - [ ] Update the docs & changelog - [ ] (if needed) create tests --- <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:43 +01:00
adam closed this issue 2025-12-29 03:19:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2087