From: Mark Wooding Date: Sun, 16 Mar 2008 14:47:50 +0000 (+0000) Subject: distorted: Put NS glue in the reverse zones. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/340f4f62687acf5a07d942ef1f4535c3617a1107 distorted: Put NS glue in the reverse zones. Rather than using the A records in the forward zones. It keeps the zone definitions simpler for a start. --- diff --git a/distorted.lisp b/distorted.lisp index 98a3136..7cae689 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -103,10 +103,8 @@ (defrevzone untrusted :reverse untrusted) (defzone dhcp.distorted.org.uk - :ns (metalzone.ns.distorted.org.uk. - vampire.ns.distorted.org.uk.) + :ns ((metalzone.ns :ip metalzone) (vampire.ns :ip vampire)) :net dhcp) (defzone dhcp.199.29.172.in-addr.arpa - :ns (metalzone.ns.199.29.172.in-addr.arpa. - vampire.ns.199.29.172.in-addr.arpa.)) + :ns ((metalzone.ns :ip metalzone) (vampire.ns :ip vampire)))