mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
17 lines
378 B
Text
17 lines
378 B
Text
server:
|
|
verbosity: 2
|
|
# num-threads: 1
|
|
interface: 127.0.0.1@@PORT@
|
|
https-port: @PORT@
|
|
tls-service-key: "unbound_server.key"
|
|
tls-service-pem: "unbound_server.pem"
|
|
use-syslog: no
|
|
directory: .
|
|
pidfile: "unbound.pid"
|
|
chroot: ""
|
|
username: ""
|
|
do-not-query-localhost: no
|
|
http-endpoint: "/abc"
|
|
|
|
local-zone: "example.net" static
|
|
local-data: "www.example.net. IN A 1.2.3.1"
|