Browse Source
Merge pull request #2 from fornex-com/fornex_dnsapi_fix
Update _get_root url in dnsapi/dns_fornex.sh
pull/6284/head
taras-l
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_fornex.sh
|
|
@ -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 |
|
|
|
|
|
|
|