From 7b51f6dc55dc995c55b988b497467a66ee04c07e Mon Sep 17 00:00:00 2001 From: Craig Peterson Date: Fri, 15 Sep 2017 13:52:10 -0400 Subject: [PATCH] clarify r53 alias situation --- providers/route53/route53Provider.go | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/route53/route53Provider.go b/providers/route53/route53Provider.go index f669d58f8..4704b41f6 100644 --- a/providers/route53/route53Provider.go +++ b/providers/route53/route53Provider.go @@ -60,6 +60,7 @@ var docNotes = providers.DocumentationNotes{ providers.DocDualHost: providers.Can(), providers.DocCreateDomains: providers.Can(), providers.DocOfficiallySupported: providers.Can(), + providers.CanUseAlias: providers.Cannot("R53 does not provide a generic ALIAS functionality. They do have 'ALIAS' CNAME types to point at various AWS infrastructure, but dnscontrol has not implemented those."), } func init() {