changes to external config file + use cloudflare for now

This commit is contained in:
2024-12-04 15:19:40 +00:00
parent 040a16b821
commit 901033dec8
2 changed files with 3 additions and 1 deletions

View File

@@ -62,7 +62,8 @@ else
echo "Last update IP matches current IP - waiting for DNS to propagate changes."
else
echo "IP mismatch - trying to update AAAA-record(s)..."
$SCRIPTPATH/unitedDomainsCtrl.sh ${DOMAIN} ${IPV6_IP}
#$SCRIPTPATH/unitedDomainsCtrl.sh ${DOMAIN} ${IPV6_IP}
$SCRIPTPATH/cloudflareCtrl.sh ${DOMAIN} ${IPV6_IP}
if [ "$?" == "0" ]; then
echo "Save UPDATE_IP."