mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-16 11:32:43 +00:00
fix: add aditional filters for record search
This commit is contained in:
parent
23eab836c3
commit
83687bd77a
@ -56,7 +56,7 @@ dns_fornex_rm() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
_debug "Getting txt records"
|
_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
|
if ! _contains "$response" "$txtvalue"; then
|
||||||
_err "Txt record not found"
|
_err "Txt record not found"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user