diff options
Diffstat (limited to 'pythonmod/test-inplace_callbacks.py')
-rw-r--r-- | pythonmod/test-inplace_callbacks.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pythonmod/test-inplace_callbacks.py b/pythonmod/test-inplace_callbacks.py new file mode 100644 index 000000000000..d7081faa616e --- /dev/null +++ b/pythonmod/test-inplace_callbacks.py @@ -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" |