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
84649e9d
Commit
84649e9d
authored
Feb 13, 2018
by
Martin Donlon
Browse files
Addressing PR feedback
Replace printf with echo Move dreamhost to bottom of DNS API list
parent
2ef9904d
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
84649e9d
...
@@ -302,7 +302,6 @@ You don't have to do anything manually!
...
@@ -302,7 +302,6 @@ You don't have to do anything manually!
1.
Dynu API (https://www.dynu.com)
1.
Dynu API (https://www.dynu.com)
1.
DNSimple API
1.
DNSimple API
1.
NS1.com API
1.
NS1.com API
1.
DreamHost.com API
1.
DuckDNS.org API
1.
DuckDNS.org API
1.
Name.com API
1.
Name.com API
1.
Dyn Managed DNS API
1.
Dyn Managed DNS API
...
@@ -316,6 +315,7 @@ You don't have to do anything manually!
...
@@ -316,6 +315,7 @@ You don't have to do anything manually!
1.
Azure DNS
1.
Azure DNS
1.
selectel.com(selectel.ru) DNS API
1.
selectel.com(selectel.ru) DNS API
1.
zonomi.com DNS API
1.
zonomi.com DNS API
1.
DreamHost.com API
And:
And:
1.
lexicon DNS API: https://github.com/Neilpang/acme.sh/wiki/How-to-use-lexicon-dns-api
1.
lexicon DNS API: https://github.com/Neilpang/acme.sh/wiki/How-to-use-lexicon-dns-api
...
...
dnsapi/dns_dreamhost.sh
View file @
84649e9d
...
@@ -61,7 +61,7 @@ submit() {
...
@@ -61,7 +61,7 @@ submit() {
fi
fi
if
[
-z
"
$2
"
]
;
then
if
[
-z
"
$2
"
]
;
then
message
=
"
$(
printf
"%s"
"
$response
"
| _egrep_o
"
\"
Message
\"
:
\"
[^
\"
]*
\"
"
|
cut
-d
:
-f
2 |
tr
-d
\"
)
"
message
=
"
$(
echo
"
$response
"
| _egrep_o
"
\"
Message
\"
:
\"
[^
\"
]*
\"
"
|
cut
-d
:
-f
2 |
tr
-d
\"
)
"
if
[
-n
"
$message
"
]
;
then
if
[
-n
"
$message
"
]
;
then
_err
"
$message
"
_err
"
$message
"
return
1
return
1
...
...
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