[PR #1580] [CLOSED] feat(derp): support verify-clients #2189

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1580
Author: @mritd
Created: 10/21/2023
Status: Closed

Base: mainHead: feat/derp-verify-client


📝 Commits (6)

  • 117aa5b feat(derper): support client verification
  • c49bc7f fix(derper): fix tailscale derper server nil pointer panic
  • 319c4a1 fix(derper): add socket dir
  • 30b34df docs(derp): update example config and change log
  • 39d20ee feat(derp): add enable_socket_api config
  • 194fa37 docs(CHANGELOG): reformat changelog

📊 Changes

6 files changed (+135 additions, -26 deletions)

View changed files

📝 CHANGELOG.md (+8 -7)
📝 Dockerfile (+1 -1)
📝 config-example.yaml (+7 -0)
📝 hscontrol/app.go (+8 -0)
📝 hscontrol/derp/server/derp_server.go (+87 -0)
📝 hscontrol/types/config.go (+24 -18)

📄 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

Add a local api to support derper's client validation #740

Signed-off-by: kovacs mritd@linux.com


🔄 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/1580 **Author:** [@mritd](https://github.com/mritd) **Created:** 10/21/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/derp-verify-client` --- ### 📝 Commits (6) - [`117aa5b`](https://github.com/juanfont/headscale/commit/117aa5be6df18d052132dfd6b8946dfea5a1060e) feat(derper): support client verification - [`c49bc7f`](https://github.com/juanfont/headscale/commit/c49bc7f8cb226a9ecda16610d299424ca2337a22) fix(derper): fix tailscale derper server nil pointer panic - [`319c4a1`](https://github.com/juanfont/headscale/commit/319c4a13d10521db27f36c790a77ca9eb37fb790) fix(derper): add socket dir - [`30b34df`](https://github.com/juanfont/headscale/commit/30b34df99709a0c24bf1ce8fd67c9a17d3852e6c) docs(derp): update example config and change log - [`39d20ee`](https://github.com/juanfont/headscale/commit/39d20eeabebf65376805db2f0cf778580b6a6574) feat(derp): add `enable_socket_api` config - [`194fa37`](https://github.com/juanfont/headscale/commit/194fa37fc56db1393d7f441db818df34d3bd5e98) docs(CHANGELOG): reformat changelog ### 📊 Changes **6 files changed** (+135 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+8 -7) 📝 `Dockerfile` (+1 -1) 📝 `config-example.yaml` (+7 -0) 📝 `hscontrol/app.go` (+8 -0) 📝 `hscontrol/derp/server/derp_server.go` (+87 -0) 📝 `hscontrol/types/config.go` (+24 -18) </details> ### 📄 Description <!-- Please tick if the following things apply. You… --> - [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 - [x] updated documentation if needed - [x] updated CHANGELOG.md <!-- If applicable, please reference the issue using `Fixes #XXX` and add tests to cover your new code. --> Add a local api to support derper's client validation #740 Signed-off-by: kovacs <mritd@linux.com> --- <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:20:08 +01:00
adam closed this issue 2025-12-29 03:20:09 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2189