Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
24ce7c19
Commit
24ce7c19
authored
May 02, 2022
by
nicolaspn
Browse files
Add call dns OVH API for refresh domain after delete TXT record
parent
8be3465f
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_ovh.sh
View file @
24ce7c19
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment