mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
add logging to check for node publish
This commit is contained in:
@@ -125,6 +125,8 @@ func JoinNetwork(cfg config.ClientConfig, privateKey string) error {
|
||||
// differentiate between client/server here
|
||||
var node = models.Node{
|
||||
Password: cfg.Node.Password,
|
||||
Address: cfg.Node.Address,
|
||||
Address6: cfg.Node.Address6,
|
||||
ID: cfg.Node.ID,
|
||||
MacAddress: cfg.Node.MacAddress,
|
||||
AccessKey: cfg.Server.AccessKey,
|
||||
|
Reference in New Issue
Block a user