mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:02:06 -04:00
add more dnstap/dnstap-output combinations
This commit is contained in:
parent
8c573fc3fd
commit
f3d53630c3
3 changed files with 16 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
view "view" {
|
||||
dnstap { client; auth; };
|
||||
};
|
||||
5
bin/tests/system/dnstap/good-dnstap-in-options.conf
Normal file
5
bin/tests/system/dnstap/good-dnstap-in-options.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
options {
|
||||
dnstap-output unix "/var/run/named/dnstap.sock";
|
||||
dnstap-identity hostname;
|
||||
dnstap { client response; };
|
||||
};
|
||||
8
bin/tests/system/dnstap/good-dnstap-in-view.conf
Normal file
8
bin/tests/system/dnstap/good-dnstap-in-view.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
options {
|
||||
dnstap-output unix "/var/run/named/dnstap.sock";
|
||||
dnstap-identity hostname;
|
||||
};
|
||||
|
||||
view "view" {
|
||||
dnstap { client response; };
|
||||
};
|
||||
Loading…
Reference in a new issue