sootie-dynamic-dns/README.md
2025-05-26 19:44:37 -07:00

394 B

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