mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 01:47:53 +08: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:
parent
d5adb3faf6
commit
4c80526860
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue