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
10 hours 48 min ago
13 hours 15 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 8 hours ago
1 day 14 hours ago
1 day 23 hours ago
2 days 1 hour ago
2 days 9 hours ago
2 days 11 hours ago