timothymiller / cloudflare-ddns

🎉🌩️ Dynamic DNS (DDNS) service based on Cloudflare! Access your home network remotely via a custom domain name without a static IP!
https://timknowsbest.com/free-dynamic-dns
GNU General Public License v3.0
3.14k stars 333 forks source link

Inconsistency in Cron Job Command Instruction Between "Official Documentation" and Repo "README" #175

Open Deep0Thinking opened 10 months ago

Deep0Thinking commented 10 months ago

Describe the bug

The cron job command provided in the official documentation does not match the command specified in the repository's README file. This discrepancy could lead to incorrect configuration of the Cloudflare DDNS update script.

To Reproduce

  1. Go to the official website documentation (https://timknowsbest.com/free-dynamic-dns).
  2. Navigate to the "🐧 Linux instructions (all distros)" section.
  3. Observe the cron job instruction: "Download/clone this repo and execute ./sync" and _/15 _ * * * /home/your_username_here/cloudflare-ddns/sync.

Expected behavior

The cron job command instruction in the official website documentation should match the command provided in the repository's README file to ensure consistency and prevent any confusion. The correct command instruction, based on the README file, should be ./start-sync.sh and */15 * * * * /home/your_username_here/cloudflare-ddns/start-sync.sh.

Screenshots

official documentation:

Screenshot 2024-01-27 at 3 56 37 PM

README:

Screenshot 2024-01-27 at 3 58 36 PM