Alessandro Magno wrote:
> Hello,
>
> I'd like to set Bind in my Windows DNS Server. I'm newbie about Bind.
> Please, let me know how should I edit the file named.conf to use a dns
> server only for resolver (no dns server as forward, no domain zones).
>
> Thanks,
> Ale
Hi Ale,
You need to define a zone entry like this:
zone "." in {
type hint;
file "root.servers";
};
Where the file name should be replaced by your root hints file name (if
it is not root.servers).
You may find that's already present, afraid I've never actually used
BIND on Windows.
There's not a lot more you need to adjust unless you have extra
requirements.
Chris
|