Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aliyun-dns-updater

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aliyun-dns-updater - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

History.md

6

dns.js

@@ -6,6 +6,4 @@ 'use strict';

const path = require('path');
const cron = require('cron');
const Updater = require('./updater');
const program = require('commander');
var CronJob = require('cron').CronJob;

@@ -37,4 +35,2 @@ program

new CronJob('0 */2 * * * *', function() {
job();
}, null, true);
job();
{
"name": "aliyun-dns-updater",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -19,7 +19,6 @@ "main": "dns.js",

"co": "^4.6.0",
"cron": "^1.2.1",
"commander": "^2.9.0"
},
"devDependencies": {
"webstorm-disable-index": "^1.1.2"
"webstorm-disable-index": "^1.2.0"
},

@@ -26,0 +25,0 @@ "engines": {

# aliyun-dns-updater
1. edit conf ${HOME}/aliyunDnsUpdaterConf.json
1. install
```
$ npm install aliyun-dns-updater --save
```
2. edit conf ${HOME}/aliyunDnsUpdaterConf.json
```
{
"RecordId": "1",
"AccessKeyId": "",
"AccessKeySecret": ""
"RecordId": "dns RecordId in https://netcn.console.aliyun.com/core/domain/list",
"AccessKeyId": "your AccessKeyId",
"AccessKeySecret": "your AccessKeySecret"
}

@@ -15,6 +22,6 @@

2. start
3. start
```
nohup node dns.js -c aliyunDnsUpdaterConf.json > aliyun-dns-updater.log 2>&1 &
$ nohup node ${basedir}/dns.js -c aliyunDnsUpdaterConf.json > aliyun-dns-updater.log 2>&1 &
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc