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
11 lines
332 B
Dns
11 lines
332 B
Dns
;
|
|
; This is a zone which has three DNSKEY records, two (KSK + ZSK) of
|
|
; which have existing private key files available. The third is a
|
|
; pre-published ZSK.
|
|
;
|
|
$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-zsk.key
|