Root admin stuff
This commit is contained in:
parent
4303c43db7
commit
b0d222768a
16 changed files with 217 additions and 46 deletions
|
@ -121,6 +121,12 @@ func main() {
|
|||
case "removeroot":
|
||||
authTokenRequired(authToken)
|
||||
cli.RemoveRoot(basePath, authToken, cmdArgs)
|
||||
case "makelocator":
|
||||
cli.MakeLocator(cmdArgs)
|
||||
case "makelocatordnskey":
|
||||
cli.MakeLocatorDNSKey(cmdArgs)
|
||||
case "makelocatordns":
|
||||
cli.MakeLocatorDNS(cmdArgs)
|
||||
case "networks", "listnetworks":
|
||||
authTokenRequired(authToken)
|
||||
cli.Networks(basePath, authToken, cmdArgs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue