doddns

1.1.2 • Public • Published

Dynamic DNS client for Digital Ocean

Build Status Greenkeeper badge Standard - JavaScript Style Guide

What it does

  1. Get current public IP address
  2. Compares it to subdomain A record
  3. If different update a subdomain A record with current IP address

Install

npm install -g doddns

Create a script to launch it:

#!/bin/bash
export SERVER_NAME=home_server.example.com
export DIGITAL_OCEAN_TOKEN=xxxxxxx
doddns

Throw it in your crontab

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.2
    2
    • latest

Version History

Package Sidebar

Install

npm i doddns

Weekly Downloads

2

Version

1.1.2

License

MIT

Last publish

Collaborators

  • hyperlink