mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
3 Commits
f9b061da99
...
88f443911f
Author | SHA1 | Date | |
---|---|---|---|
88f443911f | |||
b9bc665e07 | |||
a97a3aa7d9 |
@ -1,5 +1,25 @@
|
||||
# Configuring SNTP Servers in Windows terminal
|
||||
|
||||
<!-- editorconfig-checker-disable -->
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
|
||||
- [Finland without particular ISP and explanations](#finland-without-particular-isp-and-explanations)
|
||||
- [Variations](#variations)
|
||||
- [DNA](#dna)
|
||||
- [Elisa](#elisa)
|
||||
- [Information about servers](#information-about-servers)
|
||||
- [Additional reading](#additional-reading)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
## Finland without particular ISP and explanations
|
||||
|
||||
```
|
||||
w32tm /config /syncfromflags:manual /manualpeerlist:"time.cloudflare.com time.mikes.fi time1.mikes.fi time2.mikes.fi time3.mikes.fi 0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org"
|
||||
w32tm /resync
|
||||
|
@ -17,21 +17,21 @@
|
||||
pool time.cloudflare.com maxsources 2 iburst nts
|
||||
|
||||
# Swedish anycast https://www.netnod.se/time-and-frequency/how-to-use-nts
|
||||
server nts.netnod.se iburst nts
|
||||
#server nts.netnod.se iburst nts
|
||||
|
||||
# https://system76.com/time
|
||||
server paris.time.system76.com iburst nts
|
||||
#server paris.time.system76.com iburst nts
|
||||
|
||||
# https://nts.time.nl/ - regardless of name provides 1 v4 & v6 address
|
||||
# no pool directive. Also no leap second smearing.
|
||||
server ntppool1.time.nl iburst nts
|
||||
server ntppool2.time.nl iburst nts
|
||||
#server ntppool1.time.nl iburst nts
|
||||
#server ntppool2.time.nl iburst nts
|
||||
|
||||
# Germany https://www.ptb.de/cms/en/ptb/fachabteilungen/abtq/gruppe-q4/ref-q42/time-synchronization-of-computers-using-the-network-time-protocol-ntp.html
|
||||
server ptbtime1.ptb.de iburst nts
|
||||
server ptbtime2.ptb.de iburst nts
|
||||
server ptbtime3.ptb.de iburst nts
|
||||
#server ptbtime1.ptb.de iburst nts
|
||||
#server ptbtime2.ptb.de iburst nts
|
||||
#server ptbtime3.ptb.de iburst nts
|
||||
|
||||
# Germany
|
||||
server www.jabber-germany.de iburst nts
|
||||
server www.masters-of-cloud.de iburst nts
|
||||
#server www.jabber-germany.de iburst nts
|
||||
#server www.masters-of-cloud.de iburst nts
|
||||
|
@ -5,7 +5,7 @@
|
||||
# iburst - everything has it
|
||||
# auto_offline - this is a laptop so it may go offline, no need to spam
|
||||
# xleave - this is Chrony so it's supported
|
||||
server y.kincarron.mikaela.info iburst auto_offline xleave
|
||||
#server y.kincarron.mikaela.info iburst auto_offline xleave
|
||||
server y.sedric.mikaela.info iburst auto_offline xleave
|
||||
server y.zaldaryn.mikaela.info iburst auto_offline xleave
|
||||
server y.rbtpzn.mikaela.info iburst auto_offline xleave
|
||||
|
Loading…
x
Reference in New Issue
Block a user