9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
options {
|
|
dnstap-output unix "/var/run/named/dnstap.sock";
|
|
dnstap-identity hostname;
|
|
};
|
|
|
|
view "view" {
|
|
dnstap { client response; };
|
|
};
|