File: test-log.conf

package info (click to toggle)
unbound 1.4.22-3%2Bdeb8u3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-updates
  • size: 19,332 kB
  • ctags: 7,184
  • sloc: ansic: 69,820; sh: 11,938; yacc: 1,259; makefile: 1,168; python: 1,107; perl: 141
file content (17 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Example configuration file for log.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/log.py"