chiark / gitweb /
Makefile, distorted.lisp, hosts.lisp: Finish renumbering for A&A switchover.
[zones] / goodhstg.lisp
1 ;;; Zone file for goodhstg.com
2
3 (load "hosts.lisp" :verbose nil)
4
5 (setf *default-zone-admin* "hostmaster@goodhstg.com")
6
7 (setf *default-zone-source* 'radius.distorted.org.uk.)
8
9 (defzone goodhstg.com
10
11   ;; Nameservers
12   :ns ((radius.ns :ip radius)
13        (precision.ns :ip precision)
14        (mythic-beasts-1.ns :ip mythic-ns1)
15        (mythic-beasts-2.ns :ip mythic-ns2))
16
17   ;; Web service.
18   ((@ www) :svc jaguar)
19
20   ;; Mail servers
21   :mx ((mail :ip stratocaster))
22   :srv ((:smtp mail)))