xref: /netbsd-src/external/bsd/unbound/dist/pythonmod/test-log.conf (revision 3b6c3722d8f990f9a667d638078aee8ccdc3c0f3)
1*3b6c3722Schristos# Example configuration file for log.py
2*3b6c3722Schristosserver:
3*3b6c3722Schristos	verbosity: 1
4*3b6c3722Schristos	interface: 0.0.0.0
5*3b6c3722Schristos	do-daemonize: no
6*3b6c3722Schristos	access-control: 0.0.0.0/0 allow
7*3b6c3722Schristos	chroot: ""
8*3b6c3722Schristos	username: ""
9*3b6c3722Schristos	directory: ""
10*3b6c3722Schristos	logfile: ""
11*3b6c3722Schristos	pidfile: "unbound.pid"
12*3b6c3722Schristos	module-config: "validator python iterator"
13*3b6c3722Schristos
14*3b6c3722Schristos# Python config section
15*3b6c3722Schristospython:
16*3b6c3722Schristos	# Script file to load
17*3b6c3722Schristos	python-script: "./examples/log.py"
18