Skip to content

Instantly share code, notes, and snippets.

@jsravn
Created June 12, 2018 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsravn/27f02a0982d27681e2c4ace6c3c2efad to your computer and use it in GitHub Desktop.
Save jsravn/27f02a0982d27681e2c4ace6c3c2efad to your computer and use it in GitHub Desktop.
/etc/default/unbound
# If set, the unbound daemon will be started and stopped by the init script.
UNBOUND_ENABLE=true
# Whether to automatically update the root trust anchor file.
ROOT_TRUST_ANCHOR_UPDATE=true
# File in which to store the root trust anchor.
ROOT_TRUST_ANCHOR_FILE=/var/lib/unbound/root.key
# If set, the unbound init script will provide unbound's listening
# IP addresses as nameservers to resolvconf.
RESOLVCONF=true
# If set, resolvconf nameservers will be configured as forwarders
# to be used by unbound.
RESOLVCONF_FORWARDERS=false
#DAEMON_OPTS="-c /etc/unbound/unbound.conf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment