Browse Source

fix: add aditional filters for record search

pull/6104/head
Mihail 1 year ago
committed by GitHub
parent
commit
83687bd77a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      dnsapi/dns_fornex.sh

2
dnsapi/dns_fornex.sh

@ -56,7 +56,7 @@ dns_fornex_rm() {
fi
_debug "Getting txt records"
_rest GET "dns/domain/$_domain/entry_set"
_rest GET "dns/domain/$_domain/entry_set?type=TXT&q=_acme-challenge"
if ! _contains "$response" "$txtvalue"; then
_err "Txt record not found"

Loading…
Cancel
Save