]> git.saurik.com Git - apple/network_cmds.git/blob - unbound/pythonmod/test-resip.conf
7620f736fe3f811b87aa9686e20f319f7e7a521e
[apple/network_cmds.git] / unbound / pythonmod / test-resip.conf
1 # Example configuration file for resip.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/resip.py"
18