From 1a5561dc8bcd4a82a6319f928560555f539761a0 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 14 Oct 2016 12:45:35 -0600 Subject: [PATCH] dns -> ddns --- index.js | 2 +- package.json | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index 8ddfa5a..f125a1e 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ var defaults = { , debug: false , acmeChallengeDns: '_acme-challenge.' // _acme-challenge.example.com TXT xxxxxxxxxxxxxxxx , memstoreConfig: { - name: 'le-dns' + name: 'le-ddns' } }; diff --git a/package.json b/package.json index dbbff60..0de502d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Daplie/le-challenge-dns.git" + "url": "git+https://github.com/Daplie/le-challenge-ddns.git" }, "keywords": [ "le", @@ -16,18 +16,20 @@ "le-challenge", "le-challenge-", "le-challenge-dns", + "le-challenge-ddns", "acme", "challenge", "dns", + "ddns", "cluster", "ephemeral" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { - "url": "https://github.com/Daplie/le-challenge-dns/issues" + "url": "https://github.com/Daplie/le-challenge-ddns/issues" }, - "homepage": "https://github.com/Daplie/le-challenge-dns#readme", + "homepage": "https://github.com/Daplie/le-challenge-ddns#readme", "dependencies": { "cluster-store": "^2.0.4", "daplie-dns": "git+https://github.com/Daplie/daplie-cli-dns.git#master",