From: Mark Wooding Date: Wed, 19 Jul 2017 02:48:30 +0000 (+0100) Subject: *.lisp: Add `ns3.mythic-beasts.com' as another secondary. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/fdcd43da6ee9e893d59e3420ed20a3accbfc714a *.lisp: Add `ns3.mythic-beasts.com' as another secondary. For the zones registered with Mythic Beasts, anyway. --- diff --git a/binswood.lisp b/binswood.lisp index 537595c..957273c 100644 --- a/binswood.lisp +++ b/binswood.lisp @@ -18,7 +18,8 @@ (telecaster.ns :ip telecaster) (national.ns :ip national) (mythic-beasts-1.ns :ip mythic-ns1) - (mythic-beasts-2.ns :ip mythic-ns2)) + (mythic-beasts-2.ns :ip mythic-ns2) + (mythic-beasts-3.ns :ip mythic-ns3)) ;; Internal hosts. (binswrt :a binswrt.binswood) diff --git a/distorted.lisp b/distorted.lisp index 371b782..6150d58 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -74,6 +74,7 @@ #+view/inside (vampire.ns :ip vampire) #-view/inside (mythic-beasts-1.ns :ip mythic-ns1) #-view/inside (mythic-beasts-2.ns :ip mythic-ns2) + #-view/inside (mythic-beasts-3.ns :ip mythic-ns3) #-view/inside (chiark.ns :ip chiark.greenend.org.uk)) ;; Mail servers. diff --git a/escorted.lisp b/escorted.lisp index be60ae3..ab5c5b3 100644 --- a/escorted.lisp +++ b/escorted.lisp @@ -14,7 +14,8 @@ (telecaster.ns :ip telecaster) (national.ns :ip national) (mythic-beasts-1.ns :ip mythic-ns1) - (mythic-beasts-2.ns :ip mythic-ns2)) + (mythic-beasts-2.ns :ip mythic-ns2) + (mythic-beasts-3.ns :ip mythic-ns3)) ;; Web service. ((@ www) :svc stratocaster) diff --git a/goodhstg.lisp b/goodhstg.lisp index 27cf33b..c9b78d4 100644 --- a/goodhstg.lisp +++ b/goodhstg.lisp @@ -12,7 +12,8 @@ :ns ((radius.ns :ip radius) (precision.ns :ip precision) (mythic-beasts-1.ns :ip mythic-ns1) - (mythic-beasts-2.ns :ip mythic-ns2)) + (mythic-beasts-2.ns :ip mythic-ns2) + (mythic-beasts-3.ns :ip mythic-ns3)) ;; Web service. ((@ www) :svc jaguar) diff --git a/hosts.lisp b/hosts.lisp index 675a180..9cd6a73 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -13,6 +13,8 @@ (:ipv6 "2600:3c00::f03c:91ff:fe96:beac"))) (defhost mythic-ns2 ((:ipv4 "93.93.128.67") (:ipv6 "2a00:1098:0:80:1000::10"))) +(defhost mythic-ns3 ((:ipv4 "185.24.221.32") + (:ipv6 "2a02:2770:11:0:21a:4aff:febe:759b"))) (defhost gandi-ns6 ((:ipv4 "217.70.177.40"))) ;;;--------------------------------------------------------------------------