On Fri, Dec 12, 2008 at 4:26 AM, Jonathan Petersson
<[email protected]> wrote:
> You want to manipulate the "." zone. The config you have should be valid,
> just point your "." zone in named.conf to the zone file.
Thanks. This resolved the issue. This is what I did:
edit named.conf and replace:
zone "." in {
type hint;
file "root.hint";
};
with:
zone "." in {
type master;
file "nms.org";
};
One problem I had was when users type any HTTPS URL it would time out.
To resolve that issue I've just setup HTTPS on this server and now
everything works fine.
_______________________________________________
bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users