1server: 2 verbosity: 4 3 num-threads: 1 4 interface: 127.0.0.1 5 port: @PORT@ 6 use-syslog: no 7 directory: "" 8 pidfile: "unbound.pid" 9 chroot: "" 10 username: "" 11 do-not-query-localhost: no 12 13forward-zone: 14 name: "." 15 forward-addr: "127.0.0.1@12345" 16 17remote-control: 18 control-enable: yes 19 control-interface: @CONTROL_PATH@/controlpipe.@CONTROL_PID@ 20 control-use-cert: no 21