From 17c8252f6015b66636a44aa3bfd8fabf7e76b766 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 1 Jul 2016 22:28:36 +0100 Subject: [PATCH] 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. --- escorted.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) -- 2.11.0