You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Route53 ALIAS patch is not complete, it misses a call to providers.RegisterCustomRecordType and thus the v0.2.5 fails miserably when trying to use R53_ALIAS with the error:
Unsupported record type (R53_ALIAS) domain=... name=...
It's possible I've lost this line during a rebase.
Anyhow, I'll push a PR ASAP.
Sorry for the issue.
The text was updated successfully, but these errors were encountered:
masterzen
pushed a commit
to masterzen/dnscontrol
that referenced
this issue
Feb 1, 2018
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.
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.
…StackExchange#311)
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.
Hi,
My Route53 ALIAS patch is not complete, it misses a call to
providers.RegisterCustomRecordType
and thus thev0.2.5
fails miserably when trying to useR53_ALIAS
with the error:It's possible I've lost this line during a rebase.
Anyhow, I'll push a PR ASAP.
Sorry for the issue.
The text was updated successfully, but these errors were encountered: