Update README.md

pull/2/head^2
Jason K 4 years ago committed by GitHub
parent 231dd2cb0b
commit f48fe12fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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. 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

Loading…
Cancel
Save