cvsimport
[hcoop/zz_old/domtool2-proto.git] / tests / testBind.dtl
CommitLineData
85af7d3e 1domain "hcoop.net" with
2
3 dns (dnsA "moocow" "1.2.3.4");
4 dns (dnsCNAME "poocow" "moocow.hcoop.net");
5 dns (dnsMX 13 "mail.nowhere.eu");
6 dns (dnsNS "spanky.the.monkey");
7
8end;
9
94a7e258 10domain "tpu.org" where
11 TTL = 75;
12 DNS = useDns defaultSoa (externalMaster "66.66.66.66") ["this"]
13with
85af7d3e 14
15end;
16
94a7e258 17domain "schizomaniac.net" where
18 DNS = noDns
19with
85af7d3e 20
21end;
22
94a7e258 23domain "hprog.org" where
24 DNS = useDns defaultSoa (internalMaster "this") ["this"]
25with
26
27end;