From: Grant Slater Date: Tue, 22 Jul 2014 09:15:06 +0000 (+0100) Subject: BM: Switch to Google Public DNS until long replies reliable X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/bf9d74eedb044cd3ff3050f97fb0ef3eebe53469?hp=cdac35745281eed5581caa1d74c51269a23735e5 BM: Switch to Google Public DNS until long replies reliable --- diff --git a/roles/bytemark.rb b/roles/bytemark.rb index 7bcd61406..8c65a4b43 100644 --- a/roles/bytemark.rb +++ b/roles/bytemark.rb @@ -3,7 +3,7 @@ description "Role applied to all servers at Bytemark" default_attributes( :networking => { - :nameservers => [ "[2001:41c8:2::2]", "[2001:41c8:2::1]", "80.68.80.25", "80.68.80.24" ], + :nameservers => [ "8.8.8.8", "8.8.4.4", "2001:4860:4860::8888", "2001:4860:4860::8844" ], :roles => { :external => { :zone => "bm"