a85b5759f3
These files were pulled from the 1.6.3 release tarball. This new version builds against OpenSSL version 1.1 which will be the default in the new Debian Stable which is due to be released RealSoonNow (tm).
17 lines
362 B
Text
17 lines
362 B
Text
# 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"
|