Skip to content

Commit 49513cb

Browse files
authored
Merge pull request #6284 from fornex-com/master
Optimize root domain search through api
2 parents 4cdbdf2 + 1f486fc commit 49513cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnsapi/dns_fornex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ _get_root() {
9595
return 1
9696
fi
9797

98-
if ! _rest GET "dns/domain/"; then
98+
if ! _rest GET "dns/domain/?q=$h"; then
9999
return 1
100100
fi
101101

0 commit comments

Comments
 (0)