Use custom bindkeys-file in tests

Ensure the test doesn't use the system's bind.keys file by using the
bindkeys-file statement.
This commit is contained in:
Mark Andrews 2023-11-22 12:48:27 +11:00
parent de812433f5
commit 4e16bbce15
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ options {
listen-on { 10.53.0.1; };
listen-on-v6 { none; };
dnssec-validation auto;
bindkeys-file "../../../../../bind.keys";
minimal-responses no;
recursion no;
notify yes;

View file

@ -21,6 +21,7 @@ options {
listen-on { 10.53.0.2; };
listen-on-v6 { none; };
dnssec-validation auto;
bindkeys-file "../../../../../bind.keys";
minimal-responses no;
recursion no;
notify yes;