docker-derper icon indicating copy to clipboard operation
docker-derper copied to clipboard

DERP_VERIFY_CLIENTS issue

Open ppllpig opened this issue 1 year ago • 1 comments

once set DERP_VERIFY_CLIENTS=true,works well in some hours,after that,show a lot of error:

rejected: failed to query local tailscaled status: Failed to connect to local Tailscale daemon for /localapi/v0/status; not running? Error: dial unix /var/run/tailscale/tailscaled.sock: connect: connection refused

tested in three new install machines

ppllpig avatar Jun 16 '24 23:06 ppllpig

In order to give Derper access to Tailscale running on the host add this to your volumes declaration: /var/run/tailscale:/var/run/tailscale.

BrokenChip231 avatar Jan 07 '25 17:01 BrokenChip231