From: Mark Wooding Date: Sat, 18 Jun 2011 19:43:42 +0000 (+0100) Subject: hosts, distorted, harlequin: Drop boyle; adopt mythic-beasts.com. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/3dfd711ecbc0ef973de2ec51a56559e11665327f?hp=aa4d55b1695201ec5c9f831da5737266580ee907 hosts, distorted, harlequin: Drop boyle; adopt mythic-beasts.com. 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. --- 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)