Roland Giesler
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_miab.sh
|
@ -20,7 +20,7 @@ dns_miab_add() { |
|
|
_info "Using miab challange add" |
|
|
_info "Using miab challange add" |
|
|
_debug fulldomain "$fulldomain" |
|
|
_debug fulldomain "$fulldomain" |
|
|
# Added to accomodate the new TXT record format used by the API |
|
|
# Added to accomodate the new TXT record format used by the API |
|
|
_debug txtvalue "value="+="$txtvalue"+"&ttl=300" |
|
|
|
|
|
|
|
|
_debug txtvalue "value="+="$txtvalue"+="&ttl=300" |
|
|
|
|
|
|
|
|
#retrieve MIAB environemt vars |
|
|
#retrieve MIAB environemt vars |
|
|
if ! _retrieve_miab_env; then |
|
|
if ! _retrieve_miab_env; then |
|
|