summaryrefslogtreecommitdiff
path: root/pythonmod/test-inplace_callbacks.conf
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:53:39 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:53:39 +0000
commit6cacf549d3c2d5bddb0dcadd620e1db2897c7f26 (patch)
treee187e7d708a063f1628697fe779e2bb101d451b8 /pythonmod/test-inplace_callbacks.conf
parentfbdb9ac866a647da0919b224f05cca039afc02fa (diff)
Vendor import of Unbound 1.6.2.vendor/unbound/1.6.2
Diffstat (limited to 'pythonmod/test-inplace_callbacks.conf')
-rw-r--r--pythonmod/test-inplace_callbacks.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/pythonmod/test-inplace_callbacks.conf b/pythonmod/test-inplace_callbacks.conf
new file mode 100644
index 000000000000..d7081faa616e
--- /dev/null
+++ b/pythonmod/test-inplace_callbacks.conf
@@ -0,0 +1,17 @@
+# Example configuration file for edns.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/inplace_callbacks.py"