1# Example configuration file for resmod.py 2server: 3 verbosity: 1 4 interface: 0.0.0.0 5 do-daemonize: no 6 access-control: 0.0.0.0/0 allow 7 chroot: "" 8 username: "" 9 directory: "" 10 logfile: "" 11 pidfile: "unbound.pid" 12 #module-config: "python iterator" 13 module-config: "validator python iterator" 14 15# Python config section 16python: 17 # Script file to load 18 python-script: "./examples/resmod.py" 19 20