etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / contrib / zkt-1.1.3 / examples / flat / sub.example.net / zone.db
blob47c1dd9ea9b9b288d244a0b429241e97ca227885
1 ;-----------------------------------------------------------------
3 ;       @(#)    sub.example.net/zone.db
5 ;-----------------------------------------------------------------
7 $TTL 7200
9 @       IN SOA  ns1.example.net. hostmaster.example.net.  (
10                                 13        ; Serial
11                                 86400   ; Refresh       (RIPE recommendation if NOTIFY is used)
12                                 1800    ; Retry
13                                 2W      ; Expire
14                                 7200 )  ; Minimum
17                 IN  NS          ns1.example.net.
19 $INCLUDE dnskey.db
21 localhost       IN  A           127.0.0.1
23 a               IN  A           1.2.3.4
24 b               IN  A           1.2.3.5
25 c               IN  A           1.2.3.6