From 9d0e005ee5ef7cdc8e760d2dea8621f61bba9f34 Mon Sep 17 00:00:00 2001 From: FoxyHunter Date: Tue, 2 Jun 2026 21:52:01 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3b0e8d..793bf8a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Every `POLL_INTERVAL` seconds, DNS Keeper will check if the IPv4 in the domain(s valid by seeing if `DNS_KEEPER_RECORD`.`DNS_KEEPER_DOMAIN` still points to itself. > [!NOTE] -> On startup DNS Keeper starts a detached thread with a UDP socket on which it answers with +> On startup DNS Keeper starts a detached thread with a UDP socket on which it answers > a random set of challenge bytes. > DNS Keeper will send an empty data-frame to its own socket using > the DNS resolved IPv4 address to see if it gets a response with the correct challenge bytes.