-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Record attributes support #135
Comments
Afaik all of those things are currently supported, through not well documented, e.g. octodns-cloudflare/tests/test_octodns_provider_cloudflare.py Lines 34 to 67 in 6edf23f
This record wouldn't make any sense, but this is an example of how they're used. www:
octodns:
cloudflare:
auto-ttl: True
comment: hello world
proxied: True
tags:
- one
- two |
Looks like at least the auto-ttl and proxied bits are mentioned in the README https://github.com/octodns/octodns-cloudflare/blob/main/README.md#configuration |
Hi all,
I’ve noticed that Cloudflare supports DNS Record Attributes (e.g., priority, proxied, and other metadata) when creating or updating DNS records, as shown in Cloudflare’s API documentation.
Currently, it appears that these attributes aren’t supported in this provider/plugin. I’m wondering if this is a feature that aligns with the project’s overall needs and goals, especially since not all DNS providers support attributes or comments in the same way.
I’d be happy to help implement or contribute a PR for this functionality if there’s general interest or consensus on how it should be handled. Let me know what you think!
Thanks!
The text was updated successfully, but these errors were encountered: