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
bf8ffade
Commit
bf8ffade
authored
Dec 08, 2016
by
seidler2547
Committed by
Stefan Seidel
Feb 23, 2017
Browse files
replace head -1, add link to GitHub
parent
1633d145
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_do.sh
View file @
bf8ffade
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
# DNS API for Domain-Offensive / Resellerinterface / Domainrobot
# DNS API for Domain-Offensive / Resellerinterface / Domainrobot
# Report bugs at https://github.com/seidler2547/acme.sh/issues
# set these environment variables to match your customer ID and password:
# DO_PID="KD-1234567"
# DO_PID="KD-1234567"
# DO_PW="cdfkjl3n2"
# DO_PW="cdfkjl3n2"
...
@@ -106,7 +109,7 @@ _dns_do_soap() {
...
@@ -106,7 +109,7 @@ _dns_do_soap() {
_debug2
"SOAP response
$response
"
_debug2
"SOAP response
$response
"
# retrieve cookie header
# retrieve cookie header
_H2
=
"
$(
_egrep_o
'Cookie: [^;]+'
<
"
$HTTP_HEADER
"
|
head
-
1
)
"
_H2
=
"
$(
_egrep_o
'Cookie: [^;]+'
<
"
$HTTP_HEADER
"
|
_
head
_n
1
)
"
return
0
return
0
}
}
...
...
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