Changed xpath of domain ID to "string"
All checks were successful
release-tag / release-image (push) Successful in 1m57s

This commit is contained in:
2025-11-26 19:58:49 +01:00
parent 69cc1ea7be
commit 9cbf6b4b88
2 changed files with 29 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ init () {
inwx_api="https://api.domrobot.com/xmlrpc/"
inwx_api_xpath_ip='string(/methodResponse/params/param/value/struct/member[name="resData"]/value/struct/member[name="record"]/value/array/data/value/struct/member[name="content"]/value/string)'
inwx_api_xpath_id='string(/methodResponse/params/param/value/struct/member[name="resData"]/value/struct/member[name="record"]/value/array/data/value/struct/member[name="id"]/value/int)'
inwx_api_xpath_id='string(/methodResponse/params/param/value/struct/member[name="resData"]/value/struct/member[name="record"]/value/array/data/value/struct/member[name="id"]/value/string)'
inwx_nameserver="ns.inwx.de"
ip_check_site="${NSUPDATE_IP_CHECK_SITE:-https://api64.ipify.org}"