mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-25 09:09:40 -05:00
20 lines
434 B
Text
20 lines
434 B
Text
server:
|
|
verbosity: 2
|
|
# num-threads: 1
|
|
interface: 127.0.0.1
|
|
port: @SERVPORT@
|
|
use-syslog: no
|
|
directory: .
|
|
pidfile: "unbound-serv.pid"
|
|
chroot: ""
|
|
username: ""
|
|
do-not-query-localhost: yes
|
|
local-data: "www.example.com. IN A 10.20.30.40"
|
|
ssl-port: @SERVPORT@
|
|
ssl-service-key: "unbound_server.key"
|
|
ssl-service-pem: "unbound_server.pem"
|
|
|
|
# no other queries should reach here.
|
|
forward-zone:
|
|
name: "."
|
|
forward-addr: "127.0.0.1"
|