/doddns

Small tool to use Digital Ocean as a Dynamic DNS (DDNS) service.

Primary LanguagePHPMIT LicenseMIT

doddns

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.

Requirement

  • PHP >= 7.1.3 and Composer installed.
  • A Digital Ocean Personal Access Token that has the read and write permission.
  • At least one domain name added to your account.
  • At least a cname or an A record added to a domain that DODDNS will try toupdate.

Docs

You can see installation instruction, usage and other things in the documentation.

PRs

Any help is appreciated, please PR to the develop branch.