diff options
Diffstat (limited to 'src/tests/modules/unbound/module.conf')
-rw-r--r-- | src/tests/modules/unbound/module.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/modules/unbound/module.conf b/src/tests/modules/unbound/module.conf new file mode 100644 index 0000000..c0430d2 --- /dev/null +++ b/src/tests/modules/unbound/module.conf @@ -0,0 +1,4 @@ +unbound dns { + filename = "$ENV{MODULE_TEST_DIR}/unbound.conf" + timeout = 3000 +} |