On Fri, Dec 12, 2008 at 4:26 AM, Jonathan Petersson
<jpeters...@garnser.se> 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
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to