Skip to content

Commit

Permalink
Merge pull request #5331 from lifeboy/revert-TXT-add-update
Browse files Browse the repository at this point in the history
Revert txt add update
  • Loading branch information
Neilpang authored Oct 16, 2024
2 parents 2ebecf1 + 30ed4af commit 5c78a5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dnsapi/dns_miab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Author: Darven Dissek, William Gertz
#Usage: dns_miab_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
dns_miab_add() {
fulldomain=$1
# Added "value=" and "&ttl=300" to accomodate the new TXT record format used by the MIAB/PMIAB API
txtvalue="value=$2&ttl=300"
txtvalue=$2
_info "Using miab challenge add"
_debug fulldomain "$fulldomain"
_debug txtvalue "$txtvalue"
Expand Down

0 comments on commit 5c78a5e

Please sign in to comment.