chiark / gitweb /
11339651b6ddf4d4a5c3306718552124ed8ab3f3
[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 ((mythic-beasts-1.ns :ip mythic-ns1)
21        (mythic-beasts-2.ns :ip mythic-ns2)
22        (guvnor.ns :ip guvnor.demon))
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))