From 245a7ea2878ebdb2008ddf4d6c1bf0192c5e1d49 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 7 Jan 2020 13:55:47 +0000 Subject: [PATCH] Switch equinix to use Google DNS --- roles/equinix.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/equinix.rb b/roles/equinix.rb index a35b4775c..5baba9ac0 100644 --- a/roles/equinix.rb +++ b/roles/equinix.rb @@ -3,7 +3,7 @@ description "Role applied to all servers at Equinix" default_attributes( :networking => { - :nameservers => ["66.28.0.45", "66.28.0.61", "2001:978:1:1::d", "2001:978:1:2::d"], + :nameservers => ["8.8.8.8", "8.8.4.4", "2001:4860:4860::8888", "2001:4860:4860::8844"], :roles => { :internal => { :inet => { -- 2.43.2