1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

NEW RECORD TYPE: DNSKEY (#2917)

Signed-off-by: xtex <xtexchooser@duck.com>
This commit is contained in:
xtex
2024-04-22 21:54:12 +08:00
committed by GitHub
parent da6f6218ee
commit 3f05482e6b
24 changed files with 291 additions and 69 deletions

View File

@ -0,0 +1,3 @@
D("foo.com","none",
DNSKEY("@", 257, 3, 13, "AABBCCDD")
);