Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 703 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 703 Bytes

duckdns logo

Duckdns.org update script

A really very simple IP update script using duckdns.org dns service.

Configuration

Edit update_ip.sh script.

Set your duckdns token in $duckDnsToken variable and your subdomain name in the $domain variable

You can also modify the refresh interval in $updateIntervalMinutes variable.

Install

update_ip.sh --install It will add a new entry to the current user's cron to run the script each $updateIntervalMinutes.

Issues

In case something went wrong during the update process, it will write a message log in '/var/sys/log'.

Just enjoy!

--