dnspod-ddns2

0.1.13 • Public • Published

Quick Start

[c]npm install dnspod-ddns2 -g
ddns --login_email=[your_login_email_of_dnspod] --login_password=[your_login_password_of_dnspod]

Sometimes you may want to run in daemon, just do as below:

nohup ddns ... >/dev/null 2>&1 &

Scope

Currently, it only supports A record modify.

Options

--login_email(required)

Your login email of your account on dnspod.

--login_password(required)

Your login password of your account.

--domain_name

Your domain name. If not explicitly specified, it will default to the first domain of your domain list returned. However, it is recommended to be specified.

--timeout

The updating frequency which defaults to 30 seconds. If your want it to run in every 5 minutes, just add --timeout=300.

Readme

Keywords

Package Sidebar

Install

npm i dnspod-ddns2

Weekly Downloads

16

Version

0.1.13

License

none

Last publish

Collaborators

  • luckydrq