Initial import
This commit is contained in:
commit
6f48d8b947
17 changed files with 854 additions and 0 deletions
1
data/Kexample.+013+38127.ds
Normal file
1
data/Kexample.+013+38127.ds
Normal file
|
@ -0,0 +1 @@
|
|||
example. IN DS 38127 13 2 45e1fdf3338cedce4676be9014a6b46604e00688be95f7a8854f541930be65b4
|
1
data/Kexample.+013+38127.key
Normal file
1
data/Kexample.+013+38127.key
Normal file
|
@ -0,0 +1 @@
|
|||
example. IN DNSKEY 257 3 13 r84HU+lP18H53xF6ZsOUGCGmvon0Gfkr5BgIof4KBFQ7hluFqnf0gF45xEzxr/o+NxksGmOeOKRVzNEABP3mLw== ;{id = 38127 (ksk), size = 256b}
|
3
data/Kexample.+013+38127.private
Normal file
3
data/Kexample.+013+38127.private
Normal file
|
@ -0,0 +1,3 @@
|
|||
Private-key-format: v1.2
|
||||
Algorithm: 13 (ECDSAP256SHA256)
|
||||
PrivateKey: lM2XFN/WiR0wWTrpC7oDAYbQoDV8DGcA/w/kHq9F5pw=
|
1
data/Kexample.+013+57357.ds
Normal file
1
data/Kexample.+013+57357.ds
Normal file
|
@ -0,0 +1 @@
|
|||
example. IN DS 57357 13 2 d65b3fd9c6a5d30eb9a5ab83149216116de9ab9e1f1c15255b37d79a8d64b8a9
|
1
data/Kexample.+013+57357.key
Normal file
1
data/Kexample.+013+57357.key
Normal file
|
@ -0,0 +1 @@
|
|||
example. IN DNSKEY 257 3 13 1egQYIooCJBCelV2nEvGGn+YnSQlb4Hv6vdahRgsnnFTRlOCDk8YHN01E86tT+Q3weB4wmjiSlvu6hRfPC4rWA== ;{id = 57357 (ksk), size = 256b}
|
3
data/Kexample.+013+57357.private
Normal file
3
data/Kexample.+013+57357.private
Normal file
|
@ -0,0 +1,3 @@
|
|||
Private-key-format: v1.2
|
||||
Algorithm: 13 (ECDSAP256SHA256)
|
||||
PrivateKey: GuF9VrZ71HDIlLIEyeGthrab8q1rlm4A5cMMPPMAQwk=
|
1
data/Kexample.+013+58312.key
Normal file
1
data/Kexample.+013+58312.key
Normal file
|
@ -0,0 +1 @@
|
|||
example. IN DNSKEY 256 3 13 t5+0WPq6TFtVmrmvLH6EOYftEFPyz1/M+gRA8NGwlqKzoCSjQ66TuM73c5DohVql/KUqdqfiVm/Hw7sT12Ypew== ;{id = 58312 (zsk), size = 256b}
|
3
data/Kexample.+013+58312.private
Normal file
3
data/Kexample.+013+58312.private
Normal file
|
@ -0,0 +1,3 @@
|
|||
Private-key-format: v1.2
|
||||
Algorithm: 13 (ECDSAP256SHA256)
|
||||
PrivateKey: ECpe5kwRfHNVeiTLl+VbFMnOiQqW65LgVNwv7N3qu/g=
|
14
data/example.zone
Normal file
14
data/example.zone
Normal file
|
@ -0,0 +1,14 @@
|
|||
$ORIGIN example.
|
||||
@ 86400 IN SOA ns1.example. hostmaster.example. 2021120701 2h 15m 1w 30m
|
||||
86400 IN NS ns1.example.
|
||||
86400 IN NS ns2.example.
|
||||
86400 IN MX 0 .
|
||||
86400 IN TXT "v=spf1 -all"
|
||||
86400 IN DNSKEY 257 3 13 1egQYIooCJBCelV2nEvGGn+YnSQlb4Hv6vdahRgsnnFTRlOCDk8YHN01E86tT+Q3weB4wmjiSlvu6hRfPC4rWA== ;{id = 57357 (ksk), size = 256b}
|
||||
86400 IN DNSKEY 257 3 13 r84HU+lP18H53xF6ZsOUGCGmvon0Gfkr5BgIof4KBFQ7hluFqnf0gF45xEzxr/o+NxksGmOeOKRVzNEABP3mLw== ;{id = 38127 (ksk), size = 256b}
|
||||
86400 IN DNSKEY 256 3 13 t5+0WPq6TFtVmrmvLH6EOYftEFPyz1/M+gRA8NGwlqKzoCSjQ66TuM73c5DohVql/KUqdqfiVm/Hw7sT12Ypew== ;{id = 58312 (zsk), size = 256b}
|
||||
|
||||
ns1 86400 IN A 192.0.2.1
|
||||
86400 IN AAAA 2001:db8::6af:4864:a096:eb76
|
||||
ns2 86400 IN A 198.51.100.1
|
||||
86400 IN AAAA 2001:db8::5e7f:b183:4f08:217f
|
Loading…
Add table
Add a link
Reference in a new issue