1.0.4 • Published 4 years ago

aliyun-dns-updater v1.0.4

Weekly downloads
19
License
-
Repository
github
Last release
4 years ago

aliyun-dns-updater

  1. install
$ npm install aliyun-dns-updater --save
  1. edit conf ${HOME}/aliyunDnsUpdaterConf.json
{
  "RecordId": "dns RecordId in https://netcn.console.aliyun.com/core/domain/list",
  "AccessKeyId": "your AccessKeyId",
  "AccessKeySecret": "your AccessKeySecret"
}
  1. start
$ nohup node ${basedir}/dns.js -c aliyunDnsUpdaterConf.json > aliyun-dns-updater.log 2>&1 &
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago