etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / contrib / zkt-1.1.3 / examples / flat / dyn.example.net / zone.org
blobc536fc8744822935f20ec812b62df2c41973f2b2
1 ;-----------------------------------------------------------------
3 ;       @(#)    dyn.example.net/zone.org
5 ;-----------------------------------------------------------------
7 $TTL    7200
9 @       IN SOA  ns1.example.net. hostmaster.example.net.  (
10                                 1       ; Serial        
11                                 43200   ; Refresh
12                                 1800    ; Retry
13                                 2W      ; Expire
14                                 7200 )  ; Minimum
16                 IN  NS          ns1.example.net.
17                 IN  NS          ns2.example.net.
19 ns1             IN  A           1.0.0.5
20                 IN  AAAA        2001:db8::53
21 ns2             IN  A           1.2.0.6
23 localhost       IN  A           127.0.0.1
25 x               IN  A   1.2.3.4
26 y               IN  A   1.2.3.5
27 z               IN  A   1.2.3.6
29 $INCLUDE dnskey.db