DKIM_BUILDER
Is your feature request related to a problem? Please describe. DKIM is a key-value TXT record with lenghty values, which can make it messy fast.
Describe the solution you'd like
I think having a DKIM_BUILDER that allow structured configuration of DKIM TXT records similar to what already exists for SPF and DMARC would complete this useful triangle.
Describe alternatives you've considered None, which means sticking with unstructured strings.
Additional context Same vein as https://github.com/StackExchange/dnscontrol/issues/1022
Thanks for the suggestion — I think that’s a great idea! It would make the support for these DNS records feel more complete. Curious to hear what @tlimoncelli thinks about this too.
Hi, had some time and pushed a PR to introduce a DKIM_BUILDER. Give it a try if/when you have some time!
@mweinelt The change has been merged. Please look for this feature in the next release or use https://docs.dnscontrol.org/developer-info/test-a-branch to test it from the branch called "main".