Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
175b56b4
Unverified
Commit
175b56b4
authored
Apr 29, 2019
by
mod242
Committed by
GitHub
Apr 29, 2019
Browse files
Update dns_schlundtech.sh
parent
9b68a3ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_schlundtech.sh
View file @
175b56b4
...
@@ -10,9 +10,9 @@
...
@@ -10,9 +10,9 @@
# export SCHLUNDTECH_PASSWORD="password"
# export SCHLUNDTECH_PASSWORD="password"
#
#
# Usage:
# Usage:
# acme.sh --issue --dns dns_
autodns
-d example.com
# acme.sh --issue --dns dns_
schlundtech
-d example.com
AUTODNS
_API
=
"https://gateway.schlundtech.de"
SCHLUNDTECH
_API
=
"https://gateway.schlundtech.de"
# Arguments:
# Arguments:
# txtdomain
# txtdomain
...
@@ -241,7 +241,7 @@ _autodns_api_call() {
...
@@ -241,7 +241,7 @@ _autodns_api_call() {
_debug request_data
"
$request_data
"
_debug request_data
"
$request_data
"
autodns_response
=
"
$(
_post
"
$request_data
"
"
$
AUTODNS
_API
"
)
"
autodns_response
=
"
$(
_post
"
$request_data
"
"
$
SCHLUNDTECH
_API
"
)
"
ret
=
"
$?
"
ret
=
"
$?
"
_debug autodns_response
"
$autodns_response
"
_debug autodns_response
"
$autodns_response
"
...
...
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