Unverified Commit 84c2b0c3 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #4063 from nicolaspn/OVH_DNS_refresh_after_delete_txt_record

Ovh dns refresh after delete txt record
parents 8ba7d02f 24ce7c19
...@@ -198,6 +198,8 @@ dns_ovh_rm() { ...@@ -198,6 +198,8 @@ dns_ovh_rm() {
if ! _ovh_rest DELETE "domain/zone/$_domain/record/$rid"; then if ! _ovh_rest DELETE "domain/zone/$_domain/record/$rid"; then
return 1 return 1
fi fi
_ovh_rest POST "domain/zone/$_domain/refresh"
_debug "Refresh:$response"
return 0 return 0
fi fi
done done
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment