aboutsummaryrefslogtreecommitdiff
path: root/pythonmod/test-resip.conf
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2012-07-04 14:24:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2012-07-04 14:24:26 +0000
commitafb79913ce00d885b8b43f7478e1e054edadb567 (patch)
treeb9037afac70edd3c6342318cedbbadc648b799ca /pythonmod/test-resip.conf
import unbound 1.4.17vendor/unbound/1.4.17
Diffstat (limited to 'pythonmod/test-resip.conf')
-rw-r--r--pythonmod/test-resip.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/pythonmod/test-resip.conf b/pythonmod/test-resip.conf
new file mode 100644
index 000000000000..7620f736fe3f
--- /dev/null
+++ b/pythonmod/test-resip.conf
@@ -0,0 +1,18 @@
+# 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"
+