Merge 5c2fb5006fb1bdb097f75f2e4ab7d88543c2bbdc into 3d8b682380773f01df0e5abc2ef582c30c663010

This commit is contained in:
Ramon 2025-06-02 17:38:49 +02:00 committed by GitHub
commit b772996b16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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