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
641f6977
Unverified
Commit
641f6977
authored
May 03, 2022
by
neil
Committed by
GitHub
May 03, 2022
Browse files
Merge pull request #4065 from acmesh-official/dev
sync
parents
8be3465f
84c2b0c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_ovh.sh
View file @
641f6977
...
@@ -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
...
...
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