From: Mark Wooding Date: Tue, 19 Jul 2011 22:24:33 +0000 (+0100) Subject: distorted.lisp: Remove the dynamic zones. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/cc27f886c77924a2b4e2124ddbdf15e5e276192f distorted.lisp: Remove the dynamic zones. I have to maintain them by hand anyway, so keeping them here is just pointless. --- 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 --------------------------------------------------