]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - pythonmod/test-log.conf
Apply upstream fix 08968baec1122a58bb90d8f97ad948a75f8a5d69:
[FreeBSD/FreeBSD.git] / pythonmod / test-log.conf
1 # Example configuration file for log.py
2 server:
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
15 python:
16         # Script file to load
17         python-script: "./examples/log.py"