Browse Source
Merge branch 'dev' into add-dns-restena-api
pull/6466/head
Steve Clement
5 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 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
if ! _rest GET "dns/domain/"; then |
|
|
|
|
|
|
|
|
if ! _rest GET "dns/domain/?q=$h"; then |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|