|
@@ -217,6 +217,7 @@ func UpdateHost(newHost, currentHost *models.Host) {
|
|
|
newHost.Nodes = currentHost.Nodes
|
|
|
newHost.PublicKey = currentHost.PublicKey
|
|
|
newHost.TrafficKeyPublic = currentHost.TrafficKeyPublic
|
|
|
+ newHost.EndpointIPv6 = currentHost.EndpointIPv6
|
|
|
// changeable fields
|
|
|
if len(newHost.Version) == 0 {
|
|
|
newHost.Version = currentHost.Version
|