Merge pull request #2 from fornex-com/fornex_dnsapi_fix

Update _get_root url in dnsapi/dns_fornex.sh
This commit is contained in:
taras-l
2025-03-11 10:21:35 +02:00
committed by GitHub

View File

@@ -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