chiark / gitweb /
Makefile: Replace the m4 crock with a proper GNU Make crock.
[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 (setf *default-zone-source* 'vampire.distorted.org.uk.)
8 (preferred-subnet-case
9   (fretwank
10    (defhost mail vampire.fretwank)
11    (defhost bloghost vampire.fretwank))
12   (t
13    (defhost mail vampire.demon)
14    (defhost bloghost vampire.demon)))
15
16 (defzone harlequin.org.uk
17   ;;
18   ;; Nameservers
19   :ns #+view/fretwank ((vampire.ns :ip vampire))
20       #-view/fretwank ((mythic-beasts-1.ns :ip mythic-ns1)
21                        (mythic-beasts-2.ns :ip mythic-ns2)
22                        (radius.ns :ip radius.demon)
23                        (vampire.ns :ip vampire.demon))
24   ;;
25   ;; Mail servers
26   :mx ((mail :ip mail))
27   :srv ((:smtp mail))
28   ;;
29   ;; Web service
30   ((@ www) :svc boyle.nsict.org)
31   :srv ((:http www))
32   ;;
33   ;; Web log (currently local)
34   (bindery :svc bloghost))