mod242
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
dnsapi/dns_schlundtech.sh
|
@ -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() { |
|
|
|
|
|
|
|
|
_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" |
|
|