
Also known as ISC bind. This import adds utilities such as host(1), dig(1), and nslookup(1), as well as many other tools and libraries. Change-Id: I035ca46e64f1965d57019e773f4ff0ef035e4aa3
12 lines
386 B
Dns
12 lines
386 B
Dns
;
|
|
; This is a zone which has four DNSKEY records, two (KK + ZSK) of which
|
|
; have existing private key files available. There are also a KSK and ZSK
|
|
; for which there will be no signatures.
|
|
;
|
|
$TTL 3600
|
|
example.com. IN SOA ns hostmaster 00090000 1200 3600 604800 300
|
|
$include Kexample.com.+005+07065.key
|
|
$include Kexample.com.+005+23362.key
|
|
$include bogus-ksk.key
|
|
$include bogus-zsk.key
|