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() {