escorted.lisp: Use the correct `FOO.ns' nameserver names.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 1 Jul 2016 21:28:36 +0000 (22:28 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 1 Jul 2016 21:28:36 +0000 (22:28 +0100)
I think I must have copied this file from `odin.lisp' originally; that
has `FOO-ns' names instead because of a stupid limitation of Gandi, or
maybe the `.gg' registry.

escorted.lisp

index 3e4b5ed..72a7c51 100644 (file)
@@ -9,9 +9,9 @@
 (defzone escorted.org.uk
 
   ;; Nameservers
-  :ns ((radius-ns :ip radius)
-       (precision-ns :ip precision)
-       (telecaster-ns :ip telecaster)
+  :ns ((radius.ns :ip radius)
+       (precision.ns :ip precision)
+       (telecaster.ns :ip telecaster)
        (mythic-beasts-1.ns :ip mythic-ns1)
        (mythic-beasts-2.ns :ip mythic-ns2))