From: Tom Hughes Date: Wed, 18 Jan 2017 19:20:47 +0000 (+0000) Subject: Switch viserion to use google DNS X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5fc84c735995f7cf765ed1d5bc7f50a198b2a199 Switch viserion to use google DNS --- diff --git a/roles/viserion.rb b/roles/viserion.rb index a233e908e..d945ef790 100644 --- a/roles/viserion.rb +++ b/roles/viserion.rb @@ -31,10 +31,10 @@ default_attributes( } }, :nameservers => [ - "161.53.2.66", - "2001:b68:ff:1::2", - "2001:b68:ff:2::2", - "2001:4860:4860::8888" + "8.8.8.8", + "8.8.4.4", + "2001:4860:4860::8888", + "2001:4860:4860::8844" ] }, :squid => {