Open asalmela opened 1 day ago
Is this intentional?
Probably not, likely something that wasn't specifically targeted and just did the default. I take it that bind file format wants the idna form?
It should just be a matter of switching to use the encoded name here:
Though it probably also makes sense to include a comment with the decoded version for human consumption.
I'm also wondering what would happen with the AxfrPopulate
setups.
I was aiming to create a scheduled backup of DNS zones hosted at one cloud provider in a bind compatible format using
octodns
, and to my surprise IDN records and zone file name were converted to their UTF-8 presentation when written out byZoneFileProvider
.Is this intentional?
I have included a minimal reproducer: