diff --git a/README.md b/README.md index 772f540..6d429cb 100644 --- a/README.md +++ b/README.md @@ -149,13 +149,13 @@ The list is sourced from various public resources and aims to provide configurat || |ntps1.pads.ufrj.br|AS1553|1|Brazil|Federal University of Rio de Janeiro|| || +|ntp.yul.canix.ca|AS14086|1|Canada|CANIX|Montreal| +|ntp1.yul.canix.ca|AS14086|1|Canada|CANIX|Montreal| +|ntp2.yul.canix.ca|AS14086|1|Canada|CANIX|Montreal| |[time1.mbix.ca](https://time1.mbix.ca)|AS395611|1|Canada|Manitoba Internet Exchange|| |[time2.mbix.ca](https://time2.mbix.ca)|AS395611|1|Canada|Manitoba Internet Exchange|| |[time3.mbix.ca](https://time3.mbix.ca)|AS395611|1|Canada|Manitoba Internet Exchange|| |time.nrc.ca|AS573|2|Canada|National Research Council Canada|| -|ntp.qix.ca|AS14086|1|Canada|QiX|| -|ntp1.qix.ca|AS14086|1|Canada|QiX|| -|ntp2.qix.ca|AS14086|1|Canada|QiX|| |clock.uregina.ca|AS641|1|Canada|University of Regina|| |tick.usask.ca|AS22950|1|Canada|University of Saskatchewan|| |tock.usask.ca|AS22950|1|Canada|University of Saskatchewan|| diff --git a/chrony.conf b/chrony.conf index 17e9eb9..cafe313 100644 --- a/chrony.conf +++ b/chrony.conf @@ -158,13 +158,13 @@ server ntp.teambelgium.net iburst server ntps1.pads.ufrj.br iburst # Canada +server ntp.yul.canix.ca iburst +server ntp1.yul.canix.ca iburst +server ntp2.yul.canix.ca iburst server time1.mbix.ca iburst server time2.mbix.ca iburst server time3.mbix.ca iburst server time.nrc.ca iburst -server ntp.qix.ca iburst -server ntp1.qix.ca iburst -server ntp2.qix.ca iburst server clock.uregina.ca iburst server tick.usask.ca iburst server tock.usask.ca iburst diff --git a/ntp-sources.yml b/ntp-sources.yml index 26b5a51..c826acd 100644 --- a/ntp-sources.yml +++ b/ntp-sources.yml @@ -647,6 +647,30 @@ servers: notes: '' vm: false +- hostname: ntp.yul.canix.ca + AS: AS14086 + stratum: 1 + location: Canada + owner: CANIX + notes: Montreal + vm: false + +- hostname: ntp1.yul.canix.ca + AS: AS14086 + stratum: 1 + location: Canada + owner: CANIX + notes: Montreal + vm: false + +- hostname: ntp2.yul.canix.ca + AS: AS14086 + stratum: 1 + location: Canada + owner: CANIX + notes: Montreal + vm: false + - hostname: '[time1.mbix.ca](https://time1.mbix.ca)' AS: AS395611 stratum: 1 @@ -679,30 +703,6 @@ servers: notes: '' vm: false -- hostname: ntp.qix.ca - AS: AS14086 - stratum: 1 - location: Canada - owner: QiX - notes: '' - vm: false - -- hostname: ntp1.qix.ca - AS: AS14086 - stratum: 1 - location: Canada - owner: QiX - notes: '' - vm: false - -- hostname: ntp2.qix.ca - AS: AS14086 - stratum: 1 - location: Canada - owner: QiX - notes: '' - vm: false - - hostname: clock.uregina.ca AS: AS641 stratum: 1 diff --git a/ntp.toml b/ntp.toml index 1d95dab..c8b31d5 100644 --- a/ntp.toml +++ b/ntp.toml @@ -403,31 +403,31 @@ address = "ntps1.pads.ufrj.br" # Canada [[source]] mode = "server" -address = "time1.mbix.ca" +address = "ntp.yul.canix.ca" [[source]] mode = "server" -address = "time2.mbix.ca" +address = "ntp1.yul.canix.ca" [[source]] mode = "server" -address = "time3.mbix.ca" +address = "ntp2.yul.canix.ca" [[source]] mode = "server" -address = "time.nrc.ca" +address = "time1.mbix.ca" [[source]] mode = "server" -address = "ntp.qix.ca" +address = "time2.mbix.ca" [[source]] mode = "server" -address = "ntp1.qix.ca" +address = "time3.mbix.ca" [[source]] mode = "server" -address = "ntp2.qix.ca" +address = "time.nrc.ca" [[source]] mode = "server"