Open dagmartin opened 4 months ago
I think I ran into this when working on https://github.com/octodns/octodns/pull/1172 and addressed it there, but since that didn't ship, for now, it probably makes sense to get this sorted standalone. Will queue it up to look into.
When generating a zone with long TXT records (for example DKIM records with 2048 bit keys), the TXT record becomes to long and named-checkzone fails to validate the zone. It seems that adding the following line to the ZoneFileProvider class splits up the record nicely:
I could make this into a pull request if needed.