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

dnspoder

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
Package was removed
Sorry, it seems this package was removed from the registry

dnspoder

A simple Node.JS client for DNSPod.

unpublished
latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

dnspoder

A simple Node.JS client for DNSPod.

Please note that this is almost designed for Chinese people. All the console outputs are CHS.

Usage

  • git clone.
  • Setup your domain and account in "app.js".
  const domainConfig = {
      domain: "",  // Example: "yourdomain.com"
      subname: "",  // Example: "app".  Then it will update "app.yourdomain.com".
      ip: "",  // Target IP Address. Example: "172.16.0.1"
               // Please find another way to acquire your ip address.
      interval: 1000 * 60 * 5  // Update interval.
  };
  • node app
  • Done.

Check source files for more detail.

License.

MIT @ LancerComet.

Keywords

dnspod

FAQs

Package last updated on 16 Jun 2016

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