you can include as many domains as you want in named.conf like this
Code:
zone "example.com" in{
type master;
file "master.example.com";
}
zone "example.net" in{
type master;
file "master.example.net";
}
Note: the zone file is a relativ path for the directory specified in the options stanza in named.conf.
Note2: there are many other options you can specify both in zone stanza's and/or other options ... you should check the bind documentation
The Following User Says Thank You to TiTex For This Useful Post:
Recent comments
15 hours 5 min ago
15 hours 10 min ago
20 hours 9 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 4 hours ago
1 day 9 hours ago
1 day 15 hours ago
1 day 19 hours ago
1 day 21 hours ago