Codebase list unbound / 153d2a01-b578-4e09-aa8a-429c3f00bb79/main pythonmod / test-resip.conf
153d2a01-b578-4e09-aa8a-429c3f00bb79/main

Tree @153d2a01-b578-4e09-aa8a-429c3f00bb79/main (Download .tar.gz)

test-resip.conf @153d2a01-b578-4e09-aa8a-429c3f00bb79/mainraw · history · blame

# Example configuration file for resip.py
server:
	verbosity: 1
	#interface: 0.0.0.0
	do-daemonize: no
	#access-control: 0.0.0.0/0 allow
	chroot: ""
	username: ""
	directory: ""
	logfile: ""
	pidfile: "unbound.pid"
	module-config: "validator python iterator"

# Python config section
python:
	# Script file to load
	python-script: "./examples/resip.py"