• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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