diff --git a/tailcfg/derpmap.go b/tailcfg/derpmap.go index 6abc63695..43ece3532 100644 --- a/tailcfg/derpmap.go +++ b/tailcfg/derpmap.go @@ -14,6 +14,9 @@ type DERPMap struct { // // The numbers are not necessarily contiguous. Regions map[int]*DERPRegion + + // UserSpecified is the set of user run DERP nodes specific to this tailnet. + UserSpecified []*DERPNode } /// RegionIDs returns the sorted region IDs.