Created
December 29, 2019 20:09
-
-
Save jonnybarnes/ffc46c5843adb4b97e40264c30ed93da to your computer and use it in GitHub Desktop.
My unbound configuration, use securedns.eu with dnssec validation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server: | |
verbosity: 1 | |
port: 53 | |
username: "jonny" | |
tls-cert-bundle: "/usr/local/etc/[email protected]/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