Browse Source
Merge pull request #6 from Marco4223/Fix-issues-and-reslolve-zone-and-record-name
delete spaces in empty lines
pull/1341/head
Phlegx Systems OG
5 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_kas.sh
|
|
@ -119,7 +119,7 @@ _check_and_save() { |
|
|
|
# Gets back the base domain/zone and record name. |
|
|
|
# See: https://github.com/Neilpang/acme.sh/wiki/DNS-API-Dev-Guide |
|
|
|
_get_zone_and_record_name() { |
|
|
|
|
|
|
|
params="?kas_login=$KAS_Login" |
|
|
|
params="?kas_login=$KAS_Login" |
|
|
|
params="$params&kas_auth_type=$KAS_Authtype" |
|
|
|
params="$params&kas_auth_data=$KAS_Authdata" |
|
|
|