mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-25 16:13:04 +08:00
This reverts commit 14ff68b151
.
This commit is contained in:
parent
ba7efe3402
commit
4e2dbd879d
2 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,7 @@ const (
|
|||
// CanUseCAA indicates the provider can handle CAA records
|
||||
CanUseCAA
|
||||
|
||||
// CanUseDS indicates that the provider can handle DS record types
|
||||
// CanUseDs indicates that the provider can handle DS record types
|
||||
CanUseDS
|
||||
|
||||
// CanUsePTR indicates the provider can handle PTR records
|
||||
|
|
|
@ -16,7 +16,6 @@ import (
|
|||
|
||||
var features = providers.DocumentationNotes{
|
||||
providers.CanGetZones: providers.Can(),
|
||||
providers.CanUseDS: providers.Can(),
|
||||
providers.CanUseCAA: providers.Can(),
|
||||
providers.CanUsePTR: providers.Can(),
|
||||
providers.CanUseSRV: providers.Can(),
|
||||
|
|
Loading…
Reference in a new issue