chiark / gitweb /
binswood.lisp: Placeholder for web service.
[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 6
ff6c53ad 7(setf *default-zone-source* 'radius.distorted.org.uk.)
0df6a57c
MW
8
9(defzone harlequin.org.uk
ec4898f9 10
0df6a57c 11 ;; Nameservers
c0430253 12 :ns ((radius.ns :ip radius)
f0209b9c 13 (precision.ns :ip precision)
c0430253
MW
14 (mythic-beasts-1.ns :ip mythic-ns1)
15 (mythic-beasts-2.ns :ip mythic-ns2))
ec4898f9 16
0df6a57c 17 ;; Mail servers
ff6c53ad 18 :mx ((mail :ip vampire))
01329f4e 19 :srv ((:smtp mail))
ec4898f9 20
0df6a57c 21 ;; Web service
01329f4e
MW
22 ((@ www) :svc boyle.nsict.org)
23 :srv ((:http www))
ec4898f9 24
01329f4e 25 ;; Web log (currently local)
ff6c53ad 26 (bindery :svc vampire))