]> git.openstreetmap.org Git - chef.git/commitdiff
Switch viserion to use google DNS
authorTom Hughes <tom@compton.nu>
Wed, 18 Jan 2017 19:20:47 +0000 (19:20 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 18 Jan 2017 19:20:47 +0000 (19:20 +0000)
roles/viserion.rb

index a233e908ebea0bece715b22c26b4ae169b6912b4..d945ef790bb0bfe777d28e2c6eb651b52c84caf2 100644 (file)
@@ -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 => {