diff options
Diffstat (limited to 'testdata/pymod_thread.tdir/pymod_thread.conf')
| -rw-r--r-- | testdata/pymod_thread.tdir/pymod_thread.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testdata/pymod_thread.tdir/pymod_thread.conf b/testdata/pymod_thread.tdir/pymod_thread.conf new file mode 100644 index 000000000000..3bf8df475d36 --- /dev/null +++ b/testdata/pymod_thread.tdir/pymod_thread.conf @@ -0,0 +1,19 @@ +server: + verbosity: 2 + num-threads: 3 + port: @PORT@ + use-syslog: no + directory: "" + pidfile: "unbound.pid" + chroot: "" + username: "" + do-not-query-localhost: no + module-config: "validator python iterator" + +python: + python-script: "pymod_thread.py" + +forward-zone: + name: "." + forward-addr: "127.0.0.1@@TOPORT@" + |
