good-dnstap-in-view.conf revision 1.1.1.1
1options {
2	dnstap-output		unix "/var/run/named/dnstap.sock";
3	dnstap-identity		hostname;
4};
5
6view "view" {
7	dnstap			{ client response; };
8};
9