Skip to content

Dynamic DNS (DDNS) service, written in pure BASH.

License

Notifications You must be signed in to change notification settings

evanphilip/ddns-updater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Dynamic DNS (DDNS) service, written in pure BASH.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%