Linux Digital Ocean Dynamic DNS Script and Systemd Service

Visit site

Linux Digital Ocean Dynamic DNS Script and Systemd Service

  1. sudo git clone https://github.com/kevgrig/linuxdoddns /opt/linuxdoddns
  2. Create API token at https://cloud.digitalocean.com/account/api/tokens
  3. sudo vi /etc/linuxdodns.pwd with contents set to that token
  4. sudo chmod 600 /etc/linuxdodns.pwd
  5. sudo ln -s /opt/linuxdoddns/linuxdodns@.service /etc/systemd/system/linuxdodns@.service
  6. sudo systemctl daemon-reload
  7. sudo systemctl start linuxdodns@$SUBDOMAIN.$DOMAIN.service
  8. sudo systemctl status linuxdodns@$SUBDOMAIN.$DOMAIN.service
  9. sudo systemctl enable linuxdodns@$SUBDOMAIN.$DOMAIN.service

by: KevinApril 16, 2022Visit site

Was this helpful?


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Publish your Tool on Community

Have you created an Integration, API Wrapper, Service, or other Tool that helps developers build on DigitalOcean? Help users find it by listing it in Community Tools.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.