From: Mark Wooding Date: Tue, 13 Mar 2012 17:15:04 +0000 (+0000) Subject: Makefile, distorted.lisp: Publish reverse zones. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/74180153dc4fd82fe3a5e0e0a767a3530c8a7235 Makefile, distorted.lisp: Publish reverse zones. --- diff --git a/Makefile b/Makefile index 43c57e2..eb0ccff 100644 --- a/Makefile +++ b/Makefile @@ -66,8 +66,8 @@ distorted_VIEWS = inside outside distorted_outside_NETS = dmz jump distorted_inside_NETS = unsafe colo -distorted_all_ZONES = distorted.org.uk io.distorted.org.uk -distorted_inside_ZONES = 199.29.172.in-addr.arpa +distorted_all_ZONES += distorted.org.uk io.distorted.org.uk +distorted_all_ZONES += 199.29.172.in-addr.arpa ###-------------------------------------------------------------------------- ### The harlequin.org.uk zones. diff --git a/distorted.lisp b/distorted.lisp index 38b674d..184be43 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -122,7 +122,7 @@ (defzone distorted.org.uk (mz (its :a mz.its)) ;; Delegations. - #+view/inside (dhcp :ns (radius.ns vampire.ns)) + (dhcp :ns (radius.ns vampire.ns)) (io :ns ((ns.io :ip vampire)))) ;;;--------------------------------------------------------------------------