diff options
Diffstat (limited to 'testdata/pymod.tdir/pymod.conf')
-rw-r--r-- | testdata/pymod.tdir/pymod.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testdata/pymod.tdir/pymod.conf b/testdata/pymod.tdir/pymod.conf new file mode 100644 index 000000000000..b419c715bc68 --- /dev/null +++ b/testdata/pymod.tdir/pymod.conf @@ -0,0 +1,19 @@ +server: + verbosity: 2 + # num-threads: 1 + 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.py" + +forward-zone: + name: "." + forward-addr: "127.0.0.1@@TOPORT@" + |