]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add the new record type WALLET (262)
authorMark Andrews <marka@isc.org>
Wed, 18 Sep 2024 22:45:50 +0000 (08:45 +1000)
committerMark Andrews <marka@isc.org>
Wed, 25 Sep 2024 12:07:52 +0000 (12:07 +0000)
commitc6045acc41df46ce44f2f68dc7a47c3313d0405b
tree1342c394cfede5ec9b052bc21dfcbe821608decf
parentd35f654d6747cde8c29948fb6f887bf7d73f1b8f
Add the new record type WALLET (262)

This provides a mapping from a domain name to a cryptographic
currency wallet and is a clone of TXT.

(cherry picked from commit b919b9b4f34d7960739e005f0af5285729ecf508)
bin/tests/system/rrchecker/tests_rrchecker.py
lib/dns/rdata/generic/wallet_262.c [new file with mode: 0644]
lib/dns/rdata/generic/wallet_262.h [new file with mode: 0644]
tests/dns/rdata_test.c