dns-bench/unbound.conf

25 lines
516 B
Text

server:
do-daemonize: no
username: ""
chroot: ""
logfile: ""
verbosity: 0
interface: 127.0.0.1
port: 2253
num-threads: 4
msg-cache-slabs: 4
infra-cache-slabs: 4
msg-cache-size: 32m
neg-cache-size: 32m
outgoing-range: 8192
num-queries-per-thread: 2048
so-reuseport: yes
local-zone: "domain.tld." static
local-data: "domain.tld. A 127.0.0.1"
local-data: "domain.tld. AAAA ::1"
local-data: "domain.tld. MX 10 mail.domain.tld."
local-data: "mail.domain.tld CNAME domain.tld."