Re: AXFR from Bind oddities
Matthew Dempsky <[email protected]> Mon, 12 Apr 2010 16:19:18 -0700
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Apr 12, 2010 at 4:04 PM, Peter Pentchev <[email protected]> wrote: > Erm, why not decode the RR lines properly and convert them into > TXT (') lines, e.g. with something like the attached simple Perl > utility? Technically, that's a lossy conversion as tinydns-data's TXT line syntax doesn't allow you to control how a string is split into chunks. E.g., your script would convert "foo" "bar" into "foobar", and I think DNSSEC validation would then fail if you tried to apply it to the resulting record. That said, all uses of TXT records that I know of effectively concatenate the string chunks anyway, so they're semantically equivalent.