summaryrefslogtreecommitdiffstats
path: root/contrib/bind/bin/named/test/named.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/bin/named/test/named.conf')
-rw-r--r--contrib/bind/bin/named/test/named.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/bind/bin/named/test/named.conf b/contrib/bind/bin/named/test/named.conf
index b852604..0e43eac 100644
--- a/contrib/bind/bin/named/test/named.conf
+++ b/contrib/bind/bin/named/test/named.conf
@@ -5,6 +5,8 @@ options {
// directory "/var/named";
check-names master warn; /* default. */
datasize 20M;
+ deallocate-on-exit yes;
+ listen-on { 10.0.0.53; };
};
zone "localhost" IN {
@@ -27,3 +29,17 @@ zone "." IN {
type hint;
file "root.hint";
};
+
+logging {
+ channel xfer-log {
+ file "/var/tmp/bind-xfer.log" versions unlimited size 10m;
+ print-category yes;
+ print-severity yes;
+ print-time yes;
+ severity info;
+ };
+ category xfer-in { xfer-log; };
+ category xfer-out { xfer-log; };
+ category notify { xfer-log; };
+ category load { xfer-log; };
+};
OpenPOWER on IntegriCloud