• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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