A small utility to use Digital Ocean as a Dynamic DNS (DDNS) service, built with Laravel Zero.
It'll regularly check your IP address and update a selected Digital Ocean domain record with it, if the address changed.
- PHP >= 7.1.3 and Composer installed.
- A Digital Ocean Personal Access Token that has the
read
andwrite
permission. - At least one domain name added to your account.
- At least a
cname
or anA
record added to a domain that DODDNS will try toupdate.
You can see installation instruction, usage and other things in the documentation.
Any help is appreciated, please PR to the develop branch.