1817. [func] add support for additional zone file formats for
improving loading performance. The masterfile-format
option in named.conf can be used to specify a
non-default format. A new separate command
named-compilezone was provided to generate zone files
in a new format.
This commit is contained in:
38
bin/tests/system/masterformat/ns1/example.db
Normal file
38
bin/tests/system/masterformat/ns1/example.db
Normal file
@@ -0,0 +1,38 @@
|
||||
$TTL 1D
|
||||
|
||||
@ IN SOA ns hostmaster (
|
||||
1
|
||||
3600
|
||||
1800
|
||||
1814400
|
||||
3
|
||||
)
|
||||
NS ns
|
||||
ns A 10.53.0.1
|
||||
mx MX 10 mail
|
||||
a A 10.53.0.1
|
||||
A 10.53.0.2
|
||||
aaaa AAAA 2001:db8::53
|
||||
cname CNAME cname-target
|
||||
dname DNAME dname-target
|
||||
txt TXT "this is text"
|
||||
|
||||
;;
|
||||
;; we are not testing DNSSEC behavior, so we don't care about the semantics
|
||||
;; of the following records.
|
||||
dnskey 300 DNSKEY 256 3 1 (
|
||||
AQPTpWyReB/e9Ii6mVGnakS8hX2zkh/iUYAg
|
||||
+Ge4noWROpTWOIBvm76zeJPWs4Zfqa1IsswD
|
||||
Ix5Mqeg0zwclz59uecKsKyx5w9IhtZ8plc4R
|
||||
b9VIE5x7KNHAYTvTO5d4S8M=
|
||||
)
|
||||
ds 300 DS 30795 1 1 (
|
||||
310D27F4D82C1FC2400704EA9939FE6E1CEA
|
||||
A3B9 )
|
||||
nsec 600 NSEC nsecnext NS DS RRSIG NSEC
|
||||
rrsig 300 RRSIG SOA 1 0 300 20050714214747 (
|
||||
20050614214747 30795 .
|
||||
yi/RRPAQmn6rnjDQaCqVValBa+ICF00ZldKf
|
||||
ZSDaoew5mMUh83DlrrPPNeAxrzMSNzDGlJ6P
|
||||
fdyIFgzPn/CvthF4kjBUAiJTp4r2zhlaUJQ+
|
||||
QFo+drYXYgVJo6aA36fj )
|
||||
Reference in New Issue
Block a user