From 41644a9b6506a58b7da881479e8feae47d15e084 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 25 Aug 2019 18:16:51 +0300 Subject: [PATCH] unbound: add dns64-over-tls.conf (broken for now) --- .../unbound.conf.d/dns64-over-tls.conf | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 etc/unbound/unbound.conf.d/dns64-over-tls.conf diff --git a/etc/unbound/unbound.conf.d/dns64-over-tls.conf b/etc/unbound/unbound.conf.d/dns64-over-tls.conf new file mode 100644 index 00000000..e0406000 --- /dev/null +++ b/etc/unbound/unbound.conf.d/dns64-over-tls.conf @@ -0,0 +1,20 @@ +# NOTE: Read dns-over-tls.conf! This is only for IPv6-only hosts which +# are currently rare. And this is more of a placeholder. + +server: + # Debian ca-certificates location + tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt + # ctrl.blog says this is the Fedora location + #tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem + +# Forward queries to +forward-zone: + name: "." + forward-tls-upstream: yes + + # Google DNS64 for 64:ff9b::/96 + # As of 2019-08-25 this doesn't seem to actually be working, but I hope + # Google will fix it by the time I actually have IPv6 only hosts and + # there will be not-Google options. + forward-addr: 2001:4860:4860::6464@853#dns64.dns.google + forward-addr: 2001:4860:4860::64@853#dns64.dns.google