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

9 lines
142 B
Plaintext

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