1
0
mirror of https://github.com/plantroon/acme.sh.git synced 2025-01-04 11:21:53 +00:00

Merge pull request from QDaniel/QDaniel-patch-INWX

INWX fix Domain Limit 
This commit is contained in:
neil 2020-05-16 21:43:31 +08:00 committed by GitHub
commit d132e51ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,6 +261,20 @@ _get_root() {
xml_content='<?xml version="1.0" encoding="UTF-8"?> xml_content='<?xml version="1.0" encoding="UTF-8"?>
<methodCall> <methodCall>
<methodName>nameserver.list</methodName> <methodName>nameserver.list</methodName>
<params>
<param>
<value>
<struct>
<member>
<name>pagelimit</name>
<value>
<int>9999</int>
</value>
</member>
</struct>
</value>
</param>
</params>
</methodCall>' </methodCall>'
response="$(_post "$xml_content" "$INWX_Api" "" "POST")" response="$(_post "$xml_content" "$INWX_Api" "" "POST")"