chiark / gitweb /
*.lisp: Add `ns3.mythic-beasts.com' as another secondary.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 19 Jul 2017 02:48:30 +0000 (03:48 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 19 Jul 2017 02:48:30 +0000 (03:48 +0100)
For the zones registered with Mythic Beasts, anyway.

binswood.lisp
distorted.lisp
escorted.lisp
goodhstg.lisp
hosts.lisp

index 537595c4f1cbc1eb7523b83cb1c739c4381ea6c4..957273c4502522a03f8999a07e2d51c9fd130113 100644 (file)
@@ -18,7 +18,8 @@ (defzone binswood.org.uk
        (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)
index 371b782bd5af14389bba2c2c5649dd73638c0224..6150d58848a8509c429365990120136a86fc11e8 100644 (file)
@@ -74,6 +74,7 @@ (defzone distorted.org.uk
        #+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.
index be60ae380cdc1469f7cc7096cdbe427b5040981d..ab5c5b3ef8c576dfef75c9a99cb15f348d84c424 100644 (file)
@@ -14,7 +14,8 @@ (defzone escorted.org.uk
        (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)
index 27cf33bcddacfe9912720661edabc3ef194351f0..c9b78d42910f035d85326bc98fcc9fd96810665c 100644 (file)
@@ -12,7 +12,8 @@ (defzone goodhstg.com
   :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)
index 675a1809aa8b2cdd9c052d1fe642944b2923492e..9cd6a7301d15f248b2e97a73eaf8e4a2fc149392 100644 (file)
@@ -13,6 +13,8 @@ (defhost mythic-ns1 ((:ipv4 "45.33.127.156")
                     (: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")))
 
 ;;;--------------------------------------------------------------------------