mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-25 03:46:06 -05:00
derp
This commit is contained in:
@@ -1122,7 +1122,7 @@ func (t *HeadscaleInContainer) ApproveRoutes(id uint64, routes []netip.Prefix) (
|
||||
command := []string{
|
||||
"headscale", "nodes", "approve-routes",
|
||||
"--output", "json",
|
||||
"--identifier", strconv.FormatUint(id, 10),
|
||||
"--node", strconv.FormatUint(id, 10),
|
||||
"--routes=" + strings.Join(util.PrefixesToString(routes), ","),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user