23.01.2023, 08:06
Use this test script:
NTP uses UDP port 123, check that it's not blocked on the firewall/router.
Code:
res = io.readproc('ntpd -dnq -p 0.europe.pool.ntp.org 2>&1')
log(res)