From 4c28791dd037521adcc92bd38407ec3214edc643 Mon Sep 17 00:00:00 2001 From: Ashith <203875103+Ashith04@users.noreply.github.com> Date: Sun, 29 Mar 2026 23:22:00 +0530 Subject: [PATCH] Add NTP section to README (Resolves #423) Added NTP section with implementations and links. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b3656e0..882517a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ - [Miscellaneous](#miscellaneous) - [Monitoring & Status Pages](#monitoring--status-pages) - [Network Configuration Management](#network-configuration-management) + - [NTP](#ntp) - [PaaS](#paas) - [Packaging](#packaging) - [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` +### 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 **[`^ back to top ^`](#awesome-sysadmin)**