支持阿里云DNS

This commit is contained in:
GoEdgeLab
2020-11-15 11:57:49 +08:00
parent 2b1e460180
commit 7eda7098c2
16 changed files with 500 additions and 41 deletions

View File

@@ -515,5 +515,6 @@ func (this *NodeClusterService) CheckNodeClusterDNSChanges(ctx context.Context,
if err != nil {
return nil, err
}
return &pb.CheckNodeClusterDNSChangesResponse{IsChanged: len(changes) > 0}, nil
}