mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
tailcfg: note RegionID 900-999 reservation
This commit is contained in:
parent
ddb8726c98
commit
3dcd18b6c8
@ -48,6 +48,9 @@ type DERPRegion struct {
|
|||||||
//
|
//
|
||||||
// RegionIDs must be non-zero, positive, and guaranteed to fit
|
// RegionIDs must be non-zero, positive, and guaranteed to fit
|
||||||
// in a JavaScript number.
|
// in a JavaScript number.
|
||||||
|
//
|
||||||
|
// RegionIDs in range 900-999 are reserved for end users to run their
|
||||||
|
// own DERP nodes.
|
||||||
RegionID int
|
RegionID int
|
||||||
|
|
||||||
// RegionCode is a short name for the region. It's usually a popular
|
// RegionCode is a short name for the region. It's usually a popular
|
||||||
|
Loading…
Reference in New Issue
Block a user