diff --git a/logic/hosts.go b/logic/hosts.go index 1851f5c9..8495873c 100644 --- a/logic/hosts.go +++ b/logic/hosts.go @@ -217,7 +217,6 @@ 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