]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: usr: Added WALLET type
authorMark Andrews <marka@isc.org>
Wed, 25 Sep 2024 12:03:45 +0000 (12:03 +0000)
committerMark Andrews <marka@isc.org>
Wed, 25 Sep 2024 12:03:45 +0000 (12:03 +0000)
commitd0d4c6dae723d8a7e3d10ca1076bc060e95bd532
tree9b9e90f07f7964b0707828a640d549654ede1053
parent4498c0216f1012db574243db2a0a181278bd8682
parent9b358e6e8b7adc469aee0b7bd5ad2972925acc79
new: usr: Added WALLET type

Add the new record type WALLET (262).  This provides a mapping from a domain name to a cryptographic currency wallet.  Multiple mappings can exist if multiple records exist.

Closes #4947

Merge branch '4947-add-wallet-type-to-named' into 'main'

See merge request isc-projects/bind9!9521