xref: /minix3/external/bsd/bind/dist/contrib/zkt-1.1.3/examples/flat/dyn.example.net/zone.org (revision 00b67f09dd46474d133c95011a48590a8e8f94c7)
1;-----------------------------------------------------------------
2;
3;       @(#)    dyn.example.net/zone.org
4;
5;-----------------------------------------------------------------
6
7$TTL	7200
8
9@	IN SOA	ns1.example.net. hostmaster.example.net.  (
10				1       ; Serial
11				43200	; Refresh
12				1800	; Retry
13				2W	; Expire
14				7200 )	; Minimum
15
16		IN  NS		ns1.example.net.
17		IN  NS		ns2.example.net.
18
19ns1		IN  A		1.0.0.5
20		IN  AAAA	2001:db8::53
21ns2		IN  A		1.2.0.6
22
23localhost	IN  A		127.0.0.1
24
25x		IN  A	1.2.3.4
26y		IN  A	1.2.3.5
27z		IN  A	1.2.3.6
28
29$INCLUDE dnskey.db
30
31