1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
This commit is contained in:
Tom Limoncelli
2023-03-09 06:40:27 -08:00
parent f4f77edf53
commit 18e2814a5a
13 changed files with 142 additions and 35 deletions

View File

@ -178,6 +178,7 @@ DomainLoop:
nameservers.AddNSRecords(domain)
for _, provider := range providersWithExistingZone {
// FIXME(tlim): Test this without the copying. Just dc := domain
dc, err := domain.Copy()
if err != nil {
return err