Switch from 1.1.1.1 to 1.0.0.1
CloudFlare's public recursive DNS resolvers are available at multiple anycast addresses. For some reason 1.1.1.1 is unreachable from parts of OVH's BHS1 region, but 1.0.0.1 seems to be consistently reachable. Swap this for improved reliability. Depends-On: https://review.opendev.org/655687 Change-Id: I403961828f4af3f121a6fa2193a933c9fc4a7bc7
This commit is contained in:
parent
0c5629791e
commit
f113b2051b
@ -11,7 +11,7 @@ usable IPv6 default route, otherwise IPv4.
|
||||
**Role Variables**
|
||||
|
||||
.. zuul:rolevar:: unbound_primary_nameserver_v4
|
||||
:default: 1.1.1.1 (CloudFlare)
|
||||
:default: 1.0.0.1 (CloudFlare)
|
||||
|
||||
The primary IPv4 nameserver for fowarding requests
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# OpenDNS
|
||||
unbound_primary_nameserver_v6: "2606:4700:4700::1111"
|
||||
unbound_primary_nameserver_v4: "1.1.1.1"
|
||||
unbound_primary_nameserver_v4: "1.0.0.1"
|
||||
|
||||
# Google
|
||||
unbound_secondary_nameserver_v6: "2001:4860:4860::8888"
|
||||
|
Loading…
x
Reference in New Issue
Block a user