Makefile, hosts.lisp: New network for untrusted hosts on the VPN.
[zones] / escorted.lisp
1 ;;; Zone file for escorted.org.uk
2
3 (load "hosts.lisp" :verbose nil)
4
5 (setf *default-zone-admin* "hostmaster@escorted.org.uk")
6
7 (setf *default-zone-source* 'radius.distorted.org.uk.)
8
9 (defzone escorted.org.uk
10
11 ;; Nameservers
12 :ns ((radius-ns :ip radius)
13 (precision-ns :ip precision)
14 (telecaster-ns :ip telecaster)
15 (mythic-beasts-1.ns :ip mythic-ns1)
16 (mythic-beasts-2.ns :ip mythic-ns2))
17
18 ;; Web service.
19 ((@ www) :svc stratocaster)
20
21 ;; Mail servers
22 :mx ((mail :ip stratocaster))
23 :srv ((:smtp mail))
24
25 (stratocaster.20140403._domainkey
26 :dkim ("stratocaster-20140403"
27 :v "DKIM1" :k "rsa" :h "sha256" :s "email")))