Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 976 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 976 Bytes

Dynamic DNS IP Updater

This script is used to update Dynamic DNS (DDNS) service. Witten in pure BASH.

Usage

Adapted to update namecheap.com at present.

This script is used with crontab. Specify the frequency of execution through crontab.

# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12)
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday 7 is also Sunday on some systems)
# │ │ │ │ │ ┌───────────── command to issue                               
# │ │ │ │ │ │
# │ │ │ │ │ │
# * * * * * /bin/bash {Location of the script}

License

MIT