diff options
author | DmitriyEshenko <dmitriy.eshenko@vyos.io> | 2021-05-27 09:33:31 +0000 |
---|---|---|
committer | DmitriyEshenko <dmitriy.eshenko@vyos.io> | 2021-05-27 09:50:15 +0000 |
commit | 220bcf59f2bc31e02d786bf741816333cfb56a52 (patch) | |
tree | 11f12b47123438942be236013c3e6ab6b504290a /tools/cloud-init/PACKET/config.boot.default | |
parent | 8ff911508c94e12f48b62d9d75e410263fe8ba17 (diff) | |
download | vyos-build-220bcf59f2bc31e02d786bf741816333cfb56a52.tar.gz vyos-build-220bcf59f2bc31e02d786bf741816333cfb56a52.zip |
ntp: T2123: Change NTP servers in default configs
Diffstat (limited to 'tools/cloud-init/PACKET/config.boot.default')
-rw-r--r-- | tools/cloud-init/PACKET/config.boot.default | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cloud-init/PACKET/config.boot.default b/tools/cloud-init/PACKET/config.boot.default index b56a94aa..1ceff6a3 100644 --- a/tools/cloud-init/PACKET/config.boot.default +++ b/tools/cloud-init/PACKET/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 ttyS1 { |