Browse Source

dns: recursive - Disable not-working *-statistics (we must use stats-channel for this usage…)

Something like this:

  statistics-channels {
    inet 127.0.0.1 port 8053 allow { 127.0.0.1; };
  };
Sebastien Badia 7 years ago
parent
commit
23d334a172
1 changed files with 1 additions and 8 deletions
  1. 1 8
      files/dns/recursive/bind/named.conf.options

+ 1 - 8
files/dns/recursive/bind/named.conf.options

@@ -41,14 +41,7 @@ options {
   version "42";
 
   pid-file "/var/run/named/named.pid";
-
-  // Stats
-  statistics-file "/var/named/named.stats";
-  memstatistics-file "/var/named/named.memstats";
-  // Not yet implemented in BIND9
-  //statistics-interval 30;
-  dump-file "/var/backups/named.dump";
-  zone-statistics yes;
+  dump-file "/var/lib/bind/named.dump";
 
   notify no;
   interface-interval 0;