chiark / gitweb /
config.m4, *.in: Centralize the zone serial in the config.
[dnserr] / dummy.in
1 ;;; -*-dns-*-
2 ;;;
3 ;;; An empty zone which might be useful for something.
4
5 $TTL 14400
6
7 @               IN      SOA     MASTER. (
8                                         CONTACT.
9                                                  SERIAL      ;serial
10                                                   86400      ;refresh
11                                                    3600      ;retry
12                                                 1209600      ;expire
13                                                   14400 )    ;min-ttl
14
15 SUBZONE([@])
16
17                 ;; A dummy address record just for form's sake.
18 @               IN      A       127.0.0.1