HOWTO Configure a DNS server using BIND
- Read more about HOWTO Configure a DNS server using BIND
- Log in to post comments
This article was first written in May 2005 for the BeezNest technical website (http://glasnost.beeznest.org/articles/261).
The config files
named.conf named.conf.localzone "example.com" {
type master;
file "/etc/bind/db.example.com";
allow-query { any; };
allow-transfer { trusted; };
};
db.example.com