xref: /netbsd-src/external/bsd/unbound/dist/pythonmod/test-calc.conf (revision fc4f42693f9b1c31f39f9cf50af1bf2010325808)
1# Example configuration file for calc.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: "validator python iterator"
13
14# Python config section
15python:
16	# Script file to load
17	python-script: "./examples/calc.py"
18
19