Skip to content

Instantly share code, notes, and snippets.

@illucent
Created March 13, 2016 21:59
Show Gist options
  • Select an option

  • Save illucent/f028b612444bb4789053 to your computer and use it in GitHub Desktop.

Select an option

Save illucent/f028b612444bb4789053 to your computer and use it in GitHub Desktop.
#
# See /usr/share/doc/unbound/examples/unbound.conf for a commented
# reference config file.
server:
# The following line will configure unbound to perform cryptographic
# DNSSEC validation using the root trust anchor.
auto-trust-anchor-file: "/var/lib/unbound/root.key"
do-not-query-localhost: no
local-zone: "168.192.in-addr.arpa" transparent
domain-insecure: "home"
domain-insecure: "168.192.in-addr.arpa"
forward-zone:
name: "home"
forward-addr: 127.0.1.1@54
forward-zone:
name: "168.192.in-addr.arpa"
forward-addr: 127.0.1.1@54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment