1;-----------------------------------------------------------------
2;
3;       @(#)    example.de/zone.db
4;
5;-----------------------------------------------------------------
6
7$TTL	7200
8
9;	Ensure that the serial number below is left
10;	justified in a field of at least 10 chars!!
11;				0123456789;
12;	It's also possible to use the date format e.g. 2005040101
13@	IN SOA	ns1.example.de. hostmaster.example.de.  (
14				315       ; Serial
15				43200	; Refresh
16				1800	; Retry
17				2W	; Expire
18				7200 )	; Minimum
19
20
21		IN  NS		ns1.example.de.
22		IN  NS		ns2.example.de.
23
24ns1		IN  A		1.0.0.5
25		IN  AAAA	2001:db8::53
26ns2		IN  A		1.2.0.6
27
28localhost	IN  A		127.0.0.1
29
30; Delegation to secure zone; The DS resource record will
31; be added by dnssec-signzone automatically if the
32; keyset-sub.example.de file is present (run dnssec-signzone
33; with option -g or use the dnssec-signer tool) ;-)
34sub		IN NS      ns1.example.de.
35
36; this file will contain all the zone keys
37$INCLUDE dnskey.db
38
39