mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix check conf test for referencing installation paths.
This commit is contained in:
parent
8876751ed1
commit
84adade86c
4 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
16 July 2020: Wouter
|
||||||
|
- Fix check conf test for referencing installation paths.
|
||||||
|
|
||||||
16 July 2020: George
|
16 July 2020: George
|
||||||
- Introduce 'include-toplevel:' configuration option.
|
- Introduce 'include-toplevel:' configuration option.
|
||||||
|
|
||||||
|
|
|
||||||
1
testdata/04-checkconf.tdir/bad.badfwd
vendored
1
testdata/04-checkconf.tdir/bad.badfwd
vendored
|
|
@ -2,6 +2,7 @@ server:
|
||||||
# to make sure the check doesn't fail on username or chrootdir.
|
# to make sure the check doesn't fail on username or chrootdir.
|
||||||
username: ""
|
username: ""
|
||||||
chroot: ""
|
chroot: ""
|
||||||
|
directory: ""
|
||||||
|
|
||||||
forward-zone:
|
forward-zone:
|
||||||
name: "example.com"
|
name: "example.com"
|
||||||
|
|
|
||||||
2
testdata/04-checkconf.tdir/bad.user
vendored
2
testdata/04-checkconf.tdir/bad.user
vendored
|
|
@ -1,2 +1,4 @@
|
||||||
server:
|
server:
|
||||||
username: blabla_noexist_user
|
username: blabla_noexist_user
|
||||||
|
chroot: ""
|
||||||
|
directory: ""
|
||||||
|
|
|
||||||
|
|
@ -10,3 +10,7 @@ server: identity: "top 2"
|
||||||
include-toplevel: include.includetop.withclauses.*
|
include-toplevel: include.includetop.withclauses.*
|
||||||
include-toplevel: include.include.withclauses.*
|
include-toplevel: include.include.withclauses.*
|
||||||
include-toplevel: include.include.withclauses.*
|
include-toplevel: include.include.withclauses.*
|
||||||
|
server:
|
||||||
|
chroot: ""
|
||||||
|
directory: ""
|
||||||
|
username: ""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue