]> git.openstreetmap.org Git - chef.git/commitdiff
Use google DNS on shenron
authorTom Hughes <tom@compton.nu>
Fri, 2 Oct 2020 18:28:52 +0000 (19:28 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 2 Oct 2020 18:29:08 +0000 (19:29 +0100)
roles/shenron.rb

index e614a33262ff39b6eb2882d112388979ff4d0d02..ee89e0a35d5b1493bb7a5ba3d921bbc8a1d4cfc2 100644 (file)
@@ -39,7 +39,7 @@ override_attributes(
         :gateway => "fe80::1"
       }
     },
-    :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"],
+    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :private_address => "10.0.16.100"
   }
 )