From: Mark Wooding Date: Fri, 1 Jul 2016 21:28:36 +0000 (+0100) Subject: escorted.lisp: Use the correct `FOO.ns' nameserver names. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/17c8252f6015b66636a44aa3bfd8fabf7e76b766 escorted.lisp: Use the correct `FOO.ns' nameserver names. 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. --- diff --git a/escorted.lisp b/escorted.lisp index 3e4b5ed..72a7c51 100644 --- a/escorted.lisp +++ b/escorted.lisp @@ -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))