Unverified Commit 641f6977 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #4065 from acmesh-official/dev

sync
parents 8be3465f 84c2b0c3
...@@ -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