Skip to content

Instantly share code, notes, and snippets.

@jonnybarnes
Created December 29, 2019 20:09
Show Gist options
  • Save jonnybarnes/ffc46c5843adb4b97e40264c30ed93da to your computer and use it in GitHub Desktop.
Save jonnybarnes/ffc46c5843adb4b97e40264c30ed93da to your computer and use it in GitHub Desktop.
My unbound configuration, use securedns.eu with dnssec validation
server:
verbosity: 1
port: 53
username: "jonny"
tls-cert-bundle: "/usr/local/etc/openssl@1.1/cert.pem"
auto-trust-anchor-file: "/usr/local/etc/unbound/root.key"
aggressive-nsec: yes
hide-identity: yes
hide-version: yes
prefetch: yes
rrset-roundrobin: yes
use-caps-for-id: yes
forward-zone:
name: "."
forward-tls-upstream: yes
forward-addr: 146.185.167.43@853#dot.securedns.eu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment