X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/7f75d83853b6dfe8b63ff78130b7107ce8af21a8..325285ab74fb24bf441fa8137556accc3a518905:/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;