mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-15 19:52:43 +00:00
Merge 5c2fb5006fb1bdb097f75f2e4ab7d88543c2bbdc into 3d8b682380773f01df0e5abc2ef582c30c663010
This commit is contained in:
commit
b772996b16
@ -71,7 +71,7 @@ dns_acmedns_add() {
|
||||
data="{\"subdomain\":\"$ACMEDNS_SUBDOMAIN\", \"txt\": \"$txtvalue\"}"
|
||||
|
||||
_debug data "$data"
|
||||
response="$(_post "$data" "$ACMEDNS_UPDATE_URL" "" "POST")"
|
||||
response="$(_post "$data" "$ACMEDNS_UPDATE_URL" "" "POST" "application/json")"
|
||||
_debug response "$response"
|
||||
|
||||
if ! echo "$response" | grep "\"$txtvalue\"" >/dev/null; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user