From cc27f886c77924a2b4e2124ddbdf15e5e276192f Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Tue, 19 Jul 2011 23:24:33 +0100 Subject: [PATCH] distorted.lisp: Remove the dynamic zones. Organization: Straylight/Edgeware From: Mark Wooding I have to maintain them by hand anyway, so keeping them here is just pointless. --- distorted.lisp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index 3ff1057..2f88d8d 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -103,27 +103,13 @@ (defrevzone trusted (@ :cidr-delegation (dhcp (dhcp 199.29.172.dhcp.199.29.172.in-addr.arpa)))) -(defrevzone untrusted - :ns ((radius.ns :ip radius) - (vampire.ns :ip vampire)) - :reverse untrusted) - (defrevzone dmz :ns ((radius.ns :ip radius) (vampire.ns :ip vampire)) :reverse dmz) -(defzone dhcp.distorted.org.uk - :ns ((radius.ns :ip radius) - (vampire.ns :ip vampire)) - :net dhcp) - (defzone io.distorted.org.uk :ns ((ns :ip vampire)) (about :txt "Fake zone used for IP-over-DNS tunnelling.")) -(defzone dhcp.199.29.172.in-addr.arpa - :ns ((radius.ns :ip radius) - (vampire.ns :ip vampire))) - ;;;----- That's all, folks -------------------------------------------------- -- [mdw]