From b59ce50dfc212a99e26f6607272bfd93c282d950 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 12 Mar 2012 14:38:20 +0000 Subject: [PATCH] distorted.lisp: Add reverse records for trusted subnets individually. Organization: Straylight/Edgeware From: Mark Wooding Aand leave out the `safe' nertwork: otherwise, the PTR records overlap with the CNAME records delegating DHCP-controlled addresses. --- distorted.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/distorted.lisp b/distorted.lisp index c1025a8..2a6b4dd 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -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))) -- [mdw]