1.1.2 • Published 7 years ago

doddns v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago