chiark / gitweb /
harlequin.lisp: Use the statically defined address for `guvnor'.
[zones] / harlequin.lisp
CommitLineData
0df6a57c
MW
1;;; Zone file for harlequin.org.uk
2
b4d4c18b 3(load "hosts.lisp" :verbose nil)
0df6a57c
MW
4
5(setf *default-zone-admin* "hostmaster@distorted.org.uk")
01329f4e
MW
6
7(preferred-subnet-case
8 (fretwank
81db6dbf 9 (setf *default-zone-source* 'vampire.distorted.org.uk.)
01329f4e
MW
10 (defhost mail metalzone)
11 (defhost bloghost vampire))
12 (t
13 (setf *default-zone-source* 'guvnor.distorted.org.uk.)
f6b32a07
MW
14 (defhost mail guvnor.distorted.org.uk)
15 (defhost bloghost guvnor.distorted.org.uk)))
0df6a57c
MW
16
17(defzone harlequin.org.uk
18 ;;
19 ;; Nameservers
20 :ns ((boyle.ns :ip boyle.nsict.org)
21 ns0.blackcatnetworks.co.uk.
22 ns1.blackcatnetworks.co.uk.)
23 ;;
24 ;; Mail servers
01329f4e
MW
25 :mx ((mail :ip mail))
26 :srv ((:smtp mail))
0df6a57c
MW
27 ;;
28 ;; Web service
01329f4e
MW
29 ((@ www) :svc boyle.nsict.org)
30 :srv ((:http www))
31 ;;
32 ;; Web log (currently local)
0db85e5c 33 (bindery :svc bloghost))