Installation
Add the scrip on the server
git clone https://git.coopcloud.tech/RTM/sootie-dynamic-dns.git
Test the script run
cloudflare_api_token=<replace-with-actual-key> python3 main.py
Add the command to a cron job
* * * * * cloudflare_api_token=<replace-with-actual-token> python3 <path-to-project>/main.py >> <path-to-project>/logs.out
Description
Languages
Python
100%