chiark / gitweb /
Remove random crud.
[zone] / distorted.org.uk.lisp
diff --git a/distorted.org.uk.lisp b/distorted.org.uk.lisp
deleted file mode 100644 (file)
index 2cd56b3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-;;; distorted.org.uk
-
-(setf *default-zone-source* "boyle.nsict.org")
-(setf *default-zone-admin* "hostmaster@distorted.org.uk")
-
-(defnet internal 10.18.6.0/24)         ;Address chosen at random
-
-(defzone distorted.org.uk
-  ;;
-  ;; Nameservers
-  :ns ((foo.ns)
-       (boyle.ns :ip boyle.nsict.org)
-       (chiark.ns :ip chiark.greenend.org.uk))
-  ;;
-  ;; Mail servers
-  ((@ lists) :mx ((foo.mx :prio 10)
-                 (boyle.mx :prio 50)))
-  (boyle.mx :a boyle.nsict.org)
-  ;;
-  ;; Other colocated services
-  ((www wiki ftp cvs svn) :a boyle.nsict.org)
-  ;;
-  ;; Externally visible addresses
-  ((foo gate foo.ns foo.mx) :a excessus.demon.co.uk)
-  ;;
-  ;; Internal network
-  (net.internal :a (internal :net))
-  (abc (internal :a (internal 1)))
-  (xyz (internal :a (internal 2)))
-  (broadcast.internal :a (internal :broadcast)))
-
-(defrevzone internal
-  ;;
-  ;; Nameservers
-  :ns ((foo.ns)
-       (boyle.ns :ip boyle.nsict.org)
-       (chiark.ns :ip chiark.greenend.org.uk))
-  ;;
-  ;; Main contents
-  :reverse internal)