chiark / gitweb /
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 c1025a823f98a82eb6d9e122155a700db56cef45..2a6b4dd634bc08d039e57f38a5647dfdc8cc29e6 100644 (file)
@@ -130,7 +130,10 @@ (defzone distorted.org.uk
 (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)))