1;-----------------------------------------------------------------
2;
3;       @(#)    sub.example.de/zone.db
4;
5;-----------------------------------------------------------------
6
7$TTL 7200
8
9@ 	IN SOA	ns1.example.de. hostmaster.example.de.  (
10				2011012503; Serial (up to 10 digits)
11				86400	; Refresh	(RIPE recommendation if NOTIFY is used)
12				1800	; Retry
13				2W	; Expire
14				7200 )	; Minimum
15
16
17		IN  NS		ns1.example.de.
18
19$INCLUDE dnskey.db
20
21localhost	IN  A		127.0.0.1
22
23a		IN  A		1.2.3.4
24b		IN  A		1.2.3.5
25c		IN  A		1.2.3.6
26