named.conf options missing

M

MikaelL

Guest
We had a power outage this morning and after that the dns wasnt working properly.
I found that the /etc/named.conf was missing the "options" part.

What is the "default" options usually in plesk named.conf files?

Anything else besides:

options {
version "none";
directory "/var";
auth-nxdomain no;
pid-file "/var/run/named/named.pid";
};
 
I see on my test Plesk server:

# cat /etc/named.conf | grep -A9 options
options {
listen-on-v6 { any; };
allow-recursion {
localnets;
};
version "none";
directory "/var";
auth-nxdomain no;
pid-file "/var/run/named/named.pid";

# cat /usr/local/psa/version
10.4.4 Debian 6.0 1013111102.18
 
Back
Top