chiark / gitweb /
harlequin.lisp: Use the statically defined address for `guvnor'.
[zones] / harlequin.lisp
1 ;;; Zone file for harlequin.org.uk
2
3 (load "hosts.lisp" :verbose nil)
4
5 (setf *default-zone-admin* "hostmaster@distorted.org.uk")
6
7 (preferred-subnet-case
8   (fretwank
9    (setf *default-zone-source* 'vampire.distorted.org.uk.)
10    (defhost mail metalzone)
11    (defhost bloghost vampire))
12   (t
13    (setf *default-zone-source* 'guvnor.distorted.org.uk.)
14    (defhost mail guvnor.distorted.org.uk)
15    (defhost bloghost guvnor.distorted.org.uk)))
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
25   :mx ((mail :ip mail))
26   :srv ((:smtp mail))
27   ;;
28   ;; Web service
29   ((@ www) :svc boyle.nsict.org)
30   :srv ((:http www))
31   ;;
32   ;; Web log (currently local)
33   (bindery :svc bloghost))