Browse Source

Merge pull request #4065 from acmesh-official/dev

sync
pull/4081/head
neil 2 years ago
committed by GitHub
parent
commit
641f6977a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_ovh.sh

2
dnsapi/dns_ovh.sh

@ -198,6 +198,8 @@ dns_ovh_rm() {
if ! _ovh_rest DELETE "domain/zone/$_domain/record/$rid"; then
return 1
fi
_ovh_rest POST "domain/zone/$_domain/refresh"
_debug "Refresh:$response"
return 0
fi
done

Loading…
Cancel
Save