X Tutup
The Wayback Machine - https://web.archive.org/web/20200914053805/https://github.com/github/octodns/issues/505
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DnsimpleProvider does not provide URL pseudo-record type #505

Open
kumavis opened this issue Mar 3, 2020 · 1 comment
Open

DnsimpleProvider does not provide URL pseudo-record type #505

kumavis opened this issue Mar 3, 2020 · 1 comment

Comments

@kumavis
Copy link

@kumavis kumavis commented Mar 3, 2020

Dnsimple has a pseudo-record called "URL" for redirecting to a provided url. https://support.dnsimple.com/articles/url-record/

As it is not standard, I don't expect it to be supported but wanted to point out that they don't show up when you dump the current configuration, and the documentation does not warn about this

thanks for octodns

@ross
Copy link
Contributor

@ross ross commented Mar 3, 2020

Hi @kumavis, as you mention "redirect" record types aren't currently supported in general by octoDNS. It'd likely be possible to add them, but they're not consistently available across providers so it hasn't really been a priority ocotDNS.

As it is not standard, I don't expect it to be supported but wanted to point out that they don't show up when you dump the current configuration, and the documentation does not warn about this

Yeah. That's a fair point. Probably the best thing that could be done would be to make it "standard" to show warnings about records that are ignored during a sync/dump.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup