Skip to content

FMCorz/digitalocean-dyndns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Digital Ocean DynDNS

Updates the A record of a domain using the API v2 provided by Digital Ocean.

Usage

To update the IP of myrecord.yourdomain.com:

digitalocean-dyndns --domain yourdomain.com --record myrecord

Options

  • --allownew: With this flag, the record will be created if it does not exist
  • -v, -vv: To increase the verbosity

Requirements

  • Python >= 2.7
  • Python package requests

Installation

Install the dependency.

pip install requests

Clone the repository, or download it.

Get a read/write token from your DigitalOcean account.

Edit the file to fill in your token.

That's it.

(To install pip use brew, apt-get or see: http://www.pip-installer.org/en/latest/installing.html)

License

Licensed under the MIT License

About

Dynamic DNS updater for Digital Ocean

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages