X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/6ae327f88a6be8efd02cfe4b713444f9f3ac2672..792c84b966ae1ce7df9bc8c1837e5b9bb859c4a2:/tests/testBind.dtl diff --git a/tests/testBind.dtl b/tests/testBind.dtl index 8dc781b..f88c624 100644 --- a/tests/testBind.dtl +++ b/tests/testBind.dtl @@ -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;