mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
.
This commit is contained in:
parent
63e6693255
commit
1711cced3e
3 changed files with 50 additions and 2 deletions
|
@ -115,7 +115,7 @@ func main() {
|
|||
cli.Peers(basePath, authToken, cmdArgs, *jflag)
|
||||
case "roots", "listroots", "listmoons":
|
||||
authTokenRequired(authToken)
|
||||
cli.Roots(basePath, authToken, cmdArgs)
|
||||
cli.Roots(basePath, authToken, cmdArgs, *jflag)
|
||||
case "addroot":
|
||||
authTokenRequired(authToken)
|
||||
cli.AddRoot(basePath, authToken, cmdArgs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue