ntpquery: Add a comment listing a few more NTP servers
This commit is contained in:
parent
5f50af3b4f
commit
52e3a0f16c
Notes:
sideshowbarker
2024-07-19 01:52:51 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/52e3a0f16c9 Pull-request: https://github.com/SerenityOS/serenity/pull/3786
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
Reference in a new issue