mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-15 19:32:44 +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
|
||||
|
||||
_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…
x
Reference in New Issue
Block a user