From 9ef094b356b4da7542c3cab898dac7e135b76903 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Sun, 5 Oct 2014 23:44:31 +0200 Subject: added unbound to external deps --- external/unbound/pythonmod/test-resip.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 external/unbound/pythonmod/test-resip.conf (limited to 'external/unbound/pythonmod/test-resip.conf') diff --git a/external/unbound/pythonmod/test-resip.conf b/external/unbound/pythonmod/test-resip.conf new file mode 100644 index 000000000..7620f736f --- /dev/null +++ b/external/unbound/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" + -- cgit v1.2.3