blob: 3bf8df475d36ee683cd9a8c6c56c365cd81a0992 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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@"
|