unbound/testdata/pymod.tdir/pymod.conf

20 lines
306 B
Text
Raw Normal View History

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@"