Don't revoke ACL entries on rmdom
[hcoop/domtool2.git] / tests / testBind.dtl
CommitLineData
6ae327f8
AC
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
325285ab
AC
10domain "tpu.org" where
11 TTL = 75;
12 DNS = useDns defaultSoa (externalMaster "66.66.66.66") ["this"]
13with
6ae327f8
AC
14
15end;
16
325285ab
AC
17domain "schizomaniac.net" where
18 DNS = noDns
19with
6ae327f8
AC
20
21end;
22
325285ab
AC
23domain "hprog.org" where
24 DNS = useDns defaultSoa (internalMaster "this") ["this"]
25with
26
27end;