derper-docker
derper-docker copied to clipboard
tailscale‘s selfhosted derp-server docker image
I am trying to run a derper container behind a traefik proxy. I am not sure what I am doing wrong, but my config seems to work until I turn...
https://github.com/tailscale/tailscale/commit/210264f9422ea3da7113df0332c07d4a730ced1e Tailscale said that when we run derper with `--verify-clients`, the `derper` binary and `tailscaled` binary on the machine must be built from the same git revision, which means the...
Add the `DERP_VERIFY_CLIENT_URL` parameter. Referring to , when `DERP_VERIFY_CLIENT_URL` is not empty, Derp will query the management server to determine if it should serve a particular client. By using `DERP_VERIFY_CLIENT_URL`,...
When I enable `DERP_VERIFY_CLIENTS` and mount the tailscale socket, the log spams: ``` 2024/05/09 13:53:09 derp: 192.168.1.1:33204: client 6e6f64656b65793a38363561646163373162613765313461366266646161616666393336356338303233633966353363386134646532386637613536316262306532313562623331 rejected: failed to query local tailscaled status: Failed to connect to...
Please add docker compose sample in README.md ```yml services: derper: environment: - DERP_DOMAIN=derper.yourdomain.com # change with your derper domain ports: - 80:80 - 443:443 - 3478:3478/udp image: fredliang/derper restart: unless-stopped...
Seems that the latest version of tailscale/derp relays on STUN for latency detection, so: - STUN must be enabled - network_mode should be set to "host" I'm using Aliyun ECS...
dear: Linux 5.16.17-sun50iw6 aarch64 GNU/Linux system, after upgrading the derper self built node installed in Docker to the latest version, cannot connect successfully. Using the "tailscale status" command displays: #...
With `--verify-client` enabled, derper now complains and refuses to work if the executable is not built from the same version as tailscaled. Related issues: #18 #16 Changes in this PR:...
`sudo certbot certonly --manual --preferred-challenges dns -d example.com` `docker run -d --network derper-net --name derper -p 8443:8443 -p 3478:3478/udp --restart=always -v /etc/letsencrypt/live/example.com:/app/certs -v /var/run/tailscale/tailscaled.sock:/var/run/tailscale/tailscaled.sock -e DERP_DOMAIN=example.com -e DERP_CERT_MODE=manual -e DERP_CERT_DIR=/app/certs...
if i set - DERP_VERIFY_CLIENT_URL=http://aa.bb.com/verify and what is the code in url http://aa.bb.com/verify