2
0
espelhamento de https://git.coolaj86.com/coolaj86/acme-dns-01-cli.js sincronizado 2025-12-19 01:18:38 +00:00
Esse commit está contido em:
AJ ONeal 2016-10-14 12:45:35 -06:00
commit 1a5561dc8b
2 arquivos alterados com 6 adições e 4 exclusões

Ver arquivo

@ -13,7 +13,7 @@ var defaults = {
, debug: false
, acmeChallengeDns: '_acme-challenge.' // _acme-challenge.example.com TXT xxxxxxxxxxxxxxxx
, memstoreConfig: {
name: 'le-dns'
name: 'le-ddns'
}
};

Ver arquivo

@ -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 <coolaj86@gmail.com> (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",