neil
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
14 additions and
0 deletions
-
dnsapi/dns_inwx.sh
|
|
@ -261,6 +261,20 @@ _get_root() { |
|
|
|
xml_content='<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<methodCall> |
|
|
|
<methodName>nameserver.list</methodName> |
|
|
|
<params> |
|
|
|
<param> |
|
|
|
<value> |
|
|
|
<struct> |
|
|
|
<member> |
|
|
|
<name>pagelimit</name> |
|
|
|
<value> |
|
|
|
<int>9999</int> |
|
|
|
</value> |
|
|
|
</member> |
|
|
|
</struct> |
|
|
|
</value> |
|
|
|
</param> |
|
|
|
</params> |
|
|
|
</methodCall>' |
|
|
|
|
|
|
|
response="$(_post "$xml_content" "$INWX_Api" "" "POST")" |
|
|
|