mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
Update _get_root url in dnsapi/dns_fornex.sh
This commit is contained in:
parent
c459b5eb9d
commit
29342e036f
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ _get_root() {
|
|||
return 1
|
||||
fi
|
||||
|
||||
if ! _rest GET "dns/domain/"; then
|
||||
if ! _rest GET "dns/domain/?q=$h"; then
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue