]> git.saurik.com Git - apple/network_cmds.git/blob - unbound/pythonmod/test-resmod.conf
8de5fd257fac960ae8f38ab064fa24fdfcdc5701
[apple/network_cmds.git] / unbound / pythonmod / test-resmod.conf
1 # Example configuration file for resmod.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: "python iterator"
13 module-config: "validator python iterator"
14
15 # Python config section
16 python:
17 # Script file to load
18 python-script: "./examples/resmod.py"
19