From 5fc84c735995f7cf765ed1d5bc7f50a198b2a199 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 18 Jan 2017 19:20:47 +0000 Subject: [PATCH] Switch viserion to use google DNS --- roles/viserion.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 => { -- 2.43.2