hcoop: change dbmsNode to gibran
[hcoop/domtool2.git] / tests / testBind.dtl
1 domain "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
8 end;
9
10 domain "tpu.org" where
11 TTL = 75;
12 DNS = useDns defaultSoa (externalMaster "66.66.66.66") ["this"]
13 with
14
15 end;
16
17 domain "schizomaniac.net" where
18 DNS = noDns
19 with
20
21 end;
22
23 domain "hprog.org" where
24 DNS = useDns defaultSoa (internalMaster "this") ["this"]
25 with
26
27 end;