dns-bench/unbound.conf
2024-12-21 11:05:53 +04:00

25 lines
514 B
Text

server:
do-daemonize: no
username: ""
chroot: ""
logfile: ""
verbosity: 0
interface: 127.0.0.1
port: 2253
num-threads: 2
msg-cache-slabs: 2
infra-cache-slabs: 2
msg-cache-size: 32m
neg-cache-size: 32m
outgoing-range: 256
num-queries-per-thread: 128
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."