Use Google DNS instead of Cloudflare
For some reason Cloudflare works in fewer places than Google, so just use it instead.
This commit is contained in:
parent
fbbf5ffe09
commit
88209a2b70
|
@ -2,4 +2,5 @@
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
options timeout:1 attempts:3 rotate
|
options timeout:1 attempts:3 rotate
|
||||||
nameserver 1.1.1.1
|
nameserver 8.8.8.8
|
||||||
|
nameserver 8.8.4.4
|
||||||
|
|
Loading…
Reference in New Issue