From c078d1fca7be8e6ae6e67ad7b64246a894b462cc Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Wed, 21 Aug 2024 18:06:16 +0100 Subject: [PATCH] odin.lisp: Retreat to glueless delegation due to loss of glue records. Organization: Straylight/Edgeware From: Mark Wooding --- odin.lisp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/odin.lisp b/odin.lisp index 6a38f8f..1c00cb7 100644 --- a/odin.lisp +++ b/odin.lisp @@ -12,7 +12,8 @@ (defzone odin.gg ;; `mythic-ns1' (Linode Texas, duplicates `national') or `mythic-ns2' ;; (Mythic Beasts in Cambridge, too close to home0; `mythic-ns3' is in the ;; Netherlands, which is a better choice. - :ns ((radius.ns :ip radius) + :ns #+odin-glue + ((radius.ns :ip radius) (precision.ns :ip precision) (telecaster.ns :ip telecaster) (national.ns :ip national) @@ -20,6 +21,13 @@ (defzone odin.gg ;;(mythic-beasts-1.ns :ip mythic-ns1) ;;(mythic-beasts-2.ns :ip mythic-ns2) (mythic-beasts-3.ns :ip mythic-ns3)) + #-odin-glue + (radius.distorted.org.uk. + precision.distorted.org.uk. + telecaster.distorted.org.uk. + national.distorted.org.uk. + eggle.distorted.org.uk. + ns3.mythic-beasts.com.) ;; Web service. ((@ www) :svc stratocaster -- [mdw]