New domain odin.gg.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 3 Sep 2013 16:50:20 +0000 (17:50 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 3 Sep 2013 16:50:20 +0000 (17:50 +0100)
Really silly vanity domain.

Makefile
hosts.lisp
odin.lisp [new file with mode: 0644]

index eda4119..e03653f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,6 @@ CHECKZONE              = named-checkzone -i full \
 MASTER                  = localhost
 inside_MASTER           = precision
 
-
 ifeq ($(MASTER),localhost)
 ZONEINST                = userv zoneconf install
 else
@@ -88,6 +87,11 @@ binswood_VIEWS                = outside
 binswood_all_ZONES     += binswood.org.uk
 binswood_all_ZONES     += 27.165.10.in-addr.arpa
 
+## odin.gg
+ZONESETS               += odin
+odin_VIEWS              = outside
+odin_all_ZONES          = odin.gg
+
 ###--------------------------------------------------------------------------
 ### Zone construction machinery.
 
index b883e15..5b90533 100644 (file)
@@ -10,6 +10,7 @@
 (defhost mccoy.flatline.org.uk 80.74.241.31)
 (defhost mythic-ns1 69.56.173.190)
 (defhost mythic-ns2 93.93.128.67)
+(defhost gandi-ns6 217.70.177.40)
 
 ;;;--------------------------------------------------------------------------
 ;;; Internal addresses.
diff --git a/odin.lisp b/odin.lisp
new file mode 100644 (file)
index 0000000..10bb690
--- /dev/null
+++ b/odin.lisp
@@ -0,0 +1,21 @@
+;;; Zone file for odin.gg
+
+(load "hosts.lisp" :verbose nil)
+
+(setf *default-zone-admin* "hostmaster@odin.gg")
+
+(setf *default-zone-source* 'radius.distorted.org.uk.)
+
+(defzone odin.gg
+
+  ;; Nameservers
+  :ns ((radius-ns :ip radius)
+       (precision-ns :ip precision)
+       ns6.gandi.net.)
+
+  ;; Web service.
+  ((@ www) :svc stratocaster)
+
+  ;; Mail servers
+  :mx ((mail :ip vampire))
+  :srv ((:smtp mail)))