hosts, distorted, harlequin: Drop boyle; adopt mythic-beasts.com.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 18 Jun 2011 19:43:42 +0000 (20:43 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 18 Jun 2011 19:43:42 +0000 (20:43 +0100)
I've lost the ability to administer boyle's nameserver, so I can't rely
on it continuing to be a secondary server for these zones.  Remove it
from the list, and replace it with two of mythic-beasts.com's
nameservers since they generously provide secondary name service for
domains they register.

distorted.lisp
harlequin.lisp
hosts.lisp

index 7a65711..c7fd629 100644 (file)
@@ -78,7 +78,8 @@
   ;; Nameservers.
   :ns #+subnet/fretwank ((metalzone.ns :ip metalzone)
                         (vampire.ns :ip vampire))
-      #-subnet/fretwank ((boyle.ns :ip boyle.nsict.org)
+      #-subnet/fretwank ((mythic-beasts-1.ns :ip mythic-ns1)
+                        (mythic-beasts-2.ns :ip mythic-ns2)
                         (chiark.ns :ip chiark.greenend.org.uk)
                         (guvnor.ns :ip guvnor.demon))
   ;;
index ecb2a67..1133965 100644 (file)
@@ -17,9 +17,9 @@
 (defzone harlequin.org.uk
   ;;
   ;; Nameservers
-  :ns ((boyle.ns :ip boyle.nsict.org)
-       ns0.blackcatnetworks.co.uk.
-       ns1.blackcatnetworks.co.uk.)
+  :ns ((mythic-beasts-1.ns :ip mythic-ns1)
+       (mythic-beasts-2.ns :ip mythic-ns2)
+       (guvnor.ns :ip guvnor.demon))
   ;;
   ;; Mail servers
   :mx ((mail :ip mail))
index ff5e75f..e8b8765 100644 (file)
@@ -4,3 +4,5 @@
 (defhost boyle.nsict.org 85.158.42.162)
 (defhost chiark.greenend.org.uk 212.13.197.229)
 (defhost mccoy.flatline.org.uk 80.74.241.31)
+(defhost mythic-ns1 69.56.173.190)
+(defhost mythic-ns2 93.93.128.67)