From 2b6d05d01e5fab67e23b1e6df07a7c7814eefe85 Mon Sep 17 00:00:00 2001 From: mrrfv Date: Sun, 10 Dec 2023 13:52:20 +0100 Subject: [PATCH] Add verify clients usage instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1acf13f..6d5da9e 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,7 @@ docker run -e DERP_DOMAIN=derper.your-domain.com -p 80:80 -p 443:443 -p 3478:347 # Usage Fully DERP setup offical documentation: https://tailscale.com/kb/1118/custom-derp-servers/ + +## Client verification + +In order to use `DERP_VERIFY_CLIENTS`, the container needs access to Tailscale's Local API, which can usually be accessed through `/var/run/tailscale/tailscaled.sock`. If you're running Tailscale bare-metal on Linux, adding this to the `docker run` command should be enough: `-v /var/run/tailscale/tailscaled.sock:/var/run/tailscale/tailscaled.sock`