Skip to content

Commit 641f697

Browse files
authored
Merge pull request #4065 from acmesh-official/dev
sync
2 parents 8be3465 + 84c2b0c commit 641f697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dnsapi/dns_ovh.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ dns_ovh_rm() {
198198
if ! _ovh_rest DELETE "domain/zone/$_domain/record/$rid"; then
199199
return 1
200200
fi
201+
_ovh_rest POST "domain/zone/$_domain/refresh"
202+
_debug "Refresh:$response"
201203
return 0
202204
fi
203205
done

0 commit comments

Comments
 (0)