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:
3
pkg/js/parse_tests/048-DNSKEY.js
Normal file
3
pkg/js/parse_tests/048-DNSKEY.js
Normal file
@ -0,0 +1,3 @@
|
||||
D("foo.com","none",
|
||||
DNSKEY("@", 257, 3, 13, "AABBCCDD")
|
||||
);
|
Reference in New Issue
Block a user