From 220bcf59f2bc31e02d786bf741816333cfb56a52 Mon Sep 17 00:00:00 2001 From: DmitriyEshenko Date: Thu, 27 May 2021 09:33:31 +0000 Subject: ntp: T2123: Change NTP servers in default configs --- tools/cloud-init/GCE/config.boot.default | 6 +++--- tools/cloud-init/GCE/config.boot.default-debug | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tools/cloud-init/GCE') diff --git a/tools/cloud-init/GCE/config.boot.default b/tools/cloud-init/GCE/config.boot.default index cac26936..5af780a9 100644 --- a/tools/cloud-init/GCE/config.boot.default +++ b/tools/cloud-init/GCE/config.boot.default @@ -11,9 +11,9 @@ system { } } ntp { - server "0.pool.ntp.org" - server "1.pool.ntp.org" - server "2.pool.ntp.org" + server "time1.vyos.net" + server "time2.vyos.net" + server "time3.vyos.net" } console { device ttyS0 { diff --git a/tools/cloud-init/GCE/config.boot.default-debug b/tools/cloud-init/GCE/config.boot.default-debug index a51c3f4d..a4f32062 100644 --- a/tools/cloud-init/GCE/config.boot.default-debug +++ b/tools/cloud-init/GCE/config.boot.default-debug @@ -22,9 +22,9 @@ system { } } ntp { - server "0.pool.ntp.org" - server "1.pool.ntp.org" - server "2.pool.ntp.org" + server "time1.vyos.net" + server "time2.vyos.net" + server "time3.vyos.net" } console { device ttyS0 { -- cgit v1.2.3