Cloudflare dynamic DNS updater
Install pipenv
:
sudo apt install pipenv
Install the Python dependencies using pipenv
from the root directory:
pipenv install
Scheule regular updates by adding the following to your crontab file:
0/10 * * * * /home/pi/Projects/update-dns/update-dns <email address> <authorization key> <record> >> /home/pi/logs/update-dns.log 2>&1