Welcome to DODDNS
Welcome to the DODDNS documentation
What is DODDNS
It is a small utility to use Digital Ocean as a Dynamic DNS (DDNS) service, built with Laravel Zero. It'll regularly check your current IP address and update a selected Digital Ocean domain record with it, if the address changed.
Requirements
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 to update.
Last updated
Was this helpful?