summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/nsd.conf.sample.in
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2018-12-10 16:09:12 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2018-12-10 16:09:12 +0000
commit31d91521357774af37b1ce28f32afb93cd672eb3 (patch)
tree45994efd52c6abf9d3a0c2dba1fc147bcbfff3f8 /usr.sbin/nsd/nsd.conf.sample.in
parent4177fb5112f3f803be4d251a9223094ac2d8978d (diff)
Update to 4.1.26
OK sthen
Diffstat (limited to 'usr.sbin/nsd/nsd.conf.sample.in')
-rw-r--r--usr.sbin/nsd/nsd.conf.sample.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/nsd/nsd.conf.sample.in b/usr.sbin/nsd/nsd.conf.sample.in
index f5cd7b1da9a..bd3a6e89cab 100644
--- a/usr.sbin/nsd/nsd.conf.sample.in
+++ b/usr.sbin/nsd/nsd.conf.sample.in
@@ -177,6 +177,18 @@ server:
# rrl-whitelist-ratelimit: 2000
# RRLend
+# DNSTAP config section, if compiled with that
+# dnstap:
+ # set this to yes and set one or more of dnstap-log-..-messages to yes.
+ # dnstap-enable: no
+ # dnstap-socket-path: "/var/run/dnstap.sock"
+ # dnstap-send-identity: no
+ # dnstap-send-version: no
+ # dnstap-identity: ""
+ # dnstap-version: ""
+ # dnstap-log-auth-query-messages: no
+ # dnstap-log-auth-response-messages: no
+
# Remote control config section.
remote-control:
# Enable remote control with nsd-control(8) here.