chiark / gitweb /
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 3e4b5edc30d817354c5e26d41f0ed1f12c5e1357..72a7c518bc2a43c62fe7261c7caf724996775c0d 100644 (file)
@@ -9,9 +9,9 @@ (setf *default-zone-source* 'radius.distorted.org.uk.)
 (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))