BIND
[hcoop/domtool2.git] / tests / testBind.dtl
diff --git a/tests/testBind.dtl b/tests/testBind.dtl
new file mode 100644 (file)
index 0000000..8dc781b
--- /dev/null
@@ -0,0 +1,22 @@
+domain "hcoop.net" with
+
+       dns (dnsA "moocow" "1.2.3.4");
+       dns (dnsCNAME "poocow" "moocow.hcoop.net");
+       dns (dnsMX 13 "mail.nowhere.eu");
+       dns (dnsNS "spanky.the.monkey");
+
+end;
+
+domain "tpu.org" with
+
+       dns (dnsNS "my.nso");
+       dns (dnsMX 14 "mail.nowhere.eu");
+
+end;
+
+domain "schizomaniac.net" with
+
+       dns (dnsCNAME "a" "b.com");
+
+end;
+