mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-26 18:24:54 +09:00
79695ab51b
PR tailscale/tailscale#20646 changed the representation of DERP region IDs from plain ints to a tailcfg.DERPRegionID type. This patch requires that version of the tailscale.com library and updates our code to also use the new type. Updates: tailscale/tailscale#20165