mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
unbound/*dns64*: add Cloudflare
This commit is contained in:
parent
aa2c53349d
commit
9bcd2d61c7
@ -16,5 +16,9 @@ forward-zone:
|
|||||||
# As of 2019-08-25 this doesn't seem to actually be working, but I hope
|
# 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
|
# Google will fix it by the time I actually have IPv6 only hosts and
|
||||||
# there will be not-Google options.
|
# there will be not-Google options.
|
||||||
forward-addr: 2001:4860:4860::6464@853#dns64.dns.google
|
#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::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
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
forward-zone:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
||||||
|
# Cloudflare DNS64 for 64:ff9b::/96
|
||||||
|
forward-addr: 2606:4700:4700::64
|
||||||
|
forward-addr: 2606:4700:4700::6400
|
||||||
|
|
||||||
# Trex DNS64/NAT64 <http://www.trex.fi/2011/dns64.html>
|
# Trex DNS64/NAT64 <http://www.trex.fi/2011/dns64.html>
|
||||||
# > The generated AAAA records point to address blocks in TREX's public
|
# > 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
|
# address space 2001:67c:2b0::/48 so they are usable from anywhere on
|
||||||
|
Loading…
Reference in New Issue
Block a user