ignore some files
[tridge/bind9.git] / contrib / zkt / examples / flat / dyn.example.net / zone.org
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
19 ns1             IN  A           1.0.0.5
20                 IN  AAAA        2001:db8::53
21 ns2             IN  A           1.2.0.6
22
23 localhost       IN  A           127.0.0.1
24
25 x               IN  A   1.2.3.4
26 y               IN  A   1.2.3.5
27 z               IN  A   1.2.3.6
28
29 $INCLUDE dnskey.db
30