distorted.lisp: Add reverse records for trusted subnets individually.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 12 Mar 2012 14:38:20 +0000 (14:38 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 12 Mar 2012 14:38:20 +0000 (14:38 +0000)
Aand leave out the `safe' nertwork: otherwise, the PTR records overlap
with the CNAME records delegating DHCP-controlled addresses.

distorted.lisp

index c1025a8..2a6b4dd 100644 (file)
 (defrevzone trusted
   :ns ((radius.ns :ip radius)
        (vampire.ns :ip vampire))
-  :reverse trusted
+  :reverse unsafe
+  :reverse vpn
+  :reverse colo
+  :reverse its
   (dhcp :ns (radius.ns vampire.ns))
   :cidr-delegation
   (trusted ((dhcp safe) 199.29.172.dhcp.199.29.172.in-addr.arpa)))