web_apps: don't instantiate php5 in wordPress
[hcoop/domtool2.git] / tests / testBind.dtl
index 8dc781b..f88c624 100644 (file)
@@ -7,16 +7,21 @@ domain "hcoop.net" with
 
 end;
 
-domain "tpu.org" with
-
-       dns (dnsNS "my.nso");
-       dns (dnsMX 14 "mail.nowhere.eu");
+domain "tpu.org" where
+       TTL = 75;
+       DNS = useDns defaultSoa (externalMaster "66.66.66.66") ["this"]
+with
 
 end;
 
-domain "schizomaniac.net" with
-
-       dns (dnsCNAME "a" "b.com");
+domain "schizomaniac.net" where
+       DNS = noDns
+with
 
 end;
 
+domain "hprog.org" where
+       DNS = useDns defaultSoa (internalMaster "this") ["this"]
+with
+
+end;