mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-13 08:34:45 +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() {
|
func init() {
|
||||||
providers.RegisterDomainServiceProviderType("ROUTE53", newRoute53Dsp, features)
|
providers.RegisterDomainServiceProviderType("ROUTE53", newRoute53Dsp, features)
|
||||||
providers.RegisterRegistrarType("ROUTE53", newRoute53Reg)
|
providers.RegisterRegistrarType("ROUTE53", newRoute53Reg)
|
||||||
|
providers.RegisterCustomRecordType("R53_ALIAS", "ROUTE53", "")
|
||||||
}
|
}
|
||||||
|
|
||||||
func sPtr(s string) *string {
|
func sPtr(s string) *string {
|
||||||
|
|
Loading…
Add table
Reference in a new issue