Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
84c2b0c3
Unverified
Commit
84c2b0c3
authored
May 02, 2022
by
neil
Committed by
GitHub
May 02, 2022
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
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_ovh.sh
View file @
84c2b0c3
...
...
@@ -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