From 2ce906678de67a151f1b81a04aba7f7431aaa3bc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 1 Mar 2017 17:43:43 +0100 Subject: bugfix --- update-ddns.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-ddns.in b/update-ddns.in index 66f3dba..ebf2192 100644 --- a/update-ddns.in +++ b/update-ddns.in @@ -142,9 +142,9 @@ do then if [[ "${updateUrl}" = *'?'* ]] then - updateIps='&'"${updateIps#,}" + updateIps='&address='"${updateIps#,}" else - updateIps='?'"${updateIps#,}" + updateIps='?address='"${updateIps#,}" fi curl ${curlForceIpVer} -sS "${updateUrl}${updateIps}" 2> /dev/null fi -- cgit v1.2.3-54-g00ecf