From 49821461fa951b13cba503148a0231964e4ab9a5 Mon Sep 17 00:00:00 2001 From: Daniel Rocha Date: Tue, 31 Jan 2023 22:45:37 +0100 Subject: [PATCH] docs: add disclaimer about NTP --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4d41f53..dcb1c95 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ HTP uses time information present in HTTP headers to determine the clock offset between two machines. It can be used to synchronize the local clock using a trusted HTTP(S) server, or to determine the time of the remote machine. +> **Note**: If NTP is available, use it instead. I developed this application +> to be able to synchronize my computer's clock in a network that blocked NTP +> packets. + ## Installation Download the binary for your platform from the [releases page](https://github.com/danroc/htp/releases/latest).