mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
More nice
This commit is contained in:
parent
5d87601118
commit
cae589d2d3
1 changed files with 3 additions and 3 deletions
|
@ -157,12 +157,12 @@ func main() {
|
|||
}
|
||||
case "getSelf":
|
||||
for k, v := range res["self"].(map[string]interface{}) {
|
||||
fmt.Println("address:", k)
|
||||
fmt.Println("IPv6 address:", k)
|
||||
if subnet, ok := v.(map[string]interface{})["subnet"].(string); ok {
|
||||
fmt.Println("subnet:", subnet)
|
||||
fmt.Println("IPv6 subnet:", subnet)
|
||||
}
|
||||
if coords, ok := v.(map[string]interface{})["coords"].(string); ok {
|
||||
fmt.Println("coords:", coords)
|
||||
fmt.Println("Coords:", coords)
|
||||
}
|
||||
}
|
||||
case "addPeer", "removePeer", "addAllowedEncryptionPublicKey", "removeAllowedEncryptionPublicKey":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue