mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Apparently I've forgot to register the R53_ALIAS custom record type, thus preventing to use R53_ALIAS in a js file. The integration still worked fine because they probably don't run the validation.
This commit is contained in:
committed by
Tom Limoncelli
parent
d5adb3faf6
commit
4c80526860
@@ -70,6 +70,7 @@ var features = providers.DocumentationNotes{
|
||||
func init() {
|
||||
providers.RegisterDomainServiceProviderType("ROUTE53", newRoute53Dsp, features)
|
||||
providers.RegisterRegistrarType("ROUTE53", newRoute53Reg)
|
||||
providers.RegisterCustomRecordType("R53_ALIAS", "ROUTE53", "")
|
||||
}
|
||||
|
||||
func sPtr(s string) *string {
|
||||
|
||||
Reference in New Issue
Block a user