etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / contrib / zkt-1.1.3 / examples / flat / example.net / zone.db
blobb89203763eb32ac21c42600aea297ee979db1e4a
1 ;-----------------------------------------------------------------
3 ;       @(#)    example.net/zone.db
5 ;-----------------------------------------------------------------
7 $TTL    7200
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.net. hostmaster.example.net.  (
14                                 396       ; Serial      
15                                 43200   ; Refresh
16                                 1800    ; Retry
17                                 2W      ; Expire
18                                 7200 )  ; Minimum
20                 IN  NS          ns1.example.net.
21                 IN  NS          ns2.example.net.
23 ns1             IN  A           1.0.0.5
24                 IN  AAAA        2001:db8::53
25 ns2             IN  A           1.2.0.6
27 ; Delegation to secure zone; The DS resource record will
28 ; be added by dnssec-signzone automatically if the
29 ; keyset-sub.example.net file is present (run dnssec-signzone
30 ; with option -g or use the dnssec-signer tool) ;-)
31 sub             IN NS      ns1.example.net.
33 ; this file will contain all the zone keys
34 $INCLUDE dnskey.db
36 $INCLUDE zone.localhost
37 $INCLUDE zone.hosts