mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-21 07:10:43 -05:00
18 lines
349 B
Text
18 lines
349 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/edns.py"
|