Created
April 22, 2019 15:53
-
-
Save vrischmann/8dfe1f4e027b628ad8c6210e76f97877 to your computer and use it in GitHub Desktop.
Unbound forward to Cloudflare with DNS-over-TLS (with 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: | |
tls-cert-bundle: "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" | |
forward-zone: | |
name: "." | |
forward-ssl-upstream: yes | |
forward-addr: 1.1.1.1@853#cloudflare-dns.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment