| | Defines file locations and sets the DNS mode.
#
Options {
Directory "C:\WINNT\system32\dns\etc";
};
zone "." IN {
type hint;
file "root.dns";
};
zone "mydns.stdi.com" IN {
type master;
file "mydns.stdi.com.dns";
};
zone "localhost" IN {
type master;
file "localhost.dns";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "127.0.0.dns";
}; |
Use this file as-is and modify the path in line 3.
Update the domains for your environment (green highlights)
The localhost and 127xx files shouldn't need adjustment.
Back
First published on January 01, 2006 |