mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
pool.ntp.org hardcoded which goes against ntp.org policy #376
Labels
No labels
component/keyboard-layout
component: cloud
component: device screen
component: extensions
component: hid/keyboard
component: hid/mouse
component: network
component: timesync
component: ui
component: updater
component: usb
component: usb/hid
component: usb/storage
component: video
component: webrtc
component: webserver
need-more-details
status: working-in-progress
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kvm#376
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @julemand101 on GitHub (Jul 24, 2025).
Originally assigned to: @ym on GitHub.
Disclaimer
Application version
dev
System version
dev
Device model
None
Extension model
None
Remote device Hardware
No response
Remote device OS
No response
Bug description
I can see in
ntp.gothat the timeserver poolpool.ntp.orgare being hard-coded:github.com/jetkvm/kvm@55fbd6c359/internal/timesync/ntp.go (L19-L22)This goes against the ntp.org's policy for vendors: https://www.ntppool.org/en/vendors.html
Which have following sections:
And:
And:
@IDisposable commented on GitHub (Aug 13, 2025):
Oh, sorry, that's on me... I'll follow up with the pool folks. Just as a slightly bit better, the PR https://github.com/jetkvm/kvm/pull/609/ at least (once merged) will use pool.ntp.org instead of those... and once the UI to configure those things is available (that PR honors the settings that will eventually be available), then it will be up to you.