We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c377ec6 + 25c564b commit 08246f7Copy full SHA for 08246f7
dnsapi/dns_ovh.sh
@@ -201,7 +201,7 @@ dns_ovh_rm() {
201
if ! _ovh_rest GET "domain/zone/$_domain/record/$rid"; then
202
return 1
203
fi
204
- if _contains "$response" "\"target\":\"$txtvalue\""; then
+ if _contains "$response" "$txtvalue"; then
205
_debug "Found txt id:$rid"
206
if ! _ovh_rest DELETE "domain/zone/$_domain/record/$rid"; then
207
0 commit comments