dnscontrol icon indicating copy to clipboard operation
dnscontrol copied to clipboard

DKIM_BUILDER

Open mweinelt opened this issue 8 months ago • 2 comments

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

mweinelt avatar Mar 29 '25 01:03 mweinelt

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.

cafferata avatar Apr 01 '25 18:04 cafferata

Hi, had some time and pushed a PR to introduce a DKIM_BUILDER. Give it a try if/when you have some time!

costasd avatar Jun 17 '25 22:06 costasd

@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".

tlimoncelli avatar Jul 25 '25 14:07 tlimoncelli