jsiebens / ionscale

A lightweight implementation of a Tailscale control server
https://jsiebens.github.io/ionscale
BSD 3-Clause "New" or "Revised" License
143 stars 9 forks source link

Can I use DERP? #51

Closed ocrumbs closed 2 months ago

ocrumbs commented 2 months ago

Thanks a lot for this project. I am planning to use this, however I have a question.

Is it possible to use Tailscale's DERP implementation with this project?

Cheers!

jsiebens commented 2 months ago

With the latest release, additional DERP servers can be configured besides the embedded DERP. In your configuration file add the following snippet to e.g disable the embedded DERP and use the tailscale DERP servers:

derp:
  server:
    disabled: true
  sources:
    - https://controlplane.tailscale.com/derpmap/default