mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-26 01:22:27 +02:00
transfer task cleans the chunk list. Also fix the auth_transfer_limit test to use a forwarder for each type of failure, so the one is not blocked by the other waiting.
33 lines
632 B
Plaintext
33 lines
632 B
Plaintext
server:
|
|
verbosity: 7
|
|
# num-threads: 1
|
|
interface: 127.0.0.1
|
|
port: @PORT@
|
|
use-syslog: no
|
|
directory: ""
|
|
pidfile: "unbound.pid"
|
|
chroot: ""
|
|
username: ""
|
|
do-not-query-localhost: no
|
|
use-caps-for-id: no
|
|
|
|
auth-zone:
|
|
name: "example.com"
|
|
for-upstream: yes
|
|
for-downstream: yes
|
|
master: "127.0.0.1@@TOPORT@"
|
|
max-transfer-size: 512
|
|
max-transfer-time: 2000
|
|
auth-zone:
|
|
name: "example2.com"
|
|
for-upstream: yes
|
|
for-downstream: yes
|
|
master: "127.0.0.1@@TOPORT2@"
|
|
max-transfer-size: 512
|
|
max-transfer-time: 2000
|
|
remote-control:
|
|
control-enable: yes
|
|
control-interface: @CONTROL_PATH@/controlpipe.@CONTROL_PID@
|
|
control-use-cert: no
|
|
|