可以修改节点的DNS设置

This commit is contained in:
GoEdgeLab
2020-11-14 09:41:58 +08:00
parent f17f987636
commit 9313f0857d
5 changed files with 233 additions and 0 deletions

View File

@@ -407,6 +407,7 @@ func (this *NodeClusterService) FindEnabledNodeClusterDNS(ctx context.Context, r
if provider != nil {
pbProvider = &pb.DNSProvider{
Id: int64(provider.Id),
Name: provider.Name,
Type: provider.Type,
TypeName: dnsclients.FindProviderTypeName(provider.Type),
}