Add readme.md
This commit is contained in:
commit
6b5e81f60c
1 changed files with 15 additions and 0 deletions
15
readme.md
Normal file
15
readme.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# ntpdetails
|
||||
|
||||
this is a program that allows you to view the details of an ntp server.
|
||||
|
||||
usage:
|
||||
|
||||
```bash
|
||||
./ntpdetails [your ntp server]
|
||||
Details of time-a-g.nist.gov
|
||||
Time: 00:40:12 UTC
|
||||
Date: 2024-11-19
|
||||
Ping: 94.339 ms
|
||||
```
|
||||
|
||||
i am aware of a bug that doesnt allow users to see the details of other ntp servers than nist, or `pool.ntp.org`. it is a wip
|
Loading…
Add table
Reference in a new issue