From 74180153dc4fd82fe3a5e0e0a767a3530c8a7235 Mon Sep 17 00:00:00 2001 Message-Id: <74180153dc4fd82fe3a5e0e0a767a3530c8a7235.1715155848.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 13 Mar 2012 17:15:04 +0000 Subject: [PATCH] Makefile, distorted.lisp: Publish reverse zones. Organization: Straylight/Edgeware From: Mark Wooding --- Makefile | 4 ++-- distorted.lisp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)))) ;;;-------------------------------------------------------------------------- -- [mdw]