New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ddns

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ddns

Dynamic DNS Server

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
1
-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

node-ddns

A Dynamic DNS (DDNS / DynDNS) server written in io.js / node.js.

Start DNS Server

node node-dyndns/bin/node-dyndns

After that, you will find DNS Server on port 53, and Update HTTP Server on port 80.

DNS API

DNS API are public API to manage the domains. Management API is HTTP, RESTful, API on port 80.

Perform Update

The update API is a REST-based system.

/nic/update?hostname=yourhostname&myip=ipaddress

IP Address Resolve

The resolve API refers RFC 1035.

License

Apache2

Original Work

v0.2.0 was taken from https://bitbucket.org/ntakimura/node-dyndns/src

FAQs

Package last updated on 09 Feb 2015

Did you know?

Socket

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