Add NTP section to README (Resolves #423)

Added NTP section with implementations and links.
This commit is contained in:
Ashith 2026-03-29 23:22:00 +05:30 committed by GitHub
parent a95f5b79f0
commit 4c28791dd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,7 @@
- [Miscellaneous](#miscellaneous) - [Miscellaneous](#miscellaneous)
- [Monitoring & Status Pages](#monitoring--status-pages) - [Monitoring & Status Pages](#monitoring--status-pages)
- [Network Configuration Management](#network-configuration-management) - [Network Configuration Management](#network-configuration-management)
- [NTP](#ntp)
- [PaaS](#paas) - [PaaS](#paas)
- [Packaging](#packaging) - [Packaging](#packaging)
- [Project Management](#project-management) - [Project Management](#project-management)
@ -546,6 +547,17 @@ Network configuration management tools.
- [rConfig](https://www.rconfig.com/) - Network device configuration management tool. ([Source Code](https://github.com/rconfig/rconfig)) `GPL-3.0` `PHP` - [rConfig](https://www.rconfig.com/) - Network device configuration management tool. ([Source Code](https://github.com/rconfig/rconfig)) `GPL-3.0` `PHP`
### NTP
**[`^ back to top ^`](#awesome-sysadmin)**
Network Time Protocol servers and clients.
- [Chrony](https://chrony-project.org/) - A versatile implementation of the Network Time Protocol (NTP).
- [NTPsec](https://www.ntpsec.org/) - A secure, hardened, and improved implementation of Network Time Protocol derived from NTP Classic.
- [OpenNTPD](https://www.openntpd.org/) - A FREE, easy to use implementation of the Network Time Protocol.
### PaaS ### PaaS
**[`^ back to top ^`](#awesome-sysadmin)** **[`^ back to top ^`](#awesome-sysadmin)**