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

AXFRDDNS: fix advertisement of Get-Zones capability (#1161)

This commit is contained in:
nemunaire
2021-05-24 15:30:49 +02:00
committed by GitHub
parent dedc7c6e17
commit 607e0bc7f6

View File

@@ -49,7 +49,7 @@ var features = providers.DocumentationNotes{
providers.DocCreateDomains: providers.Cannot(),
providers.DocDualHost: providers.Cannot(),
providers.DocOfficiallySupported: providers.Cannot(),
providers.CanGetZones: providers.Can(),
providers.CanGetZones: providers.Cannot(),
}
// axfrddnsProvider stores the client info for the provider.