updating netclient

This commit is contained in:
afeiszli
2021-07-25 20:05:31 +00:00
parent 4a6ebfc108
commit 9fb01f9620
10 changed files with 43 additions and 18 deletions

View File

@@ -169,6 +169,8 @@ func JoinNetwork(cfg config.ClientConfig) error {
Publickey: cfg.Node.PublicKey,
Name: cfg.Node.Name,
Endpoint: cfg.Node.Endpoint,
Saveconfig: cfg.Node.SaveConfig,
Udpholepunch: cfg.Node.UDPHolePunch,
}
err = config.ModConfig(postnode)
if err != nil {