]> 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 10:32:38 +0000 (10:32 +0000)
commitb919b9b4f34d7960739e005f0af5285729ecf508
tree62814ac7199d67527cc97e6e988c8cd5053ae77c
parent4498c0216f1012db574243db2a0a181278bd8682
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.
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