From 3dfd711ecbc0ef973de2ec51a56559e11665327f Mon Sep 17 00:00:00 2001 Message-Id: <3dfd711ecbc0ef973de2ec51a56559e11665327f.1714832651.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 18 Jun 2011 20:43:42 +0100 Subject: [PATCH 1/1] hosts, distorted, harlequin: Drop boyle; adopt mythic-beasts.com. Organization: Straylight/Edgeware From: Mark Wooding 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 | 3 ++- harlequin.lisp | 6 +++--- hosts.lisp | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index 7a65711..c7fd629 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -78,7 +78,8 @@ (defzone distorted.org.uk ;; 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)) ;; diff --git a/harlequin.lisp b/harlequin.lisp index ecb2a67..1133965 100644 --- a/harlequin.lisp +++ b/harlequin.lisp @@ -17,9 +17,9 @@ (defhost bloghost guvnor.distorted.org.uk))) (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)) diff --git a/hosts.lisp b/hosts.lisp index ff5e75f..e8b8765 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -4,3 +4,5 @@ (defhost guvnor.distorted.org.uk 80.177.3.76) (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) -- [mdw]