From f48fe12fb9082dcc7ba536d20d53f90910619f42 Mon Sep 17 00:00:00 2001 From: Jason K Date: Mon, 19 Jul 2021 19:45:43 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3dd78b9..334e24e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cloudflare Dynamic DNS IP Register +# Cloudflare Dynamic DNS IP Updater This script is used to update dynamic DNS entries for accounts on Cloudflare. @@ -20,8 +20,7 @@ This script is used with crontab. Specify the frequency of execution through cro # │ │ │ │ │ ┌───────────── command to issue # │ │ │ │ │ │ # │ │ │ │ │ │ -# * * * * * cd /{location of repo} && /{location of repo}/cloudflare-template.sh >> /cron.log 2>&1 -# 0 0 */3 * * echo " " > /cloudflare-autoupdate.log >> /cron.log 2>&1 +# * * * * * /bin/bash {Location of the script} ``` ## Contributing