Update README.md

This commit is contained in:
Jason K
2021-07-19 19:45:43 +08:00
committed by GitHub
parent 231dd2cb0b
commit f48fe12fb9

View File

@ -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. 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 # │ │ │ │ │ ┌───────────── command to issue
# │ │ │ │ │ │ # │ │ │ │ │ │
# │ │ │ │ │ │ # │ │ │ │ │ │
# * * * * * cd /{location of repo} && /{location of repo}/cloudflare-template.sh >> /cron.log 2>&1 # * * * * * /bin/bash {Location of the script}
# 0 0 */3 * * echo " " > /cloudflare-autoupdate.log >> /cron.log 2>&1
``` ```
## Contributing ## Contributing