mirror of
https://github.com/yggdrasil-network/yggstack.git
synced 2025-04-28 06:05:07 +03:00
Add back lost pk.ygg resolvrr information block
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
parent
05231d8daa
commit
ad7ea39e31
1 changed files with 3 additions and 1 deletions
|
@ -216,9 +216,11 @@ func main() {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
address, subnet := n.core.Address(), n.core.Subnet()
|
address, subnet := n.core.Address(), n.core.Subnet()
|
||||||
logger.Printf("Your public key is %s", hex.EncodeToString(n.core.PublicKey()))
|
publicstr := hex.EncodeToString(n.core.PublicKey())
|
||||||
|
logger.Printf("Your public key is %s", publicstr)
|
||||||
logger.Printf("Your IPv6 address is %s", address.String())
|
logger.Printf("Your IPv6 address is %s", address.String())
|
||||||
logger.Printf("Your IPv6 subnet is %s", subnet.String())
|
logger.Printf("Your IPv6 subnet is %s", subnet.String())
|
||||||
|
logger.Printf("Your Yggstack resolver name is %s%s", publicstr, types.NameMappingSuffix)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Setup the admin socket.
|
// Setup the admin socket.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue