/etc/namedb/named.boot
file
While managing a Domain Name Service (DNS) hierarchy can be a black art, it is possible to set up a Mini-DNS server on the FreeBSD system that also acts as your gateway to your ISP.
Building on the files in /etc/namedb
when the FreeBSD system was installed it's
possible to create a name server that is both authoritative for the example network shown here
as well as a front-door to the Internet DNS architecture.
In this minimal DNS configuration, only three files are necessary:
/etc/namedb/named.boot
/etc/namedb/named.root
/etc/namedb/mydomain.db
The /etc/namedb/named.root
file is automatically installed as part of the FreeBSD base installation; the other
two files must be created manually.
/etc/namedb/named.boot
file/etc/namedb/mydomain.db
file/etc/namedb/named.boot
file