chiark / gitweb /
Rename zone definition files.
[zones] / harlequin.lisp
CommitLineData
0df6a57c
MW
1;;; Zone file for harlequin.org.uk
2
3(load "hosts" :verbose nil)
4
5(setf *default-zone-admin* "hostmaster@distorted.org.uk")
6(setf *default-zone-source* 'guvnor.distorted.org.uk.)
7
8(defzone harlequin.org.uk
9 ;;
10 ;; Nameservers
11 :ns ((boyle.ns :ip boyle.nsict.org)
12 ns0.blackcatnetworks.co.uk.
13 ns1.blackcatnetworks.co.uk.)
14 ;;
15 ;; Mail servers
16 :mx ((mail :ip guvnor.demon))
17 ;;
18 ;; Web service
19 ((@ www) :a boyle.nsict.org))