dns -> ddns
This commit is contained in:
parent
8d3279d537
commit
1a5561dc8b
2
index.js
2
index.js
|
@ -13,7 +13,7 @@ var defaults = {
|
||||||
, debug: false
|
, debug: false
|
||||||
, acmeChallengeDns: '_acme-challenge.' // _acme-challenge.example.com TXT xxxxxxxxxxxxxxxx
|
, acmeChallengeDns: '_acme-challenge.' // _acme-challenge.example.com TXT xxxxxxxxxxxxxxxx
|
||||||
, memstoreConfig: {
|
, memstoreConfig: {
|
||||||
name: 'le-dns'
|
name: 'le-ddns'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Daplie/le-challenge-dns.git"
|
"url": "git+https://github.com/Daplie/le-challenge-ddns.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"le",
|
"le",
|
||||||
|
@ -16,18 +16,20 @@
|
||||||
"le-challenge",
|
"le-challenge",
|
||||||
"le-challenge-",
|
"le-challenge-",
|
||||||
"le-challenge-dns",
|
"le-challenge-dns",
|
||||||
|
"le-challenge-ddns",
|
||||||
"acme",
|
"acme",
|
||||||
"challenge",
|
"challenge",
|
||||||
"dns",
|
"dns",
|
||||||
|
"ddns",
|
||||||
"cluster",
|
"cluster",
|
||||||
"ephemeral"
|
"ephemeral"
|
||||||
],
|
],
|
||||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||||
"license": "(MIT OR Apache-2.0)",
|
"license": "(MIT OR Apache-2.0)",
|
||||||
"bugs": {
|
"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": {
|
"dependencies": {
|
||||||
"cluster-store": "^2.0.4",
|
"cluster-store": "^2.0.4",
|
||||||
"daplie-dns": "git+https://github.com/Daplie/daplie-cli-dns.git#master",
|
"daplie-dns": "git+https://github.com/Daplie/daplie-cli-dns.git#master",
|
||||||
|
|
Loading…
Reference in New Issue