Browse Source

changes not yet tested

pull/5259/head
Lifeboy 1 month ago
parent
commit
42e78f9a3e
  1. 2
      dnsapi/dns_miab.sh

2
dnsapi/dns_miab.sh

@ -19,7 +19,7 @@ dns_miab_add() {
txtvalue=$2
_info "Using miab challange add"
_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 to include value= and ttl=
_debug txtvalue "value="+="$txtvalue"+="&ttl=300"
#retrieve MIAB environemt vars

Loading…
Cancel
Save