1
0
espelhamento de https://github.com/therootcompany/acme-dns-01-godaddy.js.git sincronizado 2024-11-16 17:28:59 +00:00
Esse commit está contido em:
Hitesh 2019-08-02 16:03:25 -07:00 commit de AJ ONeal
commit 29e501d8b3
3 arquivos alterados com 4 adições e 1 exclusões

Ver arquivo

@ -1,2 +1,3 @@
AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)
Nyaundi Brian <danleyb2@gmail.com> (https://danleyb2.online/)
Hitesh Walia <hiteshwar.walia@gmail.com>

Ver arquivo

@ -128,6 +128,7 @@ module.exports.create = function(config) {
headers: { Authorization: auth },
json: data || true
};
return request(req).then(function(resp) {
if (resp.statusCode < 200 || resp.statusCode >= 300) {
req.headers.Authorization = redacted;

Ver arquivo

@ -20,7 +20,8 @@
],
"author": "Nyaundi Brian <danleyb2@gmail.com> (https://danleyb2.online/)",
"contributors": [
"AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)"
"AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"Hitesh Walia <hiteshwar.walia@gmail.com>"
],
"license": "MPL-2.0",
"dependencies": {},