Re: TXT record fragments with tinydns-data
Matthew Dempsky <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 7, 2010 at 4:37 PM, Ask Bjørn Hansen <[email protected]> wrote: > How can I generate a txt record with multiple fragments (I forget the RFC term). I need a txt record that looks like this: If you want/need to control how the TXT record is split into multiple strings, you'll have to use the raw record format. > $ dig +short -t txt foo._ipp._tcp.develooper.com > "txtvers=1" "qtotal=1" "pdl=application9vnd.hp-PCL,application9vnd.brother-hbp" "rp=duerqxesz5090" "ty=Brother DCP-9040CN" "product=(Brother DCP-9040CN)" "note=Upstairs Solfo Printer" "Color=T" "Copies=T" "Duplex=F" "PaperCustom=T" "Binary=T" "Transparent=T" "TBCP=F" :foo._ipp._tcp.develooper.com:16:\011txtvers=1\010qtotal=1\066pdl=application9vnd.hp-PCL,application9vnd.brother-hbp\020rp=duerqxesz5090\025ty=Brother DCP-9040CN\034product=(Brother DCP-9040CN)\033note=Upstairs Solfo Printer\007Color=T\010Copies=T\010Duplex=F\015PaperCustom=T\010Binary=T\015Transparent=T\006TBCP=F