From 9bcd2d61c72252acdf050e6c89e1fda2ece9fab8 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 25 Aug 2019 18:27:11 +0300 Subject: [PATCH] unbound/*dns64*: add Cloudflare --- etc/unbound/unbound.conf.d/dns64-over-tls.conf | 8 ++++++-- etc/unbound/unbound.conf.d/plain-dns64.conf | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/etc/unbound/unbound.conf.d/dns64-over-tls.conf b/etc/unbound/unbound.conf.d/dns64-over-tls.conf index e0406000..6f4609eb 100644 --- a/etc/unbound/unbound.conf.d/dns64-over-tls.conf +++ b/etc/unbound/unbound.conf.d/dns64-over-tls.conf @@ -16,5 +16,9 @@ forward-zone: # 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 + #forward-addr: 2001:4860:4860::6464@853#dns64.dns.google + #forward-addr: 2001:4860:4860::64@853#dns64.dns.google + + # Cloudflare for 64:ff9b::/96 + forward-addr: 2606:4700:4700::64@853#dns64.cloudflare-dns.com + forward-addr: 2606:4700:4700::6400@853#dns64.cloudflare-dns.com diff --git a/etc/unbound/unbound.conf.d/plain-dns64.conf b/etc/unbound/unbound.conf.d/plain-dns64.conf index f7c7149d..edc1560b 100644 --- a/etc/unbound/unbound.conf.d/plain-dns64.conf +++ b/etc/unbound/unbound.conf.d/plain-dns64.conf @@ -4,6 +4,10 @@ forward-zone: name: "." + # Cloudflare DNS64 for 64:ff9b::/96 + forward-addr: 2606:4700:4700::64 + forward-addr: 2606:4700:4700::6400 + # Trex DNS64/NAT64 # > The generated AAAA records point to address blocks in TREX's public # address space 2001:67c:2b0::/48 so they are usable from anywhere on