@@ -391,6 +391,7 @@ func GetPeerUpdateForHost(network string, host *models.Host, allNodes []models.N
}
+ hostPeerUpdate.ManageDNS = servercfg.GetManageDNS()
return hostPeerUpdate, nil
@@ -24,6 +24,7 @@ type HostPeerUpdate struct {
FwUpdate FwUpdate `json:"fw_update"`
ReplacePeers bool `json:"replace_peers"`
EndpointDetection bool `json:"endpoint_detection"`
+ ManageDNS bool `yaml:"manage_dns"`
// IngressInfo - struct for ingress info