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

Revert "Add support to GCLOUD provider for DS records (#760)" (#761)

This reverts commit 14ff68b151b5db1f24bcdaccb30b6fa95897940a.
This commit is contained in:
Tom Limoncelli
2020-06-09 13:31:09 -04:00
committed by GitHub
parent ba7efe3402
commit 4e2dbd879d
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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(),