1.0.2 • Published 2 years ago

@wjsx/aliyun-ddns v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

aliyun-ddns

Getting Started

Install:

  $ npm install @wjsx/aliyun-ddns

With CommonJS:

var ddns = require('aliyun-ddns');

ddns.main({
  accessKeyId: ***
  accessKeySecret: ***
  domainName: ***
  value: ***
})

with ES modules:

import ddns from 'aliyun-ddns';

ddns.main({
  accessKeyId: ***
  accessKeySecret: ***
  domainName: ***
  value: ***
})

Commands

Install:
  $ npm install -g @wjsx/aliyun-ddns

Usage:
  $ aliyun-ddns --accessKeyId=*** --accessKeySecret=*** --domainName=*** --value=***

Options:
  -i, --accessKeyId <accessKeyId>               AccessKey ID,必填
  -s, --accessKeySecret <accessKeySecret>       AccessKey Secret,必填
  -e, --endpoint <endpoint>                     服务地址,默认 dns.aliyuncs.com
  -d, --domainName <domainName>                 域名名称,必填
  -v, --value <value>                           记录值,必填
  -r, --RR <RR>                                 主机记录,默认 *
  -t, --type <type>                             解析记录类型,默认 A
  -l, --line <line>                             解析线路,默认 default
  -ttl, --TTL <TTL>                             解析生效时间,默认 600秒