From 88209a2b70bd6fe4db5649a78b6710df7bdeb8f4 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:24 -0400 Subject: [PATCH] Use Google DNS instead of Cloudflare For some reason Cloudflare works in fewer places than Google, so just use it instead. --- roles/base/templates/etc/resolv.conf.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/base/templates/etc/resolv.conf.j2 b/roles/base/templates/etc/resolv.conf.j2 index 6744c90..f072c6a 100644 --- a/roles/base/templates/etc/resolv.conf.j2 +++ b/roles/base/templates/etc/resolv.conf.j2 @@ -2,4 +2,5 @@ # {{ ansible_managed }} options timeout:1 attempts:3 rotate -nameserver 1.1.1.1 +nameserver 8.8.8.8 +nameserver 8.8.4.4