mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
UI fixes RIVM-8
This commit is contained in:
parent
7cee94e5cb
commit
f84f0a5f19
5 changed files with 54 additions and 8 deletions
|
@ -170,6 +170,7 @@ func run() int {
|
|||
table.Append([]string{"IPv6 subnet:", resp.Subnet})
|
||||
table.Append([]string{"Coordinates:", fmt.Sprintf("%v", resp.Coords)})
|
||||
table.Append([]string{"Public key:", resp.PublicKey})
|
||||
table.Append([]string{"Private key:", resp.PrivateKey})
|
||||
table.Render()
|
||||
|
||||
case "getpeers":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue