From: Mark Wooding Date: Mon, 12 Mar 2012 14:38:20 +0000 (+0000) Subject: distorted.lisp: Add reverse records for trusted subnets individually. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/b59ce50dfc212a99e26f6607272bfd93c282d950?hp=374be89649201837aadadae93320caf3455ce0ed distorted.lisp: Add reverse records for trusted subnets individually. Aand leave out the `safe' nertwork: otherwise, the PTR records overlap with the CNAME records delegating DHCP-controlled addresses. --- diff --git a/distorted.lisp b/distorted.lisp index c1025a8..2a6b4dd 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -130,7 +130,10 @@ (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)))