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
1054325b
Commit
1054325b
authored
Mar 28, 2022
by
Marvo2011
Browse files
Rename delete function, add info
parent
ef8cb117
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_selfhost.sh
View file @
1054325b
...
@@ -54,9 +54,10 @@ dns_selfhost_add() {
...
@@ -54,9 +54,10 @@ dns_selfhost_add() {
fi
fi
}
}
dns_
acmedns
_rm
()
{
dns_
selfhost
_rm
()
{
domain
=
$1
domain
=
$1
txt
=
$2
txt
=
$2
_debug fulldomain
"
$domain
"
_debug fulldomain
"
$domain
"
_debug txtvalue
"
$txt
"
_debug txtvalue
"
$txt
"
_info
"Creating and removing of records is not supported by selfhost API, will not delete anything."
}
}
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