add more dnstap/dnstap-output combinations

This commit is contained in:
Mark Andrews 2019-10-21 11:06:21 +11:00
parent 8c573fc3fd
commit f3d53630c3
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,3 @@
view "view" {
dnstap { client; auth; };
};

View file

@ -0,0 +1,5 @@
options {
dnstap-output unix "/var/run/named/dnstap.sock";
dnstap-identity hostname;
dnstap { client response; };
};

View file

@ -0,0 +1,8 @@
options {
dnstap-output unix "/var/run/named/dnstap.sock";
dnstap-identity hostname;
};
view "view" {
dnstap { client response; };
};