Socket
Socket
Sign inDemoInstall

doddns

Package Overview
Dependencies
163
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    doddns

Dynamic DNS Client that uses Digital Ocean DNS API to update a subdomain A record with current IP address


Version published
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 19 May 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc