From a7c41026b96bd5ca0f4489a1e9fdd5d882bf4333 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Wed, 27 Oct 2021 06:01:03 +0500 Subject: [PATCH] update instructions --- cf-ddns/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cf-ddns/README.md b/cf-ddns/README.md index 21b08c6..fc0746a 100644 --- a/cf-ddns/README.md +++ b/cf-ddns/README.md @@ -2,3 +2,13 @@ ## Requirements `bash curl jq screen` + +## run 1 time +`bash cfddns.sh` + +## Run in screen +`bash run-cfddns.sh` + +## Run at boot +- Add to crontab `crontab -e` +`@reboot /bin/bash /root/ddns/run-ddns.sh`