Skip to content

Commit

Permalink
Merge pull request #10 from mrrfv/verify-clients-info
Browse files Browse the repository at this point in the history
Add verify clients usage instructions
  • Loading branch information
fredliang44 authored Apr 8, 2024
2 parents f65f64d + 2b6d05d commit 5c2d88f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 5c2d88f

Please sign in to comment.