Quote:
Originally Posted by till
In named.conf file within the "options" section add:
Code:
allow-transfer {"none";};
to disable all zone transfers.
|
Thanks Till,
My "named.conf" file actually only looks like this:
Code:
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
So added it to the "named.conf.options" instead.
Code:
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
allow-transfer {"none";};
};
Works a treat

Cheers.
Just going back quickly to point 3 in my original post, I'm sure I've read on the forums that this was for Mydns and not Bind, but I've played about with it a bit, and it appears as if it works for bind to?, and if set can override the setting above in the "named.conf.options" file for a particular zone. So am I right in thinking its ok to use it for Bind if needed?
Quote:
Originally Posted by till
Regarding the user manual. Would be great if you might be able to help us to write one.
|
Cool, no Probs.
I'm assuming nothings been started yet?
If so I'll start it in a basic html pages, and create the structure first. Perhaps it could be a subfolder of the ispconfig site, a link could then be added to the help page in ispconfig?
I'll write the pages for the areas that I know about first, and then will get some clarification on the areas I'm unsure about.