- ;; Nameservers
- :ns ((radius-ns :ip radius)
- (precision-ns :ip precision)
- (telecaster-ns :ip telecaster)
- (national-ns :ip national))
+ ;; Nameservers. Sadly, the registry permits at most six. Don't deploy
+ ;; `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 #+odin-glue
+ ((radius.ns :ip radius)
+ (precision.ns :ip precision)
+ (telecaster.ns :ip telecaster)
+ (national.ns :ip national)
+ (eggle.ns :ip eggle)
+ ;;(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.)