1 server: 2 verbosity: 5 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 extended-statistics: yes 13 identity: "stat_values" 14 outbound-msg-retry: 0 15 root-key-sentinel: no 16 trust-anchor-signaling: no 17 serve-expired-client-timeout: 0 18 dns-error-reporting: yes 19 20 trust-anchor: "bogusdnssec. DNSKEY 257 3 8 AwEAAbwL6LuXTLXtb23CsXhpkxxyGbEFUROh/L8BWA1EEF8LdQ4Rmsj4 D5D8uAnRFDkNhM6XiII9xcsavwBGNwHxzUaij4MZQu1vrzcfGIJLcC1Q paZmSH9WqIYFQci+T4s4UfDrrS96wO/H0nJvFmavWVX/7p1Q6dv0Arwz XMXaHGrRVdEgK2MDS3dFRngx5JC5fwD7YnwH08EAoFRjdAoXe+etOAeG aOT9IGjVM5LKkN2k6fIRvZ2l9eu5/o+h5L+kpDRcapW2QiL21hCcmwpW 50Llfx9Ovk+M7TBjp4iT7Tc8gLzRZr24LmXEyABb54WW3aoF5k8DZPot 9ogUjxVN/dM=" 21 22 local-zone: local.zone static 23 local-data: "www.local.zone A 192.0.2.1" 24 remote-control: 25 control-enable: yes 26 control-interface: 127.0.0.1 27 # control-interface: ::1 28 control-port: @CONTROL_PORT@ 29 server-key-file: "unbound_server.key" 30 server-cert-file: "unbound_server.pem" 31 control-key-file: "unbound_control.key" 32 control-cert-file: "unbound_control.pem" 33 stub-zone: 34 name: "example.com." 35 stub-addr: "127.0.0.1@@TOPORT@" 36 stub-zone: 37 name: "bogusdnssec." 38 stub-addr: "127.0.0.1@@TOPORT@" 39 stub-zone: 40 name: "an.agent." 41 stub-addr: "127.0.0.1@@TOPORT@" 42 stub-zone: 43 name: "expired." 44 stub-addr: "127.0.0.1@@EXPIREDPORT@" 45