Skip to content

Instantly share code, notes, and snippets.

@SwagDevOps
Last active July 3, 2016 17:02
Show Gist options
  • Select an option

  • Save SwagDevOps/73c9666a35708ab3cb080a9f62d04e7d to your computer and use it in GitHub Desktop.

Select an option

Save SwagDevOps/73c9666a35708ab3cb080a9f62d04e7d to your computer and use it in GitHub Desktop.
Sample DNS cache configuration (unbound)
# vim: set filetype=config :
# /etc/unbound/unbound.conf.d/vendor.conf
server:
verbosity: 1
extended-statistics: yes
num-threads: 8
root-hints: ""
auto-trust-anchor-file: ""
forward-zone:
name: "local"
forward-addr: 192.168.2.8
forward-zone:
name: "."
forward-addr: 192.168.2.8
forward-zone:
name: "."
forward-addr: 192.168.2.8
forward-addr: 185.83.217.248
forward-addr: 79.133.43.124
forward-addr: 8.8.8.8
forward-addr: 8.8.4.4
forward-first: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment