Also known as ISC bind. This import adds utilities such as host(1), dig(1), and nslookup(1), as well as many other tools and libraries. Change-Id: I035ca46e64f1965d57019e773f4ff0ef035e4aa3
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
|
|
zone "example.de." in {
|
|
type master;
|
|
file "de/example.de/zone.db.signed";
|
|
};
|
|
|
|
zone "sub.example.de." in {
|
|
type master;
|
|
file "de/example.de/sub.example.de/zone.db.signed";
|
|
};
|