Files
bind9/bin/tests/system/dnstap/good-dnstap-in-options.conf
2019-10-21 11:06:21 +11:00

6 lines
124 B
Plaintext

options {
dnstap-output unix "/var/run/named/dnstap.sock";
dnstap-identity hostname;
dnstap { client response; };
};