Hi Stephane On Thu, Jul 18, 2024 at 11:38:22AM +0200, Stephane Bortzmeyer wrote: > On Mon, Jul 01, 2024 at 07:20:19PM +0000, > Paul Hoffman <paul.hoff...@icann.org> wrote > a message of 8 lines which said: > > > I submitted it to the RRTYPE expert reviewers, and the new > > definition is posted at > > <https://www.iana.org/assignments/dns-parameters/WALLET/wallet-completed-template>. > > Are there examples in the wild? I added one (with a real Bitcoin > address, I hope to Make Money Fast) at bortzmeyer.fr. Here is a > small Python script to decode these RR (I was too lazy to patch dig). > > #!/usr/bin/env python > > # https://www.dnspython.org/ > import dns.resolver > > # Not yet known from most software. > https://www.iana.org/assignments/dns-parameters/dns-parameters.xml#dns-parameters-4 > WALLET = 262
This type was added recently to dnspython by Bob Halley: https://github.com/rthalley/dnspython/commit/e5e9f5e8722da52159a5f073d800e1be7eed036b There are some examples in that patch. You may want to submit any patches for validation your code is performing there. Mukund
signature.asc
Description: PGP signature
_______________________________________________ DNSOP mailing list -- dnsop@ietf.org To unsubscribe send an email to dnsop-le...@ietf.org