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