mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 12:02:10 -05:00
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:
parent
de812433f5
commit
4e16bbce15
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue