2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-22 09:57:29 +00:00

Merge pull request #6284 from fornex-com/master

Optimize root domain search through api
This commit is contained in:
neil 2025-08-12 22:31:02 +08:00 committed by GitHub
commit 49513cb2ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ _get_root() {
return 1 return 1
fi fi
if ! _rest GET "dns/domain/"; then if ! _rest GET "dns/domain/?q=$h"; then
return 1 return 1
fi fi