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
55e862a4
Unverified
Commit
55e862a4
authored
Jan 30, 2019
by
neil
Committed by
GitHub
Jan 30, 2019
Browse files
Merge pull request #2068 from Neilpang/dev
fix
https://github.com/Neilpang/acme.sh/pull/1979
parents
7c41dd5e
227547f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_linode_v4.sh
View file @
55e862a4
...
@@ -8,7 +8,7 @@ LINODE_V4_API_URL="https://api.linode.com/v4/domains"
...
@@ -8,7 +8,7 @@ LINODE_V4_API_URL="https://api.linode.com/v4/domains"
######## Public functions #####################
######## Public functions #####################
#Usage: dns_linode_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
#Usage: dns_linode_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
dns_linode_add
()
{
dns_linode_
v4_
add
()
{
fulldomain
=
"
${
1
}
"
fulldomain
=
"
${
1
}
"
txtvalue
=
"
${
2
}
"
txtvalue
=
"
${
2
}
"
...
@@ -51,7 +51,7 @@ dns_linode_add() {
...
@@ -51,7 +51,7 @@ dns_linode_add() {
}
}
#Usage: dns_linode_rm _acme-challenge.www.domain.com
#Usage: dns_linode_rm _acme-challenge.www.domain.com
dns_linode_rm
()
{
dns_linode_
v4_
rm
()
{
fulldomain
=
"
${
1
}
"
fulldomain
=
"
${
1
}
"
if
!
_Linode_API
;
then
if
!
_Linode_API
;
then
...
...
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