From c210291c6bfe5ff623ad94c1e08d151c523f8072 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 18 Apr 2018 08:34:44 +0100 Subject: [PATCH] Use local name servers on longma --- roles/nchc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nchc.rb b/roles/nchc.rb index ffae32b0c..bb9181fff 100644 --- a/roles/nchc.rb +++ b/roles/nchc.rb @@ -11,7 +11,7 @@ default_attributes( :hosted_by => "NCHC", :location => "Hsinchu, Taiwan", :networking => { - :nameservers => ["8.8.8.8", "8.8.4.4"], + :nameservers => ["140.110.16.1", "140.110.4.1"], :roles => { :external => { :zone => "nc" -- 2.43.2