Files
DynamicDNS-SSL/run_script.sh
2024-09-01 03:26:24 +09:00

7 lines
187 B
Bash

#!/bin/bash
export CLOUDFLARE_API_KEY=$API_KEY
export CLOUDFLARE_DOMAIN=$DOMAIN_NAME
export CLOUDFLARE_ZONE_ID=$ZONE_ID
# Run the script
python3 /app/cloudflare-ddns/src/update_dns.py $@