mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-12 05:37:32 +00:00
@@ -21,7 +21,7 @@ func derpNode(suffix, v4, v6 string) *tailcfg.DERPNode {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func derpRegion(id int, name string, code string, nodes ...*tailcfg.DERPNode) *tailcfg.DERPRegion {
|
func derpRegion(id int, code, name string, nodes ...*tailcfg.DERPNode) *tailcfg.DERPRegion {
|
||||||
region := &tailcfg.DERPRegion{
|
region := &tailcfg.DERPRegion{
|
||||||
RegionID: id,
|
RegionID: id,
|
||||||
RegionName: name,
|
RegionName: name,
|
||||||
|
Reference in New Issue
Block a user