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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user