diff options
-rw-r--r-- | update-ddns.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-ddns.in b/update-ddns.in index b8542b8..176017b 100644 --- a/update-ddns.in +++ b/update-ddns.in @@ -82,7 +82,7 @@ do uniq -d )" ] then - curl -sS "https://${syncPre}sync.afraid.org/u/${authToken}/${updateIp}" 2> /dev/null + curl -${ipVer} -sS "https://${syncPre}sync.afraid.org/u/${authToken}/${updateIp}" 2> /dev/null fi done < #ETCDIR#/update-ddns.conf |