Browse Source

shut up logging of lame servers

OPENBSD_3_3
jakob 21 years ago
parent
commit
96e1eb974b
2 changed files with 16 additions and 2 deletions
  1. +8
    -1
      src/etc/bind/named-dual.conf
  2. +8
    -1
      src/etc/bind/named-simple.conf

+ 8
- 1
src/etc/bind/named-dual.conf View File

@ -1,4 +1,4 @@
// $OpenBSD: named-dual.conf,v 1.2 2003/01/20 22:47:08 jakob Exp $
// $OpenBSD: named-dual.conf,v 1.3 2003/02/18 09:41:07 jakob Exp $
//
// Example file for a named configuration with dual views,
// one processing recursive queries only and one processing
@ -15,6 +15,13 @@ acl clients {
options {
version ""; // remove this to allow version queries
listen-on { any; };
listen-on-v6 { any; };
};
logging {
category lame-servers { null; };
};
view "recursive" {


+ 8
- 1
src/etc/bind/named-simple.conf View File

@ -1,4 +1,4 @@
// $OpenBSD: named-simple.conf,v 1.2 2003/01/20 22:47:08 jakob Exp $
// $OpenBSD: named-simple.conf,v 1.3 2003/02/18 09:41:07 jakob Exp $
//
// Example file for a simple named configuration, processing both
// recursive and authoritative queries using one cache.
@ -15,9 +15,16 @@ acl clients {
options {
version ""; // remove this to allow version queries
listen-on { any; };
listen-on-v6 { any; };
allow-recursion { clients; };
};
logging {
category lame-servers { null; };
};
// Standard zones
//
zone "." {


Loading…
Cancel
Save