Check that DNSTAP captures forwarded UPDATE responses

(cherry picked from commit 2b7128fede)
This commit is contained in:
Mark Andrews
2020-11-09 16:26:56 +11:00
parent 14fe29b76d
commit 23d2d95d28
5 changed files with 96 additions and 2 deletions

View File

@@ -19,6 +19,16 @@ options {
listen-on-v6 { none; };
recursion no;
notify yes;
include "dnstap.conf";
};
key rndc_key {
secret "1234abcd8765";
algorithm hmac-sha256;
};
controls {
inet 10.53.0.3 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
};
zone "example" {