mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix ede test to not use default pidfile, and use local interface.
This commit is contained in:
parent
714200ad0e
commit
d19d7b81ec
2 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
20 May 2022: Wouter
|
20 May 2022: Wouter
|
||||||
- Fix to silence test for ede error output to the console from the
|
- Fix to silence test for ede error output to the console from the
|
||||||
test setup script.
|
test setup script.
|
||||||
|
- Fix ede test to not use default pidfile, and use local interface.
|
||||||
|
|
||||||
18 May 2022: George
|
18 May 2022: George
|
||||||
- Fix typos in config_set_option for the 'num-threads' and
|
- Fix typos in config_set_option for the 'num-threads' and
|
||||||
|
|
|
||||||
2
testdata/ede.tdir/ede-auth.conf
vendored
2
testdata/ede.tdir/ede-auth.conf
vendored
|
|
@ -4,7 +4,9 @@ server:
|
||||||
chroot: ""
|
chroot: ""
|
||||||
username: ""
|
username: ""
|
||||||
directory: ""
|
directory: ""
|
||||||
|
pidfile: "unbound2.pid"
|
||||||
local-zone: test nodefault
|
local-zone: test nodefault
|
||||||
|
interface: 127.0.0.1
|
||||||
port: @PORT2@
|
port: @PORT2@
|
||||||
|
|
||||||
auth-zone:
|
auth-zone:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue