mirror of
https://github.com/juanfont/headscale.git
synced 2025-07-22 13:48:40 +02:00
* feat: add verify client config for embedded DERP * refactor: embedded DERP no longer verify clients via HTTP - register the `headscale://` protocol in `http.DefaultTransport` to intercept network requests - update configuration to use a single boolean option `verify_clients` * refactor: use `http.HandlerFunc` for type definition * refactor: some renaming and restructuring * chore: some renaming and fix lint * test: fix TestDERPVerifyEndpoint - `tailscale debug derp` use random node private key * test: add verify clients integration test for embedded DERP server * fix: apply code review suggestions * chore: merge upstream changes * fix: apply code review suggestions --------- Co-authored-by: Kristoffer Dalby <kristoffer@dalby.cc> |
||
---|---|---|
.. | ||
assets | ||
capver | ||
db | ||
derp | ||
dns | ||
mapper | ||
notifier | ||
policy | ||
routes | ||
templates | ||
types | ||
util | ||
app.go | ||
auth_test.go | ||
auth.go | ||
debug.go | ||
grpcv1_test.go | ||
grpcv1.go | ||
handlers.go | ||
metrics.go | ||
noise.go | ||
oidc.go | ||
platform_config.go | ||
poll.go | ||
suite_test.go | ||
tailsql.go |