From f1a16dc1036a45930bc29e6afda4a6463fff4bbb Mon Sep 17 00:00:00 2001 From: jameskimmel <17176225+jameskimmel@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:06:32 +0200 Subject: [PATCH] spelling --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2287ba6..b66abd0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # go_dyndns -This program does DynDNS updates for deSEC.io -Please use it with caution, I am not a coder, this program is probably horrible! +This program does DynDNS updates for deSEC.io +Please use it with caution, I am not a coder, there are probably many bugs! What it does currently: - Wizard will create a config.json file (including your unencrypted token) @@ -18,7 +18,6 @@ What is missing: - Can only check a single domain - Only uses desec.io services to determine your IP(s), no other services can be selected - Only works for deSEC.io -- input validation - some kind of timer or service. I recommend you to use crontab. You can run it in a one minute intervall, since it will only ask for an update if your IP(s) changed. - a Windows build