1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Update deps (#1141)

This commit is contained in:
Tom Limoncelli
2021-05-02 11:04:42 -04:00
committed by GitHub
parent f938230a6b
commit 88c05d9484
5 changed files with 41 additions and 31 deletions

View File

@@ -69,7 +69,7 @@ var features = providers.DocumentationNotes{
func init() {
fns := providers.DspFuncs{
Initializer: newAzureDNSDsp,
Initializer: newAzureDNSDsp,
RecordAuditor: AuditRecords,
}
providers.RegisterDomainServiceProviderType("AZURE_DNS", fns, features)