summaryrefslogtreecommitdiff
path: root/etc/bind/named-dual.conf
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2003-02-18 09:41:08 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2003-02-18 09:41:08 +0000
commite2845131e312e36e64baa75bd17c528cc1825a6b (patch)
tree8d1cefb2ccfdcda332791615a8f1e80e06620070 /etc/bind/named-dual.conf
parentd637fbbaf4c0986863dda51be180135eb809c994 (diff)
shut up logging of lame servers
Diffstat (limited to 'etc/bind/named-dual.conf')
-rw-r--r--etc/bind/named-dual.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/bind/named-dual.conf b/etc/bind/named-dual.conf
index e30432fa1e1..0c2f2a97725 100644
--- a/etc/bind/named-dual.conf
+++ b/etc/bind/named-dual.conf
@@ -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" {