mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
ntpquery: Add a comment listing a few more NTP servers
This commit is contained in:
parent
5f50af3b4f
commit
52e3a0f16c
1 changed files with 9 additions and 0 deletions
|
@ -112,6 +112,15 @@ int main(int argc, char** argv)
|
|||
bool set_time = false;
|
||||
bool verbose = false;
|
||||
// FIXME: Change to serenityos.pool.ntp.org once https://manage.ntppool.org/manage/vendor/zone?a=km5a8h&id=vz-14154g is approved.
|
||||
// Other NTP servers:
|
||||
// - time.nist.gov
|
||||
// - time.apple.com
|
||||
// - time.cloudflare.com (has NTS), https://blog.cloudflare.com/secure-time/
|
||||
// - time.windows.com
|
||||
//
|
||||
// Leap seconds smearing NTP servers:
|
||||
// - time.facebook.com , https://engineering.fb.com/production-engineering/ntp-service/ , sine-smears over 18 hours
|
||||
// - time.google.com , https://developers.google.com/time/smear , linear-smears over 24 hours
|
||||
const char* host = "time.google.com";
|
||||
Core::ArgsParser args_parser;
|
||||
args_parser.add_option(set_time, "Adjust system time (requires root)", "set", 's');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue