summaryrefslogtreecommitdiffstats
path: root/contrib/zkt/examples/hierarchical/de./example.de./sub.example.de./zone.db
blob: 05489a42e1c3780b11976e646e430039cdd1cbcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
;-----------------------------------------------------------------
;
;       @(#)    sub.example.de/zone.db
;
;-----------------------------------------------------------------

$TTL 7200

@ 	IN SOA	ns1.example.de. hostmaster.example.de.  (
				2008073101; Serial (up to 10 digits)
				86400	; Refresh	(RIPE recommendation if NOTIFY is used)
				1800	; Retry
				2W	; Expire
				7200 )	; Minimum


		IN  NS		ns1.example.de.

$INCLUDE dnskey.db

localhost	IN  A		127.0.0.1

a		IN  A		1.2.3.4
b		IN  A		1.2.3.5
c		IN  A		1.2.3.6