Posted on :: 96 Words :: Tags: , , ,

📄 Description

Create a local service in the computer that works as a DNS updater. The router has an option to configure a custom service for dynamic DNS, therefore, this service could live in the server, and use the API from DigitalOcean to update the DNS record when the IP changes.

This service allows to get the remote IP, using:

 $ curl 'https://api.ipify.org?format=json'

Or clicking here.

✅ Development Status

  • Idea drafted
  • Initial research
  • First prototype
  • Published on the blog
  • Archived / abandoned

🏷️ Additional Notes

  • Extend to make it compatible with other services.
  • Look for european services.