mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 09:52:04 -04:00
[master] fix system test failure
- needed to specify session key file
This commit is contained in:
parent
53e8ebc8f0
commit
be3f14af79
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ rm -f ns1/example.db.compat
|
|||
rm -f ns1/example.db.serial.raw
|
||||
rm -f ns1/large.db ns1/large.db.raw
|
||||
rm -f ns1/example.db.map ns1/signed.db.map
|
||||
rm -f ns1/session.key
|
||||
rm -f dig.out.*
|
||||
rm -f dig.out
|
||||
rm -f */named.memstats
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ options {
|
|||
recursion no;
|
||||
notify no;
|
||||
dnssec-enable yes;
|
||||
session-keyfile "session.key";
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
|
|
|||
Loading…
Reference in a new issue