chiark / gitweb /
*.lisp: Add `ns3.mythic-beasts.com' as another secondary.
[zones] / goodhstg.lisp
CommitLineData
6fc6709b
MW
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)
fdcd43da
MW
15 (mythic-beasts-2.ns :ip mythic-ns2)
16 (mythic-beasts-3.ns :ip mythic-ns3))
6fc6709b
MW
17
18 ;; Web service.
19 ((@ www) :svc jaguar)
20
21 ;; Mail servers
22 :mx ((mail :ip stratocaster))
23 :srv ((:smtp mail)))