This repository provides a snap package for running a Tailscale Custom DERP relay.
Just install the snap with
sudo snap install derper
This installs the DERP server and starts it automatically. You can modify configuration options with sudo snap set
. The following configuration options are currently supported:
Option | Default | Comment |
---|---|---|
hostname | hostname -f |
|
verify-clients | true | |
stun-port | ||
address | -a option for derper |
Example:
sudo snap set derper hostname="myderper.mydomain.com" address=":1443"
The DERP server with will restart listening on all interface on 1443 and generate a certificate for the specified hostname.