mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-21 15:21:05 -05:00
20 lines
311 B
Text
20 lines
311 B
Text
|
|
server:
|
||
|
|
verbosity: 2
|
||
|
|
num-threads: 3
|
||
|
|
port: @PORT@
|
||
|
|
use-syslog: no
|
||
|
|
directory: ""
|
||
|
|
pidfile: "unbound.pid"
|
||
|
|
chroot: ""
|
||
|
|
username: ""
|
||
|
|
do-not-query-localhost: no
|
||
|
|
module-config: "validator python iterator"
|
||
|
|
|
||
|
|
python:
|
||
|
|
python-script: "pymod_thread.py"
|
||
|
|
|
||
|
|
forward-zone:
|
||
|
|
name: "."
|
||
|
|
forward-addr: "127.0.0.1@@TOPORT@"
|
||
|
|
|