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-04 16:29:04 -05:00
parent 4fa191df0c
commit 7c7480200f

View File

@@ -104,6 +104,10 @@ func (a *edgeDNSProvider) EnsureZoneExists(domain string) error {
return createZone(domain, a.contractID, a.groupID)
}
func (a *edgeDNSProvider) GetZoneRecordsCorrections(dc *models.DomainConfig, existingRecords models.Records) ([]*models.Correction, error) {
}
// GetDomainCorrections return a list of corrections. Each correction is a text string describing the change
// and a function that, if called, will make the change.
// “dnscontrol preview” simply prints the text strings.