diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:55:17 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:55:17 +0000 |
| commit | a6c5280ea59f940be13fd6eb0f94ab8360d3d6c9 (patch) | |
| tree | cbe088761a83cf2025bbdf36e1574f38c3e988f5 /testdata/pymod_thread.tdir/pymod_thread.conf | |
| parent | 8c2647a7dc721c8e5349bd194b8e8e178412057e (diff) | |
Notes
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@" + |
