# Installation ## Add the scrip on the server ```bash git clone https://git.coopcloud.tech/RTM/sootie-dynamic-dns.git ``` ## Test the script run ```bash cloudflare_api_token= python3 main.py ``` ## Add the command to a cron job ```bash * * * * * cloudflare_api_token= python3 /main.py >> /logs.out ```